Shades of Purple Heart #5220BA
Tints of Purple Heart #5220BA
RGB
CMYK
RGB Variations
Color information
#5220BA (or 0x5220BA) is known color: Purple Heart. HEX triplet: 52, 20 and BA. RGB value is (82,32,186). Sum of RGB (Red+Green+Blue) = 82+32+186=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #5220BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5220BA is #ADDF45. Grayscale: #3F3F3F. Windows color (decimal): -11394886 or 12197970. OLE color: 12197970.
HSL color Cylindrical-coordinate representation of color #5220BA: hue angle of 259.48º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5220BA is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 32 | 186 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.27 |
| HSL | 259.48º | 0.71% | 0.43% | - |
| HSV(B) | 259.48º | 0.83% | 0.73% | - |
| XYZ | 12.86 | 6.37 | 47.01 | - |
| YUV | 64.51 | 196.57 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 186 | 0.56 | 0.83 | 0 | 0.27 | 259.48 | 0.71 | 0.43 |
| Hex | 52 | 20 | BA | 38 | 53 | 0 | 1B | 103 | 47 | 2B |
| Octal | 122 | 40 | 272 | 70 | 123 | 0 | 33 | 403 | 107 | 53 |
| Binary | 1010010 | 100000 | 10111010 | 111000 | 1010011 | 0 | 11011 | 100000011 | 1000111 | 101011 |
Color Harmonies of #5220BA
Complementary color
Monochromatic Colors of #5220BA
Black with #5220BA
Text Example
Text Example
White with #5220BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5220BA; }
p { color: rgb(82,32,186); }
H1.HeaderClassName
{
color: #5220BA;
}
.AnyTagClassName
{
color: #5220BA;
}
</style>
background-color css
<style>
a { background-color: #5220BA; }
a { background-color: rgb(82,32,186); }
div.DivClassName
{
background-color: #5220BA;
}
.BgClassName
{
background-color: #5220BA;
}
</style>
border-color css
<style>
span { border-color: #5220BA; }
span { border-color: rgb(82,32,186); }
td.TdClassName
{
border-color: #5220BA;
}
.TagClassName
{
border-color: #5220BA;
}
</style>