Shades of Purple Heart #4E33CD
Tints of Purple Heart #4E33CD
RGB
CMYK
RGB Variations
Color information
#4E33CD (or 0x4E33CD) is known color: Purple Heart. HEX triplet: 4E, 33 and CD. RGB value is (78,51,205). Sum of RGB (Red+Green+Blue) = 78+51+205=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E33CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E33CD is #B1CC32. Grayscale: #4C4C4C. Windows color (decimal): -11652147 or 13448014. OLE color: 13448014.
HSL color Cylindrical-coordinate representation of color #4E33CD: hue angle of 250.52º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E33CD is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 51 | 205 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.20 |
| HSL | 250.52º | 0.61% | 0.5% | - |
| HSV(B) | 250.52º | 0.75% | 0.8% | - |
| XYZ | 15.35 | 8.4 | 58.57 | - |
| YUV | 76.63 | 200.45 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 51 | 205 | 0.62 | 0.75 | 0 | 0.20 | 250.52 | 0.61 | 0.5 |
| Hex | 4E | 33 | CD | 3E | 4B | 0 | 14 | FB | 3D | 32 |
| Octal | 116 | 63 | 315 | 76 | 113 | 0 | 24 | 373 | 75 | 62 |
| Binary | 1001110 | 110011 | 11001101 | 111110 | 1001011 | 0 | 10100 | 11111011 | 111101 | 110010 |
Color Harmonies of #4E33CD
Complementary color
Monochromatic Colors of #4E33CD
Black with #4E33CD
Text Example
Text Example
White with #4E33CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E33CD; }
p { color: rgb(78,51,205); }
H1.HeaderClassName
{
color: #4E33CD;
}
.AnyTagClassName
{
color: #4E33CD;
}
</style>
background-color css
<style>
a { background-color: #4E33CD; }
a { background-color: rgb(78,51,205); }
div.DivClassName
{
background-color: #4E33CD;
}
.BgClassName
{
background-color: #4E33CD;
}
</style>
border-color css
<style>
span { border-color: #4E33CD; }
span { border-color: rgb(78,51,205); }
td.TdClassName
{
border-color: #4E33CD;
}
.TagClassName
{
border-color: #4E33CD;
}
</style>