Shades of Purple Heart #4E33CE
Tints of Purple Heart #4E33CE
RGB
CMYK
RGB Variations
Color information
#4E33CE (or 0x4E33CE) is known color: Purple Heart. HEX triplet: 4E, 33 and CE. RGB value is (78,51,206). Sum of RGB (Red+Green+Blue) = 78+51+206=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E33CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E33CE is #B1CC31. Grayscale: #4C4C4C. Windows color (decimal): -11652146 or 13513550. OLE color: 13513550.
HSL color Cylindrical-coordinate representation of color #4E33CE: hue angle of 250.45º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E33CE is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 51 | 206 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.19 |
| HSL | 250.45º | 0.61% | 0.5% | - |
| HSV(B) | 250.45º | 0.75% | 0.81% | - |
| XYZ | 15.47 | 8.44 | 59.21 | - |
| YUV | 76.74 | 200.95 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 51 | 206 | 0.62 | 0.75 | 0 | 0.19 | 250.45 | 0.61 | 0.5 |
| Hex | 4E | 33 | CE | 3E | 4B | 0 | 13 | FA | 3D | 32 |
| Octal | 116 | 63 | 316 | 76 | 113 | 0 | 23 | 372 | 75 | 62 |
| Binary | 1001110 | 110011 | 11001110 | 111110 | 1001011 | 0 | 10011 | 11111010 | 111101 | 110010 |
Color Harmonies of #4E33CE
Complementary color
Monochromatic Colors of #4E33CE
Black with #4E33CE
Text Example
Text Example
White with #4E33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E33CE; }
p { color: rgb(78,51,206); }
H1.HeaderClassName
{
color: #4E33CE;
}
.AnyTagClassName
{
color: #4E33CE;
}
</style>
background-color css
<style>
a { background-color: #4E33CE; }
a { background-color: rgb(78,51,206); }
div.DivClassName
{
background-color: #4E33CE;
}
.BgClassName
{
background-color: #4E33CE;
}
</style>
border-color css
<style>
span { border-color: #4E33CE; }
span { border-color: rgb(78,51,206); }
td.TdClassName
{
border-color: #4E33CE;
}
.TagClassName
{
border-color: #4E33CE;
}
</style>