Shades of Purple Heart #520BAC
Tints of Purple Heart #520BAC
RGB
CMYK
RGB Variations
Color information
#520BAC (or 0x520BAC) is known color: Purple Heart. HEX triplet: 52, 0B and AC. RGB value is (82,11,172). Sum of RGB (Red+Green+Blue) = 82+11+172=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #520BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520BAC is #ADF453. Grayscale: #323232. Windows color (decimal): -11400276 or 11275090. OLE color: 11275090.
HSL color Cylindrical-coordinate representation of color #520BAC: hue angle of 266.46º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520BAC is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 11 | 172 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.33 |
| HSL | 266.46º | 0.88% | 0.36% | - |
| HSV(B) | 266.46º | 0.94% | 0.67% | - |
| XYZ | 11.05 | 5.01 | 39.41 | - |
| YUV | 50.58 | 196.52 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 172 | 0.52 | 0.94 | 0 | 0.33 | 266.46 | 0.88 | 0.36 |
| Hex | 52 | B | AC | 34 | 5E | 0 | 21 | 10A | 58 | 24 |
| Octal | 122 | 13 | 254 | 64 | 136 | 0 | 41 | 412 | 130 | 44 |
| Binary | 1010010 | 1011 | 10101100 | 110100 | 1011110 | 0 | 100001 | 100001010 | 1011000 | 100100 |
Color Harmonies of #520BAC
Complementary color
Monochromatic Colors of #520BAC
Black with #520BAC
Text Example
Text Example
White with #520BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520BAC; }
p { color: rgb(82,11,172); }
H1.HeaderClassName
{
color: #520BAC;
}
.AnyTagClassName
{
color: #520BAC;
}
</style>
background-color css
<style>
a { background-color: #520BAC; }
a { background-color: rgb(82,11,172); }
div.DivClassName
{
background-color: #520BAC;
}
.BgClassName
{
background-color: #520BAC;
}
</style>
border-color css
<style>
span { border-color: #520BAC; }
span { border-color: rgb(82,11,172); }
td.TdClassName
{
border-color: #520BAC;
}
.TagClassName
{
border-color: #520BAC;
}
</style>