Shades of Purple Heart #520BAF
Tints of Purple Heart #520BAF
RGB
CMYK
RGB Variations
Color information
#520BAF (or 0x520BAF) is known color: Purple Heart. HEX triplet: 52, 0B and AF. RGB value is (82,11,175). Sum of RGB (Red+Green+Blue) = 82+11+175=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 175 (68.75% from 255 or 65.30% from 268); Max value from RGB is 175 - color contains mainly: blue. Hex color #520BAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520BAF is #ADF450. Grayscale: #323232. Windows color (decimal): -11400273 or 11471698. OLE color: 11471698.
HSL color Cylindrical-coordinate representation of color #520BAF: hue angle of 265.98º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520BAF is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 11 | 175 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.31 |
| HSL | 265.98º | 0.88% | 0.36% | - |
| HSV(B) | 265.98º | 0.94% | 0.69% | - |
| XYZ | 11.34 | 5.13 | 40.95 | - |
| YUV | 50.93 | 198.02 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 175 | 0.53 | 0.94 | 0 | 0.31 | 265.98 | 0.88 | 0.36 |
| Hex | 52 | B | AF | 35 | 5E | 0 | 1F | 10A | 58 | 24 |
| Octal | 122 | 13 | 257 | 65 | 136 | 0 | 37 | 412 | 130 | 44 |
| Binary | 1010010 | 1011 | 10101111 | 110101 | 1011110 | 0 | 11111 | 100001010 | 1011000 | 100100 |
Color Harmonies of #520BAF
Complementary color
Monochromatic Colors of #520BAF
Black with #520BAF
Text Example
Text Example
White with #520BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520BAF; }
p { color: rgb(82,11,175); }
H1.HeaderClassName
{
color: #520BAF;
}
.AnyTagClassName
{
color: #520BAF;
}
</style>
background-color css
<style>
a { background-color: #520BAF; }
a { background-color: rgb(82,11,175); }
div.DivClassName
{
background-color: #520BAF;
}
.BgClassName
{
background-color: #520BAF;
}
</style>
border-color css
<style>
span { border-color: #520BAF; }
span { border-color: rgb(82,11,175); }
td.TdClassName
{
border-color: #520BAF;
}
.TagClassName
{
border-color: #520BAF;
}
</style>