Shades of Grape #433C55
Tints of Grape #433C55
RGB
CMYK
RGB Variations
Color information
#433C55 (or 0x433C55) is known color: Grape. HEX triplet: 43, 3C and 55. RGB value is (67,60,85). Sum of RGB (Red+Green+Blue) = 67+60+85=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #433C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433C55 is #BCC3AA. Grayscale: #404040. Windows color (decimal): -12370859 or 5585987. OLE color: 5585987.
HSL color Cylindrical-coordinate representation of color #433C55: hue angle of 256.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #433C55 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 60 | 85 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.67 |
| HSL | 256.8º | 0.17% | 0.28% | - |
| HSV(B) | 256.8º | 0.29% | 0.33% | - |
| XYZ | 5.57 | 5.08 | 9.28 | - |
| YUV | 64.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 60 | 85 | 0.21 | 0.29 | 0 | 0.67 | 256.8 | 0.17 | 0.28 |
| Hex | 43 | 3C | 55 | 15 | 1D | 0 | 43 | 101 | 11 | 1C |
| Octal | 103 | 74 | 125 | 25 | 35 | 0 | 103 | 401 | 21 | 34 |
| Binary | 1000011 | 111100 | 1010101 | 10101 | 11101 | 0 | 1000011 | 100000001 | 10001 | 11100 |
Color Harmonies of #433C55
Complementary color
Monochromatic Colors of #433C55
Black with #433C55
Text Example
Text Example
White with #433C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433C55; }
p { color: rgb(67,60,85); }
H1.HeaderClassName
{
color: #433C55;
}
.AnyTagClassName
{
color: #433C55;
}
</style>
background-color css
<style>
a { background-color: #433C55; }
a { background-color: rgb(67,60,85); }
div.DivClassName
{
background-color: #433C55;
}
.BgClassName
{
background-color: #433C55;
}
</style>
border-color css
<style>
span { border-color: #433C55; }
span { border-color: rgb(67,60,85); }
td.TdClassName
{
border-color: #433C55;
}
.TagClassName
{
border-color: #433C55;
}
</style>