Shades of Purple Heart #520ABB
Tints of Purple Heart #520ABB
RGB
CMYK
RGB Variations
Color information
#520ABB (or 0x520ABB) is known color: Purple Heart. HEX triplet: 52, 0A and BB. RGB value is (82,10,187). Sum of RGB (Red+Green+Blue) = 82+10+187=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #520ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520ABB is #ADF544. Grayscale: #333333. Windows color (decimal): -11400517 or 12257874. OLE color: 12257874.
HSL color Cylindrical-coordinate representation of color #520ABB: hue angle of 264.41º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520ABB is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 10 | 187 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.27 |
| HSL | 264.41º | 0.9% | 0.39% | - |
| HSV(B) | 264.41º | 0.95% | 0.73% | - |
| XYZ | 12.56 | 5.6 | 47.43 | - |
| YUV | 51.71 | 204.35 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 187 | 0.56 | 0.95 | 0 | 0.27 | 264.41 | 0.9 | 0.39 |
| Hex | 52 | A | BB | 38 | 5F | 0 | 1B | 108 | 5A | 27 |
| Octal | 122 | 12 | 273 | 70 | 137 | 0 | 33 | 410 | 132 | 47 |
| Binary | 1010010 | 1010 | 10111011 | 111000 | 1011111 | 0 | 11011 | 100001000 | 1011010 | 100111 |
Color Harmonies of #520ABB
Complementary color
Monochromatic Colors of #520ABB
Black with #520ABB
Text Example
Text Example
White with #520ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520ABB; }
p { color: rgb(82,10,187); }
H1.HeaderClassName
{
color: #520ABB;
}
.AnyTagClassName
{
color: #520ABB;
}
</style>
background-color css
<style>
a { background-color: #520ABB; }
a { background-color: rgb(82,10,187); }
div.DivClassName
{
background-color: #520ABB;
}
.BgClassName
{
background-color: #520ABB;
}
</style>
border-color css
<style>
span { border-color: #520ABB; }
span { border-color: rgb(82,10,187); }
td.TdClassName
{
border-color: #520ABB;
}
.TagClassName
{
border-color: #520ABB;
}
</style>