Shades of Purple Heart #5815AD
Tints of Purple Heart #5815AD
RGB
CMYK
RGB Variations
Color information
#5815AD (or 0x5815AD) is known color: Purple Heart. HEX triplet: 58, 15 and AD. RGB value is (88,21,173). Sum of RGB (Red+Green+Blue) = 88+21+173=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #5815AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5815AD is #A7EA52. Grayscale: #393939. Windows color (decimal): -11004499 or 11343192. OLE color: 11343192.
HSL color Cylindrical-coordinate representation of color #5815AD: hue angle of 266.45º 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 #5815AD is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 21 | 173 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.32 |
| HSL | 266.45º | 0.78% | 0.38% | - |
| HSV(B) | 266.45º | 0.88% | 0.68% | - |
| XYZ | 11.84 | 5.63 | 40 | - |
| YUV | 58.36 | 192.7 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 173 | 0.49 | 0.88 | 0 | 0.32 | 266.45 | 0.78 | 0.38 |
| Hex | 58 | 15 | AD | 31 | 58 | 0 | 20 | 10A | 4E | 26 |
| Octal | 130 | 25 | 255 | 61 | 130 | 0 | 40 | 412 | 116 | 46 |
| Binary | 1011000 | 10101 | 10101101 | 110001 | 1011000 | 0 | 100000 | 100001010 | 1001110 | 100110 |
Color Harmonies of #5815AD
Complementary color
Monochromatic Colors of #5815AD
Black with #5815AD
Text Example
Text Example
White with #5815AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5815AD; }
p { color: rgb(88,21,173); }
H1.HeaderClassName
{
color: #5815AD;
}
.AnyTagClassName
{
color: #5815AD;
}
</style>
background-color css
<style>
a { background-color: #5815AD; }
a { background-color: rgb(88,21,173); }
div.DivClassName
{
background-color: #5815AD;
}
.BgClassName
{
background-color: #5815AD;
}
</style>
border-color css
<style>
span { border-color: #5815AD; }
span { border-color: rgb(88,21,173); }
td.TdClassName
{
border-color: #5815AD;
}
.TagClassName
{
border-color: #5815AD;
}
</style>