Shades of Purple Heart #5D15AE
Tints of Purple Heart #5D15AE
RGB
CMYK
RGB Variations
Color information
#5D15AE (or 0x5D15AE) is known color: Purple Heart. HEX triplet: 5D, 15 and AE. RGB value is (93,21,174). Sum of RGB (Red+Green+Blue) = 93+21+174=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D15AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D15AE is #A2EA51. Grayscale: #3B3B3B. Windows color (decimal): -10676818 or 11408733. OLE color: 11408733.
HSL color Cylindrical-coordinate representation of color #5D15AE: hue angle of 268.24º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D15AE is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 21 | 174 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.32 |
| HSL | 268.24º | 0.78% | 0.38% | - |
| HSV(B) | 268.24º | 0.88% | 0.68% | - |
| XYZ | 12.42 | 5.92 | 40.53 | - |
| YUV | 59.97 | 192.35 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 174 | 0.47 | 0.88 | 0 | 0.32 | 268.24 | 0.78 | 0.38 |
| Hex | 5D | 15 | AE | 2F | 58 | 0 | 20 | 10C | 4E | 26 |
| Octal | 135 | 25 | 256 | 57 | 130 | 0 | 40 | 414 | 116 | 46 |
| Binary | 1011101 | 10101 | 10101110 | 101111 | 1011000 | 0 | 100000 | 100001100 | 1001110 | 100110 |
Color Harmonies of #5D15AE
Complementary color
Monochromatic Colors of #5D15AE
Black with #5D15AE
Text Example
Text Example
White with #5D15AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D15AE; }
p { color: rgb(93,21,174); }
H1.HeaderClassName
{
color: #5D15AE;
}
.AnyTagClassName
{
color: #5D15AE;
}
</style>
background-color css
<style>
a { background-color: #5D15AE; }
a { background-color: rgb(93,21,174); }
div.DivClassName
{
background-color: #5D15AE;
}
.BgClassName
{
background-color: #5D15AE;
}
</style>
border-color css
<style>
span { border-color: #5D15AE; }
span { border-color: rgb(93,21,174); }
td.TdClassName
{
border-color: #5D15AE;
}
.TagClassName
{
border-color: #5D15AE;
}
</style>