Shades of Purple Heart #520ABE
Tints of Purple Heart #520ABE
RGB
CMYK
RGB Variations
Color information
#520ABE (or 0x520ABE) is known color: Purple Heart. HEX triplet: 52, 0A and BE. RGB value is (82,10,190). Sum of RGB (Red+Green+Blue) = 82+10+190=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #520ABE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520ABE is #ADF541. Grayscale: #333333. Windows color (decimal): -11400514 or 12454482. OLE color: 12454482.
HSL color Cylindrical-coordinate representation of color #520ABE: hue angle of 264º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520ABE is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 10 | 190 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.25 |
| HSL | 264º | 0.9% | 0.39% | - |
| HSV(B) | 264º | 0.95% | 0.75% | - |
| XYZ | 12.88 | 5.73 | 49.14 | - |
| YUV | 52.05 | 205.85 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 190 | 0.57 | 0.95 | 0 | 0.25 | 264 | 0.9 | 0.39 |
| Hex | 52 | A | BE | 39 | 5F | 0 | 19 | 108 | 5A | 27 |
| Octal | 122 | 12 | 276 | 71 | 137 | 0 | 31 | 410 | 132 | 47 |
| Binary | 1010010 | 1010 | 10111110 | 111001 | 1011111 | 0 | 11001 | 100001000 | 1011010 | 100111 |
Color Harmonies of #520ABE
Complementary color
Monochromatic Colors of #520ABE
Black with #520ABE
Text Example
Text Example
White with #520ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520ABE; }
p { color: rgb(82,10,190); }
H1.HeaderClassName
{
color: #520ABE;
}
.AnyTagClassName
{
color: #520ABE;
}
</style>
background-color css
<style>
a { background-color: #520ABE; }
a { background-color: rgb(82,10,190); }
div.DivClassName
{
background-color: #520ABE;
}
.BgClassName
{
background-color: #520ABE;
}
</style>
border-color css
<style>
span { border-color: #520ABE; }
span { border-color: rgb(82,10,190); }
td.TdClassName
{
border-color: #520ABE;
}
.TagClassName
{
border-color: #520ABE;
}
</style>