Shades of Grape #423F4D
Tints of Grape #423F4D
RGB
CMYK
RGB Variations
Color information
#423F4D (or 0x423F4D) is known color: Grape. HEX triplet: 42, 3F and 4D. RGB value is (66,63,77). Sum of RGB (Red+Green+Blue) = 66+63+77=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: blue. Hex color #423F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F4D is #BDC0B2. Grayscale: #414141. Windows color (decimal): -12435635 or 5062466. OLE color: 5062466.
HSL color Cylindrical-coordinate representation of color #423F4D: hue angle of 252.86º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #423F4D is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 63 | 77 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.70 |
| HSL | 252.86º | 0.1% | 0.27% | - |
| HSV(B) | 252.86º | 0.18% | 0.3% | - |
| XYZ | 5.36 | 5.25 | 7.75 | - |
| YUV | 65.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 77 | 0.14 | 0.18 | 0 | 0.70 | 252.86 | 0.1 | 0.27 |
| Hex | 42 | 3F | 4D | E | 12 | 0 | 46 | FD | A | 1B |
| Octal | 102 | 77 | 115 | 16 | 22 | 0 | 106 | 375 | 12 | 33 |
| Binary | 1000010 | 111111 | 1001101 | 1110 | 10010 | 0 | 1000110 | 11111101 | 1010 | 11011 |
Color Harmonies of #423F4D
Complementary color
Monochromatic Colors of #423F4D
Black with #423F4D
Text Example
Text Example
White with #423F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F4D; }
p { color: rgb(66,63,77); }
H1.HeaderClassName
{
color: #423F4D;
}
.AnyTagClassName
{
color: #423F4D;
}
</style>
background-color css
<style>
a { background-color: #423F4D; }
a { background-color: rgb(66,63,77); }
div.DivClassName
{
background-color: #423F4D;
}
.BgClassName
{
background-color: #423F4D;
}
</style>
border-color css
<style>
span { border-color: #423F4D; }
span { border-color: rgb(66,63,77); }
td.TdClassName
{
border-color: #423F4D;
}
.TagClassName
{
border-color: #423F4D;
}
</style>