Shades of Grape #423F4C
Tints of Grape #423F4C
RGB
CMYK
RGB Variations
Color information
#423F4C (or 0x423F4C) is known color: Grape. HEX triplet: 42, 3F and 4C. RGB value is (66,63,76). Sum of RGB (Red+Green+Blue) = 66+63+76=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 76 - color contains mainly: blue. Hex color #423F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F4C is #BDC0B3. Grayscale: #414141. Windows color (decimal): -12435636 or 4996930. OLE color: 4996930.
HSL color Cylindrical-coordinate representation of color #423F4C: hue angle of 253.85º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #423F4C is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 63 | 76 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.70 |
| HSL | 253.85º | 0.09% | 0.27% | - |
| HSV(B) | 253.85º | 0.17% | 0.3% | - |
| XYZ | 5.33 | 5.24 | 7.57 | - |
| YUV | 65.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 76 | 0.13 | 0.17 | 0 | 0.70 | 253.85 | 0.09 | 0.27 |
| Hex | 42 | 3F | 4C | D | 11 | 0 | 46 | FE | 9 | 1B |
| Octal | 102 | 77 | 114 | 15 | 21 | 0 | 106 | 376 | 11 | 33 |
| Binary | 1000010 | 111111 | 1001100 | 1101 | 10001 | 0 | 1000110 | 11111110 | 1001 | 11011 |
Color Harmonies of #423F4C
Complementary color
Monochromatic Colors of #423F4C
Black with #423F4C
Text Example
Text Example
White with #423F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F4C; }
p { color: rgb(66,63,76); }
H1.HeaderClassName
{
color: #423F4C;
}
.AnyTagClassName
{
color: #423F4C;
}
</style>
background-color css
<style>
a { background-color: #423F4C; }
a { background-color: rgb(66,63,76); }
div.DivClassName
{
background-color: #423F4C;
}
.BgClassName
{
background-color: #423F4C;
}
</style>
border-color css
<style>
span { border-color: #423F4C; }
span { border-color: rgb(66,63,76); }
td.TdClassName
{
border-color: #423F4C;
}
.TagClassName
{
border-color: #423F4C;
}
</style>