Shades of Grape #423C53
Tints of Grape #423C53
RGB
CMYK
RGB Variations
Color information
#423C53 (or 0x423C53) is known color: Grape. HEX triplet: 42, 3C and 53. RGB value is (66,60,83). Sum of RGB (Red+Green+Blue) = 66+60+83=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 83 - color contains mainly: blue. Hex color #423C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C53 is #BDC3AC. Grayscale: #404040. Windows color (decimal): -12436397 or 5454914. OLE color: 5454914.
HSL color Cylindrical-coordinate representation of color #423C53: hue angle of 255.65º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #423C53 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 60 | 83 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.67 |
| HSL | 255.65º | 0.16% | 0.28% | - |
| HSV(B) | 255.65º | 0.28% | 0.33% | - |
| XYZ | 5.42 | 5.01 | 8.87 | - |
| YUV | 64.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 83 | 0.20 | 0.28 | 0 | 0.67 | 255.65 | 0.16 | 0.28 |
| Hex | 42 | 3C | 53 | 14 | 1C | 0 | 43 | 100 | 10 | 1C |
| Octal | 102 | 74 | 123 | 24 | 34 | 0 | 103 | 400 | 20 | 34 |
| Binary | 1000010 | 111100 | 1010011 | 10100 | 11100 | 0 | 1000011 | 100000000 | 10000 | 11100 |
Color Harmonies of #423C53
Complementary color
Monochromatic Colors of #423C53
Black with #423C53
Text Example
Text Example
White with #423C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C53; }
p { color: rgb(66,60,83); }
H1.HeaderClassName
{
color: #423C53;
}
.AnyTagClassName
{
color: #423C53;
}
</style>
background-color css
<style>
a { background-color: #423C53; }
a { background-color: rgb(66,60,83); }
div.DivClassName
{
background-color: #423C53;
}
.BgClassName
{
background-color: #423C53;
}
</style>
border-color css
<style>
span { border-color: #423C53; }
span { border-color: rgb(66,60,83); }
td.TdClassName
{
border-color: #423C53;
}
.TagClassName
{
border-color: #423C53;
}
</style>