Shades of Grape #423A4E
Tints of Grape #423A4E
RGB
CMYK
RGB Variations
Color information
#423A4E (or 0x423A4E) is known color: Grape. HEX triplet: 42, 3A and 4E. RGB value is (66,58,78). Sum of RGB (Red+Green+Blue) = 66+58+78=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 78 - color contains mainly: blue. Hex color #423A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423A4E is #BDC5B1. Grayscale: #3E3E3E. Windows color (decimal): -12436914 or 5126722. OLE color: 5126722.
HSL color Cylindrical-coordinate representation of color #423A4E: hue angle of 264º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #423A4E is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 58 | 78 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.69 |
| HSL | 264º | 0.15% | 0.27% | - |
| HSV(B) | 264º | 0.26% | 0.31% | - |
| XYZ | 5.13 | 4.73 | 7.85 | - |
| YUV | 62.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 78 | 0.15 | 0.26 | 0 | 0.69 | 264 | 0.15 | 0.27 |
| Hex | 42 | 3A | 4E | F | 1A | 0 | 45 | 108 | F | 1B |
| Octal | 102 | 72 | 116 | 17 | 32 | 0 | 105 | 410 | 17 | 33 |
| Binary | 1000010 | 111010 | 1001110 | 1111 | 11010 | 0 | 1000101 | 100001000 | 1111 | 11011 |
Color Harmonies of #423A4E
Complementary color
Monochromatic Colors of #423A4E
Black with #423A4E
Text Example
Text Example
White with #423A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A4E; }
p { color: rgb(66,58,78); }
H1.HeaderClassName
{
color: #423A4E;
}
.AnyTagClassName
{
color: #423A4E;
}
</style>
background-color css
<style>
a { background-color: #423A4E; }
a { background-color: rgb(66,58,78); }
div.DivClassName
{
background-color: #423A4E;
}
.BgClassName
{
background-color: #423A4E;
}
</style>
border-color css
<style>
span { border-color: #423A4E; }
span { border-color: rgb(66,58,78); }
td.TdClassName
{
border-color: #423A4E;
}
.TagClassName
{
border-color: #423A4E;
}
</style>