Shades of Purple Heart #5218AD
Tints of Purple Heart #5218AD
RGB
CMYK
RGB Variations
Color information
#5218AD (or 0x5218AD) is known color: Purple Heart. HEX triplet: 52, 18 and AD. RGB value is (82,24,173). Sum of RGB (Red+Green+Blue) = 82+24+173=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #5218AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5218AD is #ADE752. Grayscale: #393939. Windows color (decimal): -11396947 or 11343954. OLE color: 11343954.
HSL color Cylindrical-coordinate representation of color #5218AD: hue angle of 263.36º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5218AD is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 24 | 173 | - |
| CMYK | 0.53 | 0.86 | 0 | 0.32 |
| HSL | 263.36º | 0.76% | 0.39% | - |
| HSV(B) | 263.36º | 0.86% | 0.68% | - |
| XYZ | 11.35 | 5.46 | 39.99 | - |
| YUV | 58.33 | 192.72 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 173 | 0.53 | 0.86 | 0 | 0.32 | 263.36 | 0.76 | 0.39 |
| Hex | 52 | 18 | AD | 35 | 56 | 0 | 20 | 107 | 4C | 27 |
| Octal | 122 | 30 | 255 | 65 | 126 | 0 | 40 | 407 | 114 | 47 |
| Binary | 1010010 | 11000 | 10101101 | 110101 | 1010110 | 0 | 100000 | 100000111 | 1001100 | 100111 |
Color Harmonies of #5218AD
Complementary color
Monochromatic Colors of #5218AD
Black with #5218AD
Text Example
Text Example
White with #5218AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5218AD; }
p { color: rgb(82,24,173); }
H1.HeaderClassName
{
color: #5218AD;
}
.AnyTagClassName
{
color: #5218AD;
}
</style>
background-color css
<style>
a { background-color: #5218AD; }
a { background-color: rgb(82,24,173); }
div.DivClassName
{
background-color: #5218AD;
}
.BgClassName
{
background-color: #5218AD;
}
</style>
border-color css
<style>
span { border-color: #5218AD; }
span { border-color: rgb(82,24,173); }
td.TdClassName
{
border-color: #5218AD;
}
.TagClassName
{
border-color: #5218AD;
}
</style>