Shades of Purple Heart #522BBC
Tints of Purple Heart #522BBC
RGB
CMYK
RGB Variations
Color information
#522BBC (or 0x522BBC) is known color: Purple Heart. HEX triplet: 52, 2B and BC. RGB value is (82,43,188). Sum of RGB (Red+Green+Blue) = 82+43+188=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #522BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522BBC is #ADD443. Grayscale: #464646. Windows color (decimal): -11392068 or 12331858. OLE color: 12331858.
HSL color Cylindrical-coordinate representation of color #522BBC: hue angle of 256.14º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #522BBC is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 43 | 188 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.26 |
| HSL | 256.14º | 0.63% | 0.45% | - |
| HSV(B) | 256.14º | 0.77% | 0.74% | - |
| XYZ | 13.42 | 7.15 | 48.25 | - |
| YUV | 71.19 | 193.92 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 43 | 188 | 0.56 | 0.77 | 0 | 0.26 | 256.14 | 0.63 | 0.45 |
| Hex | 52 | 2B | BC | 38 | 4D | 0 | 1A | 100 | 3F | 2D |
| Octal | 122 | 53 | 274 | 70 | 115 | 0 | 32 | 400 | 77 | 55 |
| Binary | 1010010 | 101011 | 10111100 | 111000 | 1001101 | 0 | 11010 | 100000000 | 111111 | 101101 |
Color Harmonies of #522BBC
Complementary color
Monochromatic Colors of #522BBC
Black with #522BBC
Text Example
Text Example
White with #522BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522BBC; }
p { color: rgb(82,43,188); }
H1.HeaderClassName
{
color: #522BBC;
}
.AnyTagClassName
{
color: #522BBC;
}
</style>
background-color css
<style>
a { background-color: #522BBC; }
a { background-color: rgb(82,43,188); }
div.DivClassName
{
background-color: #522BBC;
}
.BgClassName
{
background-color: #522BBC;
}
</style>
border-color css
<style>
span { border-color: #522BBC; }
span { border-color: rgb(82,43,188); }
td.TdClassName
{
border-color: #522BBC;
}
.TagClassName
{
border-color: #522BBC;
}
</style>