Shades of Purple Heart #5219AA
Tints of Purple Heart #5219AA
RGB
CMYK
RGB Variations
Color information
#5219AA (or 0x5219AA) is known color: Purple Heart. HEX triplet: 52, 19 and AA. RGB value is (82,25,170). Sum of RGB (Red+Green+Blue) = 82+25+170=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #5219AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5219AA is #ADE655. Grayscale: #3A3A3A. Windows color (decimal): -11396694 or 11147602. OLE color: 11147602.
HSL color Cylindrical-coordinate representation of color #5219AA: hue angle of 263.59º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5219AA is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 25 | 170 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.33 |
| HSL | 263.59º | 0.74% | 0.38% | - |
| HSV(B) | 263.59º | 0.85% | 0.67% | - |
| XYZ | 11.08 | 5.39 | 38.49 | - |
| YUV | 58.57 | 190.88 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 170 | 0.52 | 0.85 | 0 | 0.33 | 263.59 | 0.74 | 0.38 |
| Hex | 52 | 19 | AA | 34 | 55 | 0 | 21 | 108 | 4A | 26 |
| Octal | 122 | 31 | 252 | 64 | 125 | 0 | 41 | 410 | 112 | 46 |
| Binary | 1010010 | 11001 | 10101010 | 110100 | 1010101 | 0 | 100001 | 100001000 | 1001010 | 100110 |
Color Harmonies of #5219AA
Complementary color
Monochromatic Colors of #5219AA
Black with #5219AA
Text Example
Text Example
White with #5219AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5219AA; }
p { color: rgb(82,25,170); }
H1.HeaderClassName
{
color: #5219AA;
}
.AnyTagClassName
{
color: #5219AA;
}
</style>
background-color css
<style>
a { background-color: #5219AA; }
a { background-color: rgb(82,25,170); }
div.DivClassName
{
background-color: #5219AA;
}
.BgClassName
{
background-color: #5219AA;
}
</style>
border-color css
<style>
span { border-color: #5219AA; }
span { border-color: rgb(82,25,170); }
td.TdClassName
{
border-color: #5219AA;
}
.TagClassName
{
border-color: #5219AA;
}
</style>