Shades of Purple Heart #5E0ACA
Tints of Purple Heart #5E0ACA
RGB
CMYK
RGB Variations
Color information
#5E0ACA (or 0x5E0ACA) is known color: Purple Heart. HEX triplet: 5E, 0A and CA. RGB value is (94,10,202). Sum of RGB (Red+Green+Blue) = 94+10+202=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 202 (79.30% from 255 or 66.01% from 306); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E0ACA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0ACA is #A1F535. Grayscale: #383838. Windows color (decimal): -10614070 or 13240926. OLE color: 13240926.
HSL color Cylindrical-coordinate representation of color #5E0ACA: hue angle of 266.25º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0ACA is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 10 | 202 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.21 |
| HSL | 266.25º | 0.91% | 0.42% | - |
| HSV(B) | 266.25º | 0.95% | 0.79% | - |
| XYZ | 15.39 | 6.86 | 56.39 | - |
| YUV | 57 | 209.83 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 10 | 202 | 0.53 | 0.95 | 0 | 0.21 | 266.25 | 0.91 | 0.42 |
| Hex | 5E | A | CA | 35 | 5F | 0 | 15 | 10A | 5B | 2A |
| Octal | 136 | 12 | 312 | 65 | 137 | 0 | 25 | 412 | 133 | 52 |
| Binary | 1011110 | 1010 | 11001010 | 110101 | 1011111 | 0 | 10101 | 100001010 | 1011011 | 101010 |
Color Harmonies of #5E0ACA
Complementary color
Monochromatic Colors of #5E0ACA
Black with #5E0ACA
Text Example
Text Example
White with #5E0ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0ACA; }
p { color: rgb(94,10,202); }
H1.HeaderClassName
{
color: #5E0ACA;
}
.AnyTagClassName
{
color: #5E0ACA;
}
</style>
background-color css
<style>
a { background-color: #5E0ACA; }
a { background-color: rgb(94,10,202); }
div.DivClassName
{
background-color: #5E0ACA;
}
.BgClassName
{
background-color: #5E0ACA;
}
</style>
border-color css
<style>
span { border-color: #5E0ACA; }
span { border-color: rgb(94,10,202); }
td.TdClassName
{
border-color: #5E0ACA;
}
.TagClassName
{
border-color: #5E0ACA;
}
</style>