Shades of Purple Heart #5218AA
Tints of Purple Heart #5218AA
RGB
CMYK
RGB Variations
Color information
#5218AA (or 0x5218AA) is known color: Purple Heart. HEX triplet: 52, 18 and AA. RGB value is (82,24,170). Sum of RGB (Red+Green+Blue) = 82+24+170=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #5218AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5218AA is #ADE755. Grayscale: #393939. Windows color (decimal): -11396950 or 11147346. OLE color: 11147346.
HSL color Cylindrical-coordinate representation of color #5218AA: hue angle of 263.84º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5218AA is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 24 | 170 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.33 |
| HSL | 263.84º | 0.75% | 0.38% | - |
| HSV(B) | 263.84º | 0.86% | 0.67% | - |
| XYZ | 11.06 | 5.35 | 38.48 | - |
| YUV | 57.99 | 191.22 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 170 | 0.52 | 0.86 | 0 | 0.33 | 263.84 | 0.75 | 0.38 |
| Hex | 52 | 18 | AA | 34 | 56 | 0 | 21 | 108 | 4B | 26 |
| Octal | 122 | 30 | 252 | 64 | 126 | 0 | 41 | 410 | 113 | 46 |
| Binary | 1010010 | 11000 | 10101010 | 110100 | 1010110 | 0 | 100001 | 100001000 | 1001011 | 100110 |
Color Harmonies of #5218AA
Complementary color
Monochromatic Colors of #5218AA
Black with #5218AA
Text Example
Text Example
White with #5218AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5218AA; }
p { color: rgb(82,24,170); }
H1.HeaderClassName
{
color: #5218AA;
}
.AnyTagClassName
{
color: #5218AA;
}
</style>
background-color css
<style>
a { background-color: #5218AA; }
a { background-color: rgb(82,24,170); }
div.DivClassName
{
background-color: #5218AA;
}
.BgClassName
{
background-color: #5218AA;
}
</style>
border-color css
<style>
span { border-color: #5218AA; }
span { border-color: rgb(82,24,170); }
td.TdClassName
{
border-color: #5218AA;
}
.TagClassName
{
border-color: #5218AA;
}
</style>