Shades of Purple Heart #5E25CA
Tints of Purple Heart #5E25CA
RGB
CMYK
RGB Variations
Color information
#5E25CA (or 0x5E25CA) is known color: Purple Heart. HEX triplet: 5E, 25 and CA. RGB value is (94,37,202). Sum of RGB (Red+Green+Blue) = 94+37+202=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E25CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E25CA is #A1DA35. Grayscale: #484848. Windows color (decimal): -10607158 or 13247838. OLE color: 13247838.
HSL color Cylindrical-coordinate representation of color #5E25CA: hue angle of 260.73º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E25CA is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 37 | 202 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.21 |
| HSL | 260.73º | 0.69% | 0.47% | - |
| HSV(B) | 260.73º | 0.82% | 0.79% | - |
| XYZ | 15.94 | 7.97 | 56.57 | - |
| YUV | 72.85 | 200.88 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 37 | 202 | 0.53 | 0.82 | 0 | 0.21 | 260.73 | 0.69 | 0.47 |
| Hex | 5E | 25 | CA | 35 | 52 | 0 | 15 | 105 | 45 | 2F |
| Octal | 136 | 45 | 312 | 65 | 122 | 0 | 25 | 405 | 105 | 57 |
| Binary | 1011110 | 100101 | 11001010 | 110101 | 1010010 | 0 | 10101 | 100000101 | 1000101 | 101111 |
Color Harmonies of #5E25CA
Complementary color
Monochromatic Colors of #5E25CA
Black with #5E25CA
Text Example
Text Example
White with #5E25CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E25CA; }
p { color: rgb(94,37,202); }
H1.HeaderClassName
{
color: #5E25CA;
}
.AnyTagClassName
{
color: #5E25CA;
}
</style>
background-color css
<style>
a { background-color: #5E25CA; }
a { background-color: rgb(94,37,202); }
div.DivClassName
{
background-color: #5E25CA;
}
.BgClassName
{
background-color: #5E25CA;
}
</style>
border-color css
<style>
span { border-color: #5E25CA; }
span { border-color: rgb(94,37,202); }
td.TdClassName
{
border-color: #5E25CA;
}
.TagClassName
{
border-color: #5E25CA;
}
</style>