Shades of Grape #433E52
Tints of Grape #433E52
RGB
CMYK
RGB Variations
Color information
#433E52 (or 0x433E52) is known color: Grape. HEX triplet: 43, 3E and 52. RGB value is (67,62,82). Sum of RGB (Red+Green+Blue) = 67+62+82=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 82 - color contains mainly: blue. Hex color #433E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433E52 is #BCC1AD. Grayscale: #414141. Windows color (decimal): -12370350 or 5389891. OLE color: 5389891.
HSL color Cylindrical-coordinate representation of color #433E52: hue angle of 255º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #433E52 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 62 | 82 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.68 |
| HSL | 255º | 0.14% | 0.28% | - |
| HSV(B) | 255º | 0.24% | 0.32% | - |
| XYZ | 5.56 | 5.25 | 8.7 | - |
| YUV | 65.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 62 | 82 | 0.18 | 0.24 | 0 | 0.68 | 255 | 0.14 | 0.28 |
| Hex | 43 | 3E | 52 | 12 | 18 | 0 | 44 | FF | E | 1C |
| Octal | 103 | 76 | 122 | 22 | 30 | 0 | 104 | 377 | 16 | 34 |
| Binary | 1000011 | 111110 | 1010010 | 10010 | 11000 | 0 | 1000100 | 11111111 | 1110 | 11100 |
Color Harmonies of #433E52
Complementary color
Monochromatic Colors of #433E52
Black with #433E52
Text Example
Text Example
White with #433E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433E52; }
p { color: rgb(67,62,82); }
H1.HeaderClassName
{
color: #433E52;
}
.AnyTagClassName
{
color: #433E52;
}
</style>
background-color css
<style>
a { background-color: #433E52; }
a { background-color: rgb(67,62,82); }
div.DivClassName
{
background-color: #433E52;
}
.BgClassName
{
background-color: #433E52;
}
</style>
border-color css
<style>
span { border-color: #433E52; }
span { border-color: rgb(67,62,82); }
td.TdClassName
{
border-color: #433E52;
}
.TagClassName
{
border-color: #433E52;
}
</style>