Shades of Purple Heart #5221AD
Tints of Purple Heart #5221AD
RGB
CMYK
RGB Variations
Color information
#5221AD (or 0x5221AD) is known color: Purple Heart. HEX triplet: 52, 21 and AD. RGB value is (82,33,173). Sum of RGB (Red+Green+Blue) = 82+33+173=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #5221AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5221AD is #ADDE52. Grayscale: #3F3F3F. Windows color (decimal): -11394643 or 11346258. OLE color: 11346258.
HSL color Cylindrical-coordinate representation of color #5221AD: hue angle of 261º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5221AD is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 33 | 173 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.32 |
| HSL | 261º | 0.68% | 0.4% | - |
| HSV(B) | 261º | 0.81% | 0.68% | - |
| XYZ | 11.57 | 5.9 | 40.06 | - |
| YUV | 63.61 | 189.73 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 173 | 0.53 | 0.81 | 0 | 0.32 | 261 | 0.68 | 0.4 |
| Hex | 52 | 21 | AD | 35 | 51 | 0 | 20 | 105 | 44 | 28 |
| Octal | 122 | 41 | 255 | 65 | 121 | 0 | 40 | 405 | 104 | 50 |
| Binary | 1010010 | 100001 | 10101101 | 110101 | 1010001 | 0 | 100000 | 100000101 | 1000100 | 101000 |
Color Harmonies of #5221AD
Complementary color
Monochromatic Colors of #5221AD
Black with #5221AD
Text Example
Text Example
White with #5221AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5221AD; }
p { color: rgb(82,33,173); }
H1.HeaderClassName
{
color: #5221AD;
}
.AnyTagClassName
{
color: #5221AD;
}
</style>
background-color css
<style>
a { background-color: #5221AD; }
a { background-color: rgb(82,33,173); }
div.DivClassName
{
background-color: #5221AD;
}
.BgClassName
{
background-color: #5221AD;
}
</style>
border-color css
<style>
span { border-color: #5221AD; }
span { border-color: rgb(82,33,173); }
td.TdClassName
{
border-color: #5221AD;
}
.TagClassName
{
border-color: #5221AD;
}
</style>