Shades of Purple Heart #5D15AA
Tints of Purple Heart #5D15AA
RGB
CMYK
RGB Variations
Color information
#5D15AA (or 0x5D15AA) is known color: Purple Heart. HEX triplet: 5D, 15 and AA. RGB value is (93,21,170). Sum of RGB (Red+Green+Blue) = 93+21+170=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D15AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D15AA is #A2EA55. Grayscale: #3A3A3A. Windows color (decimal): -10676822 or 11146589. OLE color: 11146589.
HSL color Cylindrical-coordinate representation of color #5D15AA: hue angle of 268.99º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D15AA is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 21 | 170 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.33 |
| HSL | 268.99º | 0.78% | 0.37% | - |
| HSV(B) | 268.99º | 0.88% | 0.67% | - |
| XYZ | 12.04 | 5.77 | 38.51 | - |
| YUV | 59.51 | 190.35 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 170 | 0.45 | 0.88 | 0 | 0.33 | 268.99 | 0.78 | 0.37 |
| Hex | 5D | 15 | AA | 2D | 58 | 0 | 21 | 10D | 4E | 25 |
| Octal | 135 | 25 | 252 | 55 | 130 | 0 | 41 | 415 | 116 | 45 |
| Binary | 1011101 | 10101 | 10101010 | 101101 | 1011000 | 0 | 100001 | 100001101 | 1001110 | 100101 |
Color Harmonies of #5D15AA
Complementary color
Monochromatic Colors of #5D15AA
Black with #5D15AA
Text Example
Text Example
White with #5D15AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D15AA; }
p { color: rgb(93,21,170); }
H1.HeaderClassName
{
color: #5D15AA;
}
.AnyTagClassName
{
color: #5D15AA;
}
</style>
background-color css
<style>
a { background-color: #5D15AA; }
a { background-color: rgb(93,21,170); }
div.DivClassName
{
background-color: #5D15AA;
}
.BgClassName
{
background-color: #5D15AA;
}
</style>
border-color css
<style>
span { border-color: #5D15AA; }
span { border-color: rgb(93,21,170); }
td.TdClassName
{
border-color: #5D15AA;
}
.TagClassName
{
border-color: #5D15AA;
}
</style>