Shades of Purple Heart #5D2ECA
Tints of Purple Heart #5D2ECA
RGB
CMYK
RGB Variations
Color information
#5D2ECA (or 0x5D2ECA) is known color: Purple Heart. HEX triplet: 5D, 2E and CA. RGB value is (93,46,202). Sum of RGB (Red+Green+Blue) = 93+46+202=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D2ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2ECA is #A2D135. Grayscale: #4D4D4D. Windows color (decimal): -10670390 or 13250141. OLE color: 13250141.
HSL color Cylindrical-coordinate representation of color #5D2ECA: hue angle of 258.08º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D2ECA is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 46 | 202 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.21 |
| HSL | 258.08º | 0.63% | 0.49% | - |
| HSV(B) | 258.08º | 0.77% | 0.79% | - |
| XYZ | 16.15 | 8.55 | 56.68 | - |
| YUV | 77.84 | 198.07 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 46 | 202 | 0.54 | 0.77 | 0 | 0.21 | 258.08 | 0.63 | 0.49 |
| Hex | 5D | 2E | CA | 36 | 4D | 0 | 15 | 102 | 3F | 31 |
| Octal | 135 | 56 | 312 | 66 | 115 | 0 | 25 | 402 | 77 | 61 |
| Binary | 1011101 | 101110 | 11001010 | 110110 | 1001101 | 0 | 10101 | 100000010 | 111111 | 110001 |
Color Harmonies of #5D2ECA
Complementary color
Monochromatic Colors of #5D2ECA
Black with #5D2ECA
Text Example
Text Example
White with #5D2ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2ECA; }
p { color: rgb(93,46,202); }
H1.HeaderClassName
{
color: #5D2ECA;
}
.AnyTagClassName
{
color: #5D2ECA;
}
</style>
background-color css
<style>
a { background-color: #5D2ECA; }
a { background-color: rgb(93,46,202); }
div.DivClassName
{
background-color: #5D2ECA;
}
.BgClassName
{
background-color: #5D2ECA;
}
</style>
border-color css
<style>
span { border-color: #5D2ECA; }
span { border-color: rgb(93,46,202); }
td.TdClassName
{
border-color: #5D2ECA;
}
.TagClassName
{
border-color: #5D2ECA;
}
</style>