Shades of Purple Heart #5E24CB
Tints of Purple Heart #5E24CB
RGB
CMYK
RGB Variations
Color information
#5E24CB (or 0x5E24CB) is known color: Purple Heart. HEX triplet: 5E, 24 and CB. RGB value is (94,36,203). Sum of RGB (Red+Green+Blue) = 94+36+203=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E24CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E24CB is #A1DB34. Grayscale: #474747. Windows color (decimal): -10607413 or 13313118. OLE color: 13313118.
HSL color Cylindrical-coordinate representation of color #5E24CB: hue angle of 260.84º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E24CB is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 36 | 203 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.20 |
| HSL | 260.84º | 0.7% | 0.47% | - |
| HSV(B) | 260.84º | 0.82% | 0.8% | - |
| XYZ | 16.03 | 7.95 | 57.19 | - |
| YUV | 72.38 | 201.72 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 203 | 0.54 | 0.82 | 0 | 0.20 | 260.84 | 0.7 | 0.47 |
| Hex | 5E | 24 | CB | 36 | 52 | 0 | 14 | 105 | 46 | 2F |
| Octal | 136 | 44 | 313 | 66 | 122 | 0 | 24 | 405 | 106 | 57 |
| Binary | 1011110 | 100100 | 11001011 | 110110 | 1010010 | 0 | 10100 | 100000101 | 1000110 | 101111 |
Color Harmonies of #5E24CB
Complementary color
Monochromatic Colors of #5E24CB
Black with #5E24CB
Text Example
Text Example
White with #5E24CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E24CB; }
p { color: rgb(94,36,203); }
H1.HeaderClassName
{
color: #5E24CB;
}
.AnyTagClassName
{
color: #5E24CB;
}
</style>
background-color css
<style>
a { background-color: #5E24CB; }
a { background-color: rgb(94,36,203); }
div.DivClassName
{
background-color: #5E24CB;
}
.BgClassName
{
background-color: #5E24CB;
}
</style>
border-color css
<style>
span { border-color: #5E24CB; }
span { border-color: rgb(94,36,203); }
td.TdClassName
{
border-color: #5E24CB;
}
.TagClassName
{
border-color: #5E24CB;
}
</style>