Shades of Purple Heart #520AB9
Tints of Purple Heart #520AB9
RGB
CMYK
RGB Variations
Color information
#520AB9 (or 0x520AB9) is known color: Purple Heart. HEX triplet: 52, 0A and B9. RGB value is (82,10,185). Sum of RGB (Red+Green+Blue) = 82+10+185=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 185 (72.66% from 255 or 66.79% from 277); Max value from RGB is 185 - color contains mainly: blue. Hex color #520AB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520AB9 is #ADF546. Grayscale: #323232. Windows color (decimal): -11400519 or 12126802. OLE color: 12126802.
HSL color Cylindrical-coordinate representation of color #520AB9: hue angle of 264.69º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520AB9 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 10 | 185 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.27 |
| HSL | 264.69º | 0.9% | 0.38% | - |
| HSV(B) | 264.69º | 0.95% | 0.73% | - |
| XYZ | 12.35 | 5.51 | 46.31 | - |
| YUV | 51.48 | 203.35 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 185 | 0.56 | 0.95 | 0 | 0.27 | 264.69 | 0.9 | 0.38 |
| Hex | 52 | A | B9 | 38 | 5F | 0 | 1B | 109 | 5A | 26 |
| Octal | 122 | 12 | 271 | 70 | 137 | 0 | 33 | 411 | 132 | 46 |
| Binary | 1010010 | 1010 | 10111001 | 111000 | 1011111 | 0 | 11011 | 100001001 | 1011010 | 100110 |
Color Harmonies of #520AB9
Complementary color
Monochromatic Colors of #520AB9
Black with #520AB9
Text Example
Text Example
White with #520AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520AB9; }
p { color: rgb(82,10,185); }
H1.HeaderClassName
{
color: #520AB9;
}
.AnyTagClassName
{
color: #520AB9;
}
</style>
background-color css
<style>
a { background-color: #520AB9; }
a { background-color: rgb(82,10,185); }
div.DivClassName
{
background-color: #520AB9;
}
.BgClassName
{
background-color: #520AB9;
}
</style>
border-color css
<style>
span { border-color: #520AB9; }
span { border-color: rgb(82,10,185); }
td.TdClassName
{
border-color: #520AB9;
}
.TagClassName
{
border-color: #520AB9;
}
</style>