Shades of Purple Heart #4E10CE
Tints of Purple Heart #4E10CE
RGB
CMYK
RGB Variations
Color information
#4E10CE (or 0x4E10CE) is known color: Purple Heart. HEX triplet: 4E, 10 and CE. RGB value is (78,16,206). Sum of RGB (Red+Green+Blue) = 78+16+206=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E10CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E10CE is #B1EF31. Grayscale: #373737. Windows color (decimal): -11661106 or 13504590. OLE color: 13504590.
HSL color Cylindrical-coordinate representation of color #4E10CE: hue angle of 259.58º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E10CE is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 16 | 206 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.19 |
| HSL | 259.58º | 0.86% | 0.44% | - |
| HSV(B) | 259.58º | 0.92% | 0.81% | - |
| XYZ | 14.47 | 6.45 | 58.87 | - |
| YUV | 56.2 | 212.54 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 206 | 0.62 | 0.92 | 0 | 0.19 | 259.58 | 0.86 | 0.44 |
| Hex | 4E | 10 | CE | 3E | 5C | 0 | 13 | 104 | 56 | 2C |
| Octal | 116 | 20 | 316 | 76 | 134 | 0 | 23 | 404 | 126 | 54 |
| Binary | 1001110 | 10000 | 11001110 | 111110 | 1011100 | 0 | 10011 | 100000100 | 1010110 | 101100 |
Color Harmonies of #4E10CE
Complementary color
Monochromatic Colors of #4E10CE
Black with #4E10CE
Text Example
Text Example
White with #4E10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E10CE; }
p { color: rgb(78,16,206); }
H1.HeaderClassName
{
color: #4E10CE;
}
.AnyTagClassName
{
color: #4E10CE;
}
</style>
background-color css
<style>
a { background-color: #4E10CE; }
a { background-color: rgb(78,16,206); }
div.DivClassName
{
background-color: #4E10CE;
}
.BgClassName
{
background-color: #4E10CE;
}
</style>
border-color css
<style>
span { border-color: #4E10CE; }
span { border-color: rgb(78,16,206); }
td.TdClassName
{
border-color: #4E10CE;
}
.TagClassName
{
border-color: #4E10CE;
}
</style>