Shades of Purple Heart #5A15AF
Tints of Purple Heart #5A15AF
RGB
CMYK
RGB Variations
Color information
#5A15AF (or 0x5A15AF) is known color: Purple Heart. HEX triplet: 5A, 15 and AF. RGB value is (90,21,175). Sum of RGB (Red+Green+Blue) = 90+21+175=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #5A15AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A15AF is #A5EA50. Grayscale: #3A3A3A. Windows color (decimal): -10873425 or 11474266. OLE color: 11474266.
HSL color Cylindrical-coordinate representation of color #5A15AF: hue angle of 266.88º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A15AF is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 21 | 175 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.31 |
| HSL | 266.88º | 0.79% | 0.38% | - |
| HSV(B) | 266.88º | 0.88% | 0.69% | - |
| XYZ | 12.22 | 5.81 | 41.03 | - |
| YUV | 59.19 | 193.36 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 175 | 0.49 | 0.88 | 0 | 0.31 | 266.88 | 0.79 | 0.38 |
| Hex | 5A | 15 | AF | 31 | 58 | 0 | 1F | 10B | 4F | 26 |
| Octal | 132 | 25 | 257 | 61 | 130 | 0 | 37 | 413 | 117 | 46 |
| Binary | 1011010 | 10101 | 10101111 | 110001 | 1011000 | 0 | 11111 | 100001011 | 1001111 | 100110 |
Color Harmonies of #5A15AF
Complementary color
Monochromatic Colors of #5A15AF
Black with #5A15AF
Text Example
Text Example
White with #5A15AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A15AF; }
p { color: rgb(90,21,175); }
H1.HeaderClassName
{
color: #5A15AF;
}
.AnyTagClassName
{
color: #5A15AF;
}
</style>
background-color css
<style>
a { background-color: #5A15AF; }
a { background-color: rgb(90,21,175); }
div.DivClassName
{
background-color: #5A15AF;
}
.BgClassName
{
background-color: #5A15AF;
}
</style>
border-color css
<style>
span { border-color: #5A15AF; }
span { border-color: rgb(90,21,175); }
td.TdClassName
{
border-color: #5A15AF;
}
.TagClassName
{
border-color: #5A15AF;
}
</style>