Shades of Purple Heart #5E24BC
Tints of Purple Heart #5E24BC
RGB
CMYK
RGB Variations
Color information
#5E24BC (or 0x5E24BC) is known color: Purple Heart. HEX triplet: 5E, 24 and BC. RGB value is (94,36,188). Sum of RGB (Red+Green+Blue) = 94+36+188=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E24BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E24BC is #A1DB43. Grayscale: #464646. Windows color (decimal): -10607428 or 12330078. OLE color: 12330078.
HSL color Cylindrical-coordinate representation of color #5E24BC: hue angle of 262.89º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E24BC is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 36 | 188 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.26 |
| HSL | 262.89º | 0.68% | 0.44% | - |
| HSV(B) | 262.89º | 0.81% | 0.74% | - |
| XYZ | 14.32 | 7.27 | 48.23 | - |
| YUV | 70.67 | 194.22 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 188 | 0.50 | 0.81 | 0 | 0.26 | 262.89 | 0.68 | 0.44 |
| Hex | 5E | 24 | BC | 32 | 51 | 0 | 1A | 107 | 44 | 2C |
| Octal | 136 | 44 | 274 | 62 | 121 | 0 | 32 | 407 | 104 | 54 |
| Binary | 1011110 | 100100 | 10111100 | 110010 | 1010001 | 0 | 11010 | 100000111 | 1000100 | 101100 |
Color Harmonies of #5E24BC
Complementary color
Monochromatic Colors of #5E24BC
Black with #5E24BC
Text Example
Text Example
White with #5E24BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E24BC; }
p { color: rgb(94,36,188); }
H1.HeaderClassName
{
color: #5E24BC;
}
.AnyTagClassName
{
color: #5E24BC;
}
</style>
background-color css
<style>
a { background-color: #5E24BC; }
a { background-color: rgb(94,36,188); }
div.DivClassName
{
background-color: #5E24BC;
}
.BgClassName
{
background-color: #5E24BC;
}
</style>
border-color css
<style>
span { border-color: #5E24BC; }
span { border-color: rgb(94,36,188); }
td.TdClassName
{
border-color: #5E24BC;
}
.TagClassName
{
border-color: #5E24BC;
}
</style>