Shades of Purple Heart #4E24BE
Tints of Purple Heart #4E24BE
RGB
CMYK
RGB Variations
Color information
#4E24BE (or 0x4E24BE) is known color: Purple Heart. HEX triplet: 4E, 24 and BE. RGB value is (78,36,190). Sum of RGB (Red+Green+Blue) = 78+36+190=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E24BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E24BE is #B1DB41. Grayscale: #414141. Windows color (decimal): -11656002 or 12461134. OLE color: 12461134.
HSL color Cylindrical-coordinate representation of color #4E24BE: hue angle of 256.36º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E24BE is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 36 | 190 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.25 |
| HSL | 256.36º | 0.68% | 0.44% | - |
| HSV(B) | 256.36º | 0.81% | 0.75% | - |
| XYZ | 13.07 | 6.6 | 49.3 | - |
| YUV | 66.11 | 197.91 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 36 | 190 | 0.59 | 0.81 | 0 | 0.25 | 256.36 | 0.68 | 0.44 |
| Hex | 4E | 24 | BE | 3B | 51 | 0 | 19 | 100 | 44 | 2C |
| Octal | 116 | 44 | 276 | 73 | 121 | 0 | 31 | 400 | 104 | 54 |
| Binary | 1001110 | 100100 | 10111110 | 111011 | 1010001 | 0 | 11001 | 100000000 | 1000100 | 101100 |
Color Harmonies of #4E24BE
Complementary color
Monochromatic Colors of #4E24BE
Black with #4E24BE
Text Example
Text Example
White with #4E24BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E24BE; }
p { color: rgb(78,36,190); }
H1.HeaderClassName
{
color: #4E24BE;
}
.AnyTagClassName
{
color: #4E24BE;
}
</style>
background-color css
<style>
a { background-color: #4E24BE; }
a { background-color: rgb(78,36,190); }
div.DivClassName
{
background-color: #4E24BE;
}
.BgClassName
{
background-color: #4E24BE;
}
</style>
border-color css
<style>
span { border-color: #4E24BE; }
span { border-color: rgb(78,36,190); }
td.TdClassName
{
border-color: #4E24BE;
}
.TagClassName
{
border-color: #4E24BE;
}
</style>