Shades of Purple Heart #5C0ECA
Tints of Purple Heart #5C0ECA
RGB
CMYK
RGB Variations
Color information
#5C0ECA (or 0x5C0ECA) is known color: Purple Heart. HEX triplet: 5C, 0E and CA. RGB value is (92,14,202). Sum of RGB (Red+Green+Blue) = 92+14+202=308 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.87% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 202 (79.30% from 255 or 65.58% from 308); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C0ECA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0ECA is #A3F135. Grayscale: #3A3A3A. Windows color (decimal): -10744118 or 13241948. OLE color: 13241948.
HSL color Cylindrical-coordinate representation of color #5C0ECA: hue angle of 264.89º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C0ECA is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 14 | 202 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.21 |
| HSL | 264.89º | 0.87% | 0.42% | - |
| HSV(B) | 264.89º | 0.93% | 0.79% | - |
| XYZ | 15.23 | 6.85 | 56.4 | - |
| YUV | 58.75 | 208.84 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 14 | 202 | 0.54 | 0.93 | 0 | 0.21 | 264.89 | 0.87 | 0.42 |
| Hex | 5C | E | CA | 36 | 5D | 0 | 15 | 109 | 57 | 2A |
| Octal | 134 | 16 | 312 | 66 | 135 | 0 | 25 | 411 | 127 | 52 |
| Binary | 1011100 | 1110 | 11001010 | 110110 | 1011101 | 0 | 10101 | 100001001 | 1010111 | 101010 |
Color Harmonies of #5C0ECA
Complementary color
Monochromatic Colors of #5C0ECA
Black with #5C0ECA
Text Example
Text Example
White with #5C0ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0ECA; }
p { color: rgb(92,14,202); }
H1.HeaderClassName
{
color: #5C0ECA;
}
.AnyTagClassName
{
color: #5C0ECA;
}
</style>
background-color css
<style>
a { background-color: #5C0ECA; }
a { background-color: rgb(92,14,202); }
div.DivClassName
{
background-color: #5C0ECA;
}
.BgClassName
{
background-color: #5C0ECA;
}
</style>
border-color css
<style>
span { border-color: #5C0ECA; }
span { border-color: rgb(92,14,202); }
td.TdClassName
{
border-color: #5C0ECA;
}
.TagClassName
{
border-color: #5C0ECA;
}
</style>