Shades of Purple Heart #5218AB
Tints of Purple Heart #5218AB
RGB
CMYK
RGB Variations
Color information
#5218AB (or 0x5218AB) is known color: Purple Heart. HEX triplet: 52, 18 and AB. RGB value is (82,24,171). Sum of RGB (Red+Green+Blue) = 82+24+171=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #5218AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5218AB is #ADE754. Grayscale: #393939. Windows color (decimal): -11396949 or 11212882. OLE color: 11212882.
HSL color Cylindrical-coordinate representation of color #5218AB: hue angle of 263.67º 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 #5218AB is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 24 | 171 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.33 |
| HSL | 263.67º | 0.75% | 0.38% | - |
| HSV(B) | 263.67º | 0.86% | 0.67% | - |
| XYZ | 11.16 | 5.39 | 38.98 | - |
| YUV | 58.1 | 191.72 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 171 | 0.52 | 0.86 | 0 | 0.33 | 263.67 | 0.75 | 0.38 |
| Hex | 52 | 18 | AB | 34 | 56 | 0 | 21 | 108 | 4B | 26 |
| Octal | 122 | 30 | 253 | 64 | 126 | 0 | 41 | 410 | 113 | 46 |
| Binary | 1010010 | 11000 | 10101011 | 110100 | 1010110 | 0 | 100001 | 100001000 | 1001011 | 100110 |
Color Harmonies of #5218AB
Complementary color
Monochromatic Colors of #5218AB
Black with #5218AB
Text Example
Text Example
White with #5218AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5218AB; }
p { color: rgb(82,24,171); }
H1.HeaderClassName
{
color: #5218AB;
}
.AnyTagClassName
{
color: #5218AB;
}
</style>
background-color css
<style>
a { background-color: #5218AB; }
a { background-color: rgb(82,24,171); }
div.DivClassName
{
background-color: #5218AB;
}
.BgClassName
{
background-color: #5218AB;
}
</style>
border-color css
<style>
span { border-color: #5218AB; }
span { border-color: rgb(82,24,171); }
td.TdClassName
{
border-color: #5218AB;
}
.TagClassName
{
border-color: #5218AB;
}
</style>