Shades of Grape #423A4D
Tints of Grape #423A4D
RGB
CMYK
RGB Variations
Color information
#423A4D (or 0x423A4D) is known color: Grape. HEX triplet: 42, 3A and 4D. RGB value is (66,58,77). Sum of RGB (Red+Green+Blue) = 66+58+77=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 77 - color contains mainly: blue. Hex color #423A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423A4D is #BDC5B2. Grayscale: #3E3E3E. Windows color (decimal): -12436915 or 5061186. OLE color: 5061186.
HSL color Cylindrical-coordinate representation of color #423A4D: hue angle of 265.26º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #423A4D is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 58 | 77 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.70 |
| HSL | 265.26º | 0.14% | 0.26% | - |
| HSV(B) | 265.26º | 0.25% | 0.3% | - |
| XYZ | 5.1 | 4.72 | 7.66 | - |
| YUV | 62.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 77 | 0.14 | 0.25 | 0 | 0.70 | 265.26 | 0.14 | 0.26 |
| Hex | 42 | 3A | 4D | E | 19 | 0 | 46 | 109 | E | 1A |
| Octal | 102 | 72 | 115 | 16 | 31 | 0 | 106 | 411 | 16 | 32 |
| Binary | 1000010 | 111010 | 1001101 | 1110 | 11001 | 0 | 1000110 | 100001001 | 1110 | 11010 |
Color Harmonies of #423A4D
Complementary color
Monochromatic Colors of #423A4D
Black with #423A4D
Text Example
Text Example
White with #423A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A4D; }
p { color: rgb(66,58,77); }
H1.HeaderClassName
{
color: #423A4D;
}
.AnyTagClassName
{
color: #423A4D;
}
</style>
background-color css
<style>
a { background-color: #423A4D; }
a { background-color: rgb(66,58,77); }
div.DivClassName
{
background-color: #423A4D;
}
.BgClassName
{
background-color: #423A4D;
}
</style>
border-color css
<style>
span { border-color: #423A4D; }
span { border-color: rgb(66,58,77); }
td.TdClassName
{
border-color: #423A4D;
}
.TagClassName
{
border-color: #423A4D;
}
</style>