Shades of Purple Heart #522BAB
Tints of Purple Heart #522BAB
RGB
CMYK
RGB Variations
Color information
#522BAB (or 0x522BAB) is known color: Purple Heart. HEX triplet: 52, 2B and AB. RGB value is (82,43,171). Sum of RGB (Red+Green+Blue) = 82+43+171=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #522BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522BAB is #ADD454. Grayscale: #444444. Windows color (decimal): -11392085 or 11217746. OLE color: 11217746.
HSL color Cylindrical-coordinate representation of color #522BAB: hue angle of 258.28º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #522BAB is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 43 | 171 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.33 |
| HSL | 258.28º | 0.6% | 0.42% | - |
| HSV(B) | 258.28º | 0.75% | 0.67% | - |
| XYZ | 11.69 | 6.46 | 39.16 | - |
| YUV | 69.25 | 185.42 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 43 | 171 | 0.52 | 0.75 | 0 | 0.33 | 258.28 | 0.6 | 0.42 |
| Hex | 52 | 2B | AB | 34 | 4B | 0 | 21 | 102 | 3C | 2A |
| Octal | 122 | 53 | 253 | 64 | 113 | 0 | 41 | 402 | 74 | 52 |
| Binary | 1010010 | 101011 | 10101011 | 110100 | 1001011 | 0 | 100001 | 100000010 | 111100 | 101010 |
Color Harmonies of #522BAB
Complementary color
Monochromatic Colors of #522BAB
Black with #522BAB
Text Example
Text Example
White with #522BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522BAB; }
p { color: rgb(82,43,171); }
H1.HeaderClassName
{
color: #522BAB;
}
.AnyTagClassName
{
color: #522BAB;
}
</style>
background-color css
<style>
a { background-color: #522BAB; }
a { background-color: rgb(82,43,171); }
div.DivClassName
{
background-color: #522BAB;
}
.BgClassName
{
background-color: #522BAB;
}
</style>
border-color css
<style>
span { border-color: #522BAB; }
span { border-color: rgb(82,43,171); }
td.TdClassName
{
border-color: #522BAB;
}
.TagClassName
{
border-color: #522BAB;
}
</style>