Shades of Purple Heart #5218A7
Tints of Purple Heart #5218A7
RGB
CMYK
RGB Variations
Color information
#5218A7 (or 0x5218A7) is known color: Purple Heart. HEX triplet: 52, 18 and A7. RGB value is (82,24,167). Sum of RGB (Red+Green+Blue) = 82+24+167=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 167 (65.62% from 255 or 61.17% from 273); Max value from RGB is 167 - color contains mainly: blue. Hex color #5218A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5218A7 is #ADE758. Grayscale: #393939. Windows color (decimal): -11396953 or 10950738. OLE color: 10950738.
HSL color Cylindrical-coordinate representation of color #5218A7: hue angle of 264.34º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5218A7 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 24 | 167 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.35 |
| HSL | 264.34º | 0.75% | 0.37% | - |
| HSV(B) | 264.34º | 0.86% | 0.65% | - |
| XYZ | 10.78 | 5.24 | 37 | - |
| YUV | 57.64 | 189.72 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 167 | 0.51 | 0.86 | 0 | 0.35 | 264.34 | 0.75 | 0.37 |
| Hex | 52 | 18 | A7 | 33 | 56 | 0 | 23 | 108 | 4B | 25 |
| Octal | 122 | 30 | 247 | 63 | 126 | 0 | 43 | 410 | 113 | 45 |
| Binary | 1010010 | 11000 | 10100111 | 110011 | 1010110 | 0 | 100011 | 100001000 | 1001011 | 100101 |
Color Harmonies of #5218A7
Complementary color
Monochromatic Colors of #5218A7
Black with #5218A7
Text Example
Text Example
White with #5218A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5218A7; }
p { color: rgb(82,24,167); }
H1.HeaderClassName
{
color: #5218A7;
}
.AnyTagClassName
{
color: #5218A7;
}
</style>
background-color css
<style>
a { background-color: #5218A7; }
a { background-color: rgb(82,24,167); }
div.DivClassName
{
background-color: #5218A7;
}
.BgClassName
{
background-color: #5218A7;
}
</style>
border-color css
<style>
span { border-color: #5218A7; }
span { border-color: rgb(82,24,167); }
td.TdClassName
{
border-color: #5218A7;
}
.TagClassName
{
border-color: #5218A7;
}
</style>