What is the RGB code for grape?
The CSS color grape in RGB format is rgb(108, 52, 97). Use this value directly in CSS, SVG, and most design tools.
How do I use grape in CSS?
To apply grape in CSS:
- Text color: color: rgb(108, 52, 97);
- Background: background-color: rgb(108, 52, 97);
- Border: border-color: rgb(108, 52, 97);
What are all the color format values for grape?
| Format | Value |
|---|---|
| HEX | #6c3461 |
| RGB | rgb(108, 52, 97) |
| HSL | hsl(311.8, 35%, 31.4%) |
| CMYK | cmyk(0%, 51.9%, 10.2%, 57.6%) |
How do I convert grape to RGB?
Select grape from the color name list in our color converter. The RGB value — rgb(108, 52, 97) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does grape belong to?
grape belongs to the pink color family. It is a medium, moderately saturated color with HSL values: hue 311.8°, saturation 35%, lightness 31.4%.
How do I create lighter and darker shades of grape?
Lighter variant (lightness 46.4%): #a04d8f. Darker variant (lightness 16.4%): #381b33. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.