Shades of Grape #433B53
Tints of Grape #433B53
RGB
CMYK
RGB Variations
Color information
#433B53 (or 0x433B53) is known color: Grape. HEX triplet: 43, 3B and 53. RGB value is (67,59,83). Sum of RGB (Red+Green+Blue) = 67+59+83=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 59 (23.44% from 255 or 28.23% 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 #433B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433B53 is #BCC4AC. Grayscale: #404040. Windows color (decimal): -12371117 or 5454659. OLE color: 5454659.
HSL color Cylindrical-coordinate representation of color #433B53: hue angle of 260º 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 #433B53 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 59 | 83 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.67 |
| HSL | 260º | 0.17% | 0.28% | - |
| HSV(B) | 260º | 0.29% | 0.33% | - |
| XYZ | 5.44 | 4.95 | 8.85 | - |
| YUV | 64.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 59 | 83 | 0.19 | 0.29 | 0 | 0.67 | 260 | 0.17 | 0.28 |
| Hex | 43 | 3B | 53 | 13 | 1D | 0 | 43 | 104 | 11 | 1C |
| Octal | 103 | 73 | 123 | 23 | 35 | 0 | 103 | 404 | 21 | 34 |
| Binary | 1000011 | 111011 | 1010011 | 10011 | 11101 | 0 | 1000011 | 100000100 | 10001 | 11100 |
Color Harmonies of #433B53
Complementary color
Monochromatic Colors of #433B53
Black with #433B53
Text Example
Text Example
White with #433B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433B53; }
p { color: rgb(67,59,83); }
H1.HeaderClassName
{
color: #433B53;
}
.AnyTagClassName
{
color: #433B53;
}
</style>
background-color css
<style>
a { background-color: #433B53; }
a { background-color: rgb(67,59,83); }
div.DivClassName
{
background-color: #433B53;
}
.BgClassName
{
background-color: #433B53;
}
</style>
border-color css
<style>
span { border-color: #433B53; }
span { border-color: rgb(67,59,83); }
td.TdClassName
{
border-color: #433B53;
}
.TagClassName
{
border-color: #433B53;
}
</style>