Shades of Purple Heart #5D1ECA
Tints of Purple Heart #5D1ECA
RGB
CMYK
RGB Variations
Color information
#5D1ECA (or 0x5D1ECA) is known color: Purple Heart. HEX triplet: 5D, 1E and CA. RGB value is (93,30,202). Sum of RGB (Red+Green+Blue) = 93+30+202=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 202 (79.30% from 255 or 62.15% from 325); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D1ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1ECA is #A2E135. Grayscale: #434343. Windows color (decimal): -10674486 or 13246045. OLE color: 13246045.
HSL color Cylindrical-coordinate representation of color #5D1ECA: hue angle of 261.98º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D1ECA is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 30 | 202 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.21 |
| HSL | 261.98º | 0.74% | 0.45% | - |
| HSV(B) | 261.98º | 0.85% | 0.79% | - |
| XYZ | 15.64 | 7.52 | 56.5 | - |
| YUV | 68.45 | 203.37 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 30 | 202 | 0.54 | 0.85 | 0 | 0.21 | 261.98 | 0.74 | 0.45 |
| Hex | 5D | 1E | CA | 36 | 55 | 0 | 15 | 106 | 4A | 2D |
| Octal | 135 | 36 | 312 | 66 | 125 | 0 | 25 | 406 | 112 | 55 |
| Binary | 1011101 | 11110 | 11001010 | 110110 | 1010101 | 0 | 10101 | 100000110 | 1001010 | 101101 |
Color Harmonies of #5D1ECA
Complementary color
Monochromatic Colors of #5D1ECA
Black with #5D1ECA
Text Example
Text Example
White with #5D1ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1ECA; }
p { color: rgb(93,30,202); }
H1.HeaderClassName
{
color: #5D1ECA;
}
.AnyTagClassName
{
color: #5D1ECA;
}
</style>
background-color css
<style>
a { background-color: #5D1ECA; }
a { background-color: rgb(93,30,202); }
div.DivClassName
{
background-color: #5D1ECA;
}
.BgClassName
{
background-color: #5D1ECA;
}
</style>
border-color css
<style>
span { border-color: #5D1ECA; }
span { border-color: rgb(93,30,202); }
td.TdClassName
{
border-color: #5D1ECA;
}
.TagClassName
{
border-color: #5D1ECA;
}
</style>