Shades of Purple Heart #5E3CCA
Tints of Purple Heart #5E3CCA
RGB
CMYK
RGB Variations
Color information
#5E3CCA (or 0x5E3CCA) is known color: Purple Heart. HEX triplet: 5E, 3C and CA. RGB value is (94,60,202). Sum of RGB (Red+Green+Blue) = 94+60+202=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E3CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3CCA is #A1C335. Grayscale: #555555. Windows color (decimal): -10601270 or 13253726. OLE color: 13253726.
HSL color Cylindrical-coordinate representation of color #5E3CCA: hue angle of 254.37º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E3CCA is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 60 | 202 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.21 |
| HSL | 254.37º | 0.57% | 0.51% | - |
| HSV(B) | 254.37º | 0.7% | 0.79% | - |
| XYZ | 16.89 | 9.88 | 56.89 | - |
| YUV | 86.35 | 193.26 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 60 | 202 | 0.53 | 0.70 | 0 | 0.21 | 254.37 | 0.57 | 0.51 |
| Hex | 5E | 3C | CA | 35 | 46 | 0 | 15 | FE | 39 | 33 |
| Octal | 136 | 74 | 312 | 65 | 106 | 0 | 25 | 376 | 71 | 63 |
| Binary | 1011110 | 111100 | 11001010 | 110101 | 1000110 | 0 | 10101 | 11111110 | 111001 | 110011 |
Color Harmonies of #5E3CCA
Complementary color
Monochromatic Colors of #5E3CCA
Black with #5E3CCA
Text Example
Text Example
White with #5E3CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3CCA; }
p { color: rgb(94,60,202); }
H1.HeaderClassName
{
color: #5E3CCA;
}
.AnyTagClassName
{
color: #5E3CCA;
}
</style>
background-color css
<style>
a { background-color: #5E3CCA; }
a { background-color: rgb(94,60,202); }
div.DivClassName
{
background-color: #5E3CCA;
}
.BgClassName
{
background-color: #5E3CCA;
}
</style>
border-color css
<style>
span { border-color: #5E3CCA; }
span { border-color: rgb(94,60,202); }
td.TdClassName
{
border-color: #5E3CCA;
}
.TagClassName
{
border-color: #5E3CCA;
}
</style>