Shades of Grape #433F4D
Tints of Grape #433F4D
RGB
CMYK
RGB Variations
Color information
#433F4D (or 0x433F4D) is known color: Grape. HEX triplet: 43, 3F and 4D. RGB value is (67,63,77). Sum of RGB (Red+Green+Blue) = 67+63+77=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 77 - color contains mainly: blue. Hex color #433F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433F4D is #BCC0B2. Grayscale: #414141. Windows color (decimal): -12370099 or 5062467. OLE color: 5062467.
HSL color Cylindrical-coordinate representation of color #433F4D: hue angle of 257.14º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #433F4D is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 63 | 77 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.70 |
| HSL | 257.14º | 0.1% | 0.27% | - |
| HSV(B) | 257.14º | 0.18% | 0.3% | - |
| XYZ | 5.43 | 5.28 | 7.75 | - |
| YUV | 65.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 63 | 77 | 0.13 | 0.18 | 0 | 0.70 | 257.14 | 0.1 | 0.27 |
| Hex | 43 | 3F | 4D | D | 12 | 0 | 46 | 101 | A | 1B |
| Octal | 103 | 77 | 115 | 15 | 22 | 0 | 106 | 401 | 12 | 33 |
| Binary | 1000011 | 111111 | 1001101 | 1101 | 10010 | 0 | 1000110 | 100000001 | 1010 | 11011 |
Color Harmonies of #433F4D
Complementary color
Monochromatic Colors of #433F4D
Black with #433F4D
Text Example
Text Example
White with #433F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433F4D; }
p { color: rgb(67,63,77); }
H1.HeaderClassName
{
color: #433F4D;
}
.AnyTagClassName
{
color: #433F4D;
}
</style>
background-color css
<style>
a { background-color: #433F4D; }
a { background-color: rgb(67,63,77); }
div.DivClassName
{
background-color: #433F4D;
}
.BgClassName
{
background-color: #433F4D;
}
</style>
border-color css
<style>
span { border-color: #433F4D; }
span { border-color: rgb(67,63,77); }
td.TdClassName
{
border-color: #433F4D;
}
.TagClassName
{
border-color: #433F4D;
}
</style>