Shades of Purple Heart #5221AF
Tints of Purple Heart #5221AF
RGB
CMYK
RGB Variations
Color information
#5221AF (or 0x5221AF) is known color: Purple Heart. HEX triplet: 52, 21 and AF. RGB value is (82,33,175). Sum of RGB (Red+Green+Blue) = 82+33+175=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #5221AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5221AF is #ADDE50. Grayscale: #3F3F3F. Windows color (decimal): -11394641 or 11477330. OLE color: 11477330.
HSL color Cylindrical-coordinate representation of color #5221AF: hue angle of 260.7º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5221AF is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 33 | 175 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.31 |
| HSL | 260.7º | 0.68% | 0.41% | - |
| HSV(B) | 260.7º | 0.81% | 0.69% | - |
| XYZ | 11.76 | 5.98 | 41.09 | - |
| YUV | 63.84 | 190.73 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 175 | 0.53 | 0.81 | 0 | 0.31 | 260.7 | 0.68 | 0.41 |
| Hex | 52 | 21 | AF | 35 | 51 | 0 | 1F | 105 | 44 | 29 |
| Octal | 122 | 41 | 257 | 65 | 121 | 0 | 37 | 405 | 104 | 51 |
| Binary | 1010010 | 100001 | 10101111 | 110101 | 1010001 | 0 | 11111 | 100000101 | 1000100 | 101001 |
Color Harmonies of #5221AF
Complementary color
Monochromatic Colors of #5221AF
Black with #5221AF
Text Example
Text Example
White with #5221AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5221AF; }
p { color: rgb(82,33,175); }
H1.HeaderClassName
{
color: #5221AF;
}
.AnyTagClassName
{
color: #5221AF;
}
</style>
background-color css
<style>
a { background-color: #5221AF; }
a { background-color: rgb(82,33,175); }
div.DivClassName
{
background-color: #5221AF;
}
.BgClassName
{
background-color: #5221AF;
}
</style>
border-color css
<style>
span { border-color: #5221AF; }
span { border-color: rgb(82,33,175); }
td.TdClassName
{
border-color: #5221AF;
}
.TagClassName
{
border-color: #5221AF;
}
</style>