Shades of Purple Heart #5E04CA
Tints of Purple Heart #5E04CA
RGB
CMYK
RGB Variations
Color information
#5E04CA (or 0x5E04CA) is known color: Purple Heart. HEX triplet: 5E, 04 and CA. RGB value is (94,4,202). Sum of RGB (Red+Green+Blue) = 94+4+202=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E04CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E04CA is #A1FB35. Grayscale: #343434. Windows color (decimal): -10615606 or 13239390. OLE color: 13239390.
HSL color Cylindrical-coordinate representation of color #5E04CA: hue angle of 267.27º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E04CA is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 4 | 202 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.21 |
| HSL | 267.27º | 0.96% | 0.4% | - |
| HSV(B) | 267.27º | 0.98% | 0.79% | - |
| XYZ | 15.32 | 6.73 | 56.37 | - |
| YUV | 53.48 | 211.82 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 202 | 0.53 | 0.98 | 0 | 0.21 | 267.27 | 0.96 | 0.4 |
| Hex | 5E | 4 | CA | 35 | 62 | 0 | 15 | 10B | 60 | 28 |
| Octal | 136 | 4 | 312 | 65 | 142 | 0 | 25 | 413 | 140 | 50 |
| Binary | 1011110 | 100 | 11001010 | 110101 | 1100010 | 0 | 10101 | 100001011 | 1100000 | 101000 |
Color Harmonies of #5E04CA
Complementary color
Monochromatic Colors of #5E04CA
Black with #5E04CA
Text Example
Text Example
White with #5E04CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E04CA; }
p { color: rgb(94,4,202); }
H1.HeaderClassName
{
color: #5E04CA;
}
.AnyTagClassName
{
color: #5E04CA;
}
</style>
background-color css
<style>
a { background-color: #5E04CA; }
a { background-color: rgb(94,4,202); }
div.DivClassName
{
background-color: #5E04CA;
}
.BgClassName
{
background-color: #5E04CA;
}
</style>
border-color css
<style>
span { border-color: #5E04CA; }
span { border-color: rgb(94,4,202); }
td.TdClassName
{
border-color: #5E04CA;
}
.TagClassName
{
border-color: #5E04CA;
}
</style>