Shades of Purple Heart #4E22CE
Tints of Purple Heart #4E22CE
RGB
CMYK
RGB Variations
Color information
#4E22CE (or 0x4E22CE) is known color: Purple Heart. HEX triplet: 4E, 22 and CE. RGB value is (78,34,206). Sum of RGB (Red+Green+Blue) = 78+34+206=318 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.53% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E22CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E22CE is #B1DD31. Grayscale: #424242. Windows color (decimal): -11656498 or 13509198. OLE color: 13509198.
HSL color Cylindrical-coordinate representation of color #4E22CE: hue angle of 255.35º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E22CE is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 34 | 206 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.19 |
| HSL | 255.35º | 0.72% | 0.47% | - |
| HSV(B) | 255.35º | 0.83% | 0.81% | - |
| XYZ | 14.85 | 7.22 | 59 | - |
| YUV | 66.76 | 206.58 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 34 | 206 | 0.62 | 0.83 | 0 | 0.19 | 255.35 | 0.72 | 0.47 |
| Hex | 4E | 22 | CE | 3E | 53 | 0 | 13 | FF | 48 | 2F |
| Octal | 116 | 42 | 316 | 76 | 123 | 0 | 23 | 377 | 110 | 57 |
| Binary | 1001110 | 100010 | 11001110 | 111110 | 1010011 | 0 | 10011 | 11111111 | 1001000 | 101111 |
Color Harmonies of #4E22CE
Complementary color
Monochromatic Colors of #4E22CE
Black with #4E22CE
Text Example
Text Example
White with #4E22CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E22CE; }
p { color: rgb(78,34,206); }
H1.HeaderClassName
{
color: #4E22CE;
}
.AnyTagClassName
{
color: #4E22CE;
}
</style>
background-color css
<style>
a { background-color: #4E22CE; }
a { background-color: rgb(78,34,206); }
div.DivClassName
{
background-color: #4E22CE;
}
.BgClassName
{
background-color: #4E22CE;
}
</style>
border-color css
<style>
span { border-color: #4E22CE; }
span { border-color: rgb(78,34,206); }
td.TdClassName
{
border-color: #4E22CE;
}
.TagClassName
{
border-color: #4E22CE;
}
</style>