Shades of Purple Heart #5E15C9
Tints of Purple Heart #5E15C9
RGB
CMYK
RGB Variations
Color information
#5E15C9 (or 0x5E15C9) is known color: Purple Heart. HEX triplet: 5E, 15 and C9. RGB value is (94,21,201). Sum of RGB (Red+Green+Blue) = 94+21+201=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 201 (78.91% from 255 or 63.61% from 316); Max value from RGB is 201 - color contains mainly: blue. Hex color #5E15C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E15C9 is #A1EA36. Grayscale: #3E3E3E. Windows color (decimal): -10611255 or 13178206. OLE color: 13178206.
HSL color Cylindrical-coordinate representation of color #5E15C9: hue angle of 264.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E15C9 is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 21 | 201 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.21 |
| HSL | 264.33º | 0.81% | 0.44% | - |
| HSV(B) | 264.33º | 0.9% | 0.79% | - |
| XYZ | 15.43 | 7.13 | 55.82 | - |
| YUV | 63.35 | 205.68 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 201 | 0.53 | 0.90 | 0 | 0.21 | 264.33 | 0.81 | 0.44 |
| Hex | 5E | 15 | C9 | 35 | 5A | 0 | 15 | 108 | 51 | 2C |
| Octal | 136 | 25 | 311 | 65 | 132 | 0 | 25 | 410 | 121 | 54 |
| Binary | 1011110 | 10101 | 11001001 | 110101 | 1011010 | 0 | 10101 | 100001000 | 1010001 | 101100 |
Color Harmonies of #5E15C9
Complementary color
Monochromatic Colors of #5E15C9
Black with #5E15C9
Text Example
Text Example
White with #5E15C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E15C9; }
p { color: rgb(94,21,201); }
H1.HeaderClassName
{
color: #5E15C9;
}
.AnyTagClassName
{
color: #5E15C9;
}
</style>
background-color css
<style>
a { background-color: #5E15C9; }
a { background-color: rgb(94,21,201); }
div.DivClassName
{
background-color: #5E15C9;
}
.BgClassName
{
background-color: #5E15C9;
}
</style>
border-color css
<style>
span { border-color: #5E15C9; }
span { border-color: rgb(94,21,201); }
td.TdClassName
{
border-color: #5E15C9;
}
.TagClassName
{
border-color: #5E15C9;
}
</style>