Shades of Purple Heart #5E13D2
Tints of Purple Heart #5E13D2
RGB
CMYK
RGB Variations
Color information
#5E13D2 (or 0x5E13D2) is known color: Purple Heart. HEX triplet: 5E, 13 and D2. RGB value is (94,19,210). Sum of RGB (Red+Green+Blue) = 94+19+210=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 210 (82.42% from 255 or 65.02% from 323); Max value from RGB is 210 - color contains mainly: blue. Hex color #5E13D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E13D2 is #A1EC2D. Grayscale: #3E3E3E. Windows color (decimal): -10611758 or 13767518. OLE color: 13767518.
HSL color Cylindrical-coordinate representation of color #5E13D2: hue angle of 263.56º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E13D2 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 19 | 210 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.18 |
| HSL | 263.56º | 0.83% | 0.45% | - |
| HSV(B) | 263.56º | 0.91% | 0.82% | - |
| XYZ | 16.48 | 7.5 | 61.55 | - |
| YUV | 63.2 | 210.85 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 19 | 210 | 0.55 | 0.91 | 0 | 0.18 | 263.56 | 0.83 | 0.45 |
| Hex | 5E | 13 | D2 | 37 | 5B | 0 | 12 | 108 | 53 | 2D |
| Octal | 136 | 23 | 322 | 67 | 133 | 0 | 22 | 410 | 123 | 55 |
| Binary | 1011110 | 10011 | 11010010 | 110111 | 1011011 | 0 | 10010 | 100001000 | 1010011 | 101101 |
Color Harmonies of #5E13D2
Complementary color
Monochromatic Colors of #5E13D2
Black with #5E13D2
Text Example
Text Example
White with #5E13D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E13D2; }
p { color: rgb(94,19,210); }
H1.HeaderClassName
{
color: #5E13D2;
}
.AnyTagClassName
{
color: #5E13D2;
}
</style>
background-color css
<style>
a { background-color: #5E13D2; }
a { background-color: rgb(94,19,210); }
div.DivClassName
{
background-color: #5E13D2;
}
.BgClassName
{
background-color: #5E13D2;
}
</style>
border-color css
<style>
span { border-color: #5E13D2; }
span { border-color: rgb(94,19,210); }
td.TdClassName
{
border-color: #5E13D2;
}
.TagClassName
{
border-color: #5E13D2;
}
</style>