Shades of Purple Heart #5D15AC
Tints of Purple Heart #5D15AC
RGB
CMYK
RGB Variations
Color information
#5D15AC (or 0x5D15AC) is known color: Purple Heart. HEX triplet: 5D, 15 and AC. RGB value is (93,21,172). Sum of RGB (Red+Green+Blue) = 93+21+172=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D15AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D15AC is #A2EA53. Grayscale: #3B3B3B. Windows color (decimal): -10676820 or 11277661. OLE color: 11277661.
HSL color Cylindrical-coordinate representation of color #5D15AC: hue angle of 268.61º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D15AC is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 21 | 172 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.33 |
| HSL | 268.61º | 0.78% | 0.38% | - |
| HSV(B) | 268.61º | 0.88% | 0.67% | - |
| XYZ | 12.23 | 5.84 | 39.51 | - |
| YUV | 59.74 | 191.35 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 172 | 0.46 | 0.88 | 0 | 0.33 | 268.61 | 0.78 | 0.38 |
| Hex | 5D | 15 | AC | 2E | 58 | 0 | 21 | 10D | 4E | 26 |
| Octal | 135 | 25 | 254 | 56 | 130 | 0 | 41 | 415 | 116 | 46 |
| Binary | 1011101 | 10101 | 10101100 | 101110 | 1011000 | 0 | 100001 | 100001101 | 1001110 | 100110 |
Color Harmonies of #5D15AC
Complementary color
Monochromatic Colors of #5D15AC
Black with #5D15AC
Text Example
Text Example
White with #5D15AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D15AC; }
p { color: rgb(93,21,172); }
H1.HeaderClassName
{
color: #5D15AC;
}
.AnyTagClassName
{
color: #5D15AC;
}
</style>
background-color css
<style>
a { background-color: #5D15AC; }
a { background-color: rgb(93,21,172); }
div.DivClassName
{
background-color: #5D15AC;
}
.BgClassName
{
background-color: #5D15AC;
}
</style>
border-color css
<style>
span { border-color: #5D15AC; }
span { border-color: rgb(93,21,172); }
td.TdClassName
{
border-color: #5D15AC;
}
.TagClassName
{
border-color: #5D15AC;
}
</style>