Shades of Grape #433D4E
Tints of Grape #433D4E
RGB
CMYK
RGB Variations
Color information
#433D4E (or 0x433D4E) is known color: Grape. HEX triplet: 43, 3D and 4E. RGB value is (67,61,78). Sum of RGB (Red+Green+Blue) = 67+61+78=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 78 - color contains mainly: blue. Hex color #433D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433D4E is #BCC2B1. Grayscale: #404040. Windows color (decimal): -12370610 or 5127491. OLE color: 5127491.
HSL color Cylindrical-coordinate representation of color #433D4E: hue angle of 261.18º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #433D4E is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 61 | 78 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.69 |
| HSL | 261.18º | 0.12% | 0.27% | - |
| HSV(B) | 261.18º | 0.22% | 0.31% | - |
| XYZ | 5.36 | 5.08 | 7.91 | - |
| YUV | 64.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 78 | 0.14 | 0.22 | 0 | 0.69 | 261.18 | 0.12 | 0.27 |
| Hex | 43 | 3D | 4E | E | 16 | 0 | 45 | 105 | C | 1B |
| Octal | 103 | 75 | 116 | 16 | 26 | 0 | 105 | 405 | 14 | 33 |
| Binary | 1000011 | 111101 | 1001110 | 1110 | 10110 | 0 | 1000101 | 100000101 | 1100 | 11011 |
Color Harmonies of #433D4E
Complementary color
Monochromatic Colors of #433D4E
Black with #433D4E
Text Example
Text Example
White with #433D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433D4E; }
p { color: rgb(67,61,78); }
H1.HeaderClassName
{
color: #433D4E;
}
.AnyTagClassName
{
color: #433D4E;
}
</style>
background-color css
<style>
a { background-color: #433D4E; }
a { background-color: rgb(67,61,78); }
div.DivClassName
{
background-color: #433D4E;
}
.BgClassName
{
background-color: #433D4E;
}
</style>
border-color css
<style>
span { border-color: #433D4E; }
span { border-color: rgb(67,61,78); }
td.TdClassName
{
border-color: #433D4E;
}
.TagClassName
{
border-color: #433D4E;
}
</style>