Shades of Grape #433C4F
Tints of Grape #433C4F
RGB
CMYK
RGB Variations
Color information
#433C4F (or 0x433C4F) is known color: Grape. HEX triplet: 43, 3C and 4F. RGB value is (67,60,79). Sum of RGB (Red+Green+Blue) = 67+60+79=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 79 - color contains mainly: blue. Hex color #433C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433C4F is #BCC3B0. Grayscale: #404040. Windows color (decimal): -12370865 or 5192771. OLE color: 5192771.
HSL color Cylindrical-coordinate representation of color #433C4F: hue angle of 262.11º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #433C4F is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 60 | 79 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.69 |
| HSL | 262.11º | 0.14% | 0.27% | - |
| HSV(B) | 262.11º | 0.24% | 0.31% | - |
| XYZ | 5.34 | 4.99 | 8.08 | - |
| YUV | 64.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 60 | 79 | 0.15 | 0.24 | 0 | 0.69 | 262.11 | 0.14 | 0.27 |
| Hex | 43 | 3C | 4F | F | 18 | 0 | 45 | 106 | E | 1B |
| Octal | 103 | 74 | 117 | 17 | 30 | 0 | 105 | 406 | 16 | 33 |
| Binary | 1000011 | 111100 | 1001111 | 1111 | 11000 | 0 | 1000101 | 100000110 | 1110 | 11011 |
Color Harmonies of #433C4F
Complementary color
Monochromatic Colors of #433C4F
Black with #433C4F
Text Example
Text Example
White with #433C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433C4F; }
p { color: rgb(67,60,79); }
H1.HeaderClassName
{
color: #433C4F;
}
.AnyTagClassName
{
color: #433C4F;
}
</style>
background-color css
<style>
a { background-color: #433C4F; }
a { background-color: rgb(67,60,79); }
div.DivClassName
{
background-color: #433C4F;
}
.BgClassName
{
background-color: #433C4F;
}
</style>
border-color css
<style>
span { border-color: #433C4F; }
span { border-color: rgb(67,60,79); }
td.TdClassName
{
border-color: #433C4F;
}
.TagClassName
{
border-color: #433C4F;
}
</style>