Shades of Purple Heart #5222BA
Tints of Purple Heart #5222BA
RGB
CMYK
RGB Variations
Color information
#5222BA (or 0x5222BA) is known color: Purple Heart. HEX triplet: 52, 22 and BA. RGB value is (82,34,186). Sum of RGB (Red+Green+Blue) = 82+34+186=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #5222BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5222BA is #ADDD45. Grayscale: #414141. Windows color (decimal): -11394374 or 12198482. OLE color: 12198482.
HSL color Cylindrical-coordinate representation of color #5222BA: hue angle of 258.95º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5222BA is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 34 | 186 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.27 |
| HSL | 258.95º | 0.69% | 0.43% | - |
| HSV(B) | 258.95º | 0.82% | 0.73% | - |
| XYZ | 12.91 | 6.48 | 47.03 | - |
| YUV | 65.68 | 195.9 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 34 | 186 | 0.56 | 0.82 | 0 | 0.27 | 258.95 | 0.69 | 0.43 |
| Hex | 52 | 22 | BA | 38 | 52 | 0 | 1B | 103 | 45 | 2B |
| Octal | 122 | 42 | 272 | 70 | 122 | 0 | 33 | 403 | 105 | 53 |
| Binary | 1010010 | 100010 | 10111010 | 111000 | 1010010 | 0 | 11011 | 100000011 | 1000101 | 101011 |
Color Harmonies of #5222BA
Complementary color
Monochromatic Colors of #5222BA
Black with #5222BA
Text Example
Text Example
White with #5222BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5222BA; }
p { color: rgb(82,34,186); }
H1.HeaderClassName
{
color: #5222BA;
}
.AnyTagClassName
{
color: #5222BA;
}
</style>
background-color css
<style>
a { background-color: #5222BA; }
a { background-color: rgb(82,34,186); }
div.DivClassName
{
background-color: #5222BA;
}
.BgClassName
{
background-color: #5222BA;
}
</style>
border-color css
<style>
span { border-color: #5222BA; }
span { border-color: rgb(82,34,186); }
td.TdClassName
{
border-color: #5222BA;
}
.TagClassName
{
border-color: #5222BA;
}
</style>