Shades of Purple Heart #5221B0
Tints of Purple Heart #5221B0
RGB
CMYK
RGB Variations
Color information
#5221B0 (or 0x5221B0) is known color: Purple Heart. HEX triplet: 52, 21 and B0. RGB value is (82,33,176). Sum of RGB (Red+Green+Blue) = 82+33+176=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 176 (69.14% from 255 or 60.48% from 291); Max value from RGB is 176 - color contains mainly: blue. Hex color #5221B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5221B0 is #ADDE4F. Grayscale: #3F3F3F. Windows color (decimal): -11394640 or 11542866. OLE color: 11542866.
HSL color Cylindrical-coordinate representation of color #5221B0: hue angle of 260.56º 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 #5221B0 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 33 | 176 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.31 |
| HSL | 260.56º | 0.68% | 0.41% | - |
| HSV(B) | 260.56º | 0.81% | 0.69% | - |
| XYZ | 11.86 | 6.02 | 41.61 | - |
| YUV | 63.95 | 191.23 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 176 | 0.53 | 0.81 | 0 | 0.31 | 260.56 | 0.68 | 0.41 |
| Hex | 52 | 21 | B0 | 35 | 51 | 0 | 1F | 105 | 44 | 29 |
| Octal | 122 | 41 | 260 | 65 | 121 | 0 | 37 | 405 | 104 | 51 |
| Binary | 1010010 | 100001 | 10110000 | 110101 | 1010001 | 0 | 11111 | 100000101 | 1000100 | 101001 |
Color Harmonies of #5221B0
Complementary color
Monochromatic Colors of #5221B0
Black with #5221B0
Text Example
Text Example
White with #5221B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5221B0; }
p { color: rgb(82,33,176); }
H1.HeaderClassName
{
color: #5221B0;
}
.AnyTagClassName
{
color: #5221B0;
}
</style>
background-color css
<style>
a { background-color: #5221B0; }
a { background-color: rgb(82,33,176); }
div.DivClassName
{
background-color: #5221B0;
}
.BgClassName
{
background-color: #5221B0;
}
</style>
border-color css
<style>
span { border-color: #5221B0; }
span { border-color: rgb(82,33,176); }
td.TdClassName
{
border-color: #5221B0;
}
.TagClassName
{
border-color: #5221B0;
}
</style>