Shades of Purple Heart #5222B8
Tints of Purple Heart #5222B8
RGB
CMYK
RGB Variations
Color information
#5222B8 (or 0x5222B8) is known color: Purple Heart. HEX triplet: 52, 22 and B8. RGB value is (82,34,184). Sum of RGB (Red+Green+Blue) = 82+34+184=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 184 (72.27% from 255 or 61.33% from 300); Max value from RGB is 184 - color contains mainly: blue. Hex color #5222B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5222B8 is #ADDD47. Grayscale: #404040. Windows color (decimal): -11394376 or 12067410. OLE color: 12067410.
HSL color Cylindrical-coordinate representation of color #5222B8: hue angle of 259.2º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5222B8 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 34 | 184 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.28 |
| HSL | 259.2º | 0.69% | 0.43% | - |
| HSV(B) | 259.2º | 0.82% | 0.72% | - |
| XYZ | 12.7 | 6.4 | 45.91 | - |
| YUV | 65.45 | 194.9 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 34 | 184 | 0.55 | 0.82 | 0 | 0.28 | 259.2 | 0.69 | 0.43 |
| Hex | 52 | 22 | B8 | 37 | 52 | 0 | 1C | 103 | 45 | 2B |
| Octal | 122 | 42 | 270 | 67 | 122 | 0 | 34 | 403 | 105 | 53 |
| Binary | 1010010 | 100010 | 10111000 | 110111 | 1010010 | 0 | 11100 | 100000011 | 1000101 | 101011 |
Color Harmonies of #5222B8
Complementary color
Monochromatic Colors of #5222B8
Black with #5222B8
Text Example
Text Example
White with #5222B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5222B8; }
p { color: rgb(82,34,184); }
H1.HeaderClassName
{
color: #5222B8;
}
.AnyTagClassName
{
color: #5222B8;
}
</style>
background-color css
<style>
a { background-color: #5222B8; }
a { background-color: rgb(82,34,184); }
div.DivClassName
{
background-color: #5222B8;
}
.BgClassName
{
background-color: #5222B8;
}
</style>
border-color css
<style>
span { border-color: #5222B8; }
span { border-color: rgb(82,34,184); }
td.TdClassName
{
border-color: #5222B8;
}
.TagClassName
{
border-color: #5222B8;
}
</style>