Shades of Purple Heart #4E28CF
Tints of Purple Heart #4E28CF
RGB
CMYK
RGB Variations
Color information
#4E28CF (or 0x4E28CF) is known color: Purple Heart. HEX triplet: 4E, 28 and CF. RGB value is (78,40,207). Sum of RGB (Red+Green+Blue) = 78+40+207=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E28CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E28CF is #B1D730. Grayscale: #454545. Windows color (decimal): -11654961 or 13576270. OLE color: 13576270.
HSL color Cylindrical-coordinate representation of color #4E28CF: hue angle of 253.65º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E28CF is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 40 | 207 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.19 |
| HSL | 253.65º | 0.68% | 0.48% | - |
| HSV(B) | 253.65º | 0.81% | 0.81% | - |
| XYZ | 15.16 | 7.64 | 59.71 | - |
| YUV | 70.4 | 205.09 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 207 | 0.62 | 0.81 | 0 | 0.19 | 253.65 | 0.68 | 0.48 |
| Hex | 4E | 28 | CF | 3E | 51 | 0 | 13 | FE | 44 | 30 |
| Octal | 116 | 50 | 317 | 76 | 121 | 0 | 23 | 376 | 104 | 60 |
| Binary | 1001110 | 101000 | 11001111 | 111110 | 1010001 | 0 | 10011 | 11111110 | 1000100 | 110000 |
Color Harmonies of #4E28CF
Complementary color
Monochromatic Colors of #4E28CF
Black with #4E28CF
Text Example
Text Example
White with #4E28CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E28CF; }
p { color: rgb(78,40,207); }
H1.HeaderClassName
{
color: #4E28CF;
}
.AnyTagClassName
{
color: #4E28CF;
}
</style>
background-color css
<style>
a { background-color: #4E28CF; }
a { background-color: rgb(78,40,207); }
div.DivClassName
{
background-color: #4E28CF;
}
.BgClassName
{
background-color: #4E28CF;
}
</style>
border-color css
<style>
span { border-color: #4E28CF; }
span { border-color: rgb(78,40,207); }
td.TdClassName
{
border-color: #4E28CF;
}
.TagClassName
{
border-color: #4E28CF;
}
</style>