Shades of Purple Heart #5211BB
Tints of Purple Heart #5211BB
RGB
CMYK
RGB Variations
Color information
#5211BB (or 0x5211BB) is known color: Purple Heart. HEX triplet: 52, 11 and BB. RGB value is (82,17,187). Sum of RGB (Red+Green+Blue) = 82+17+187=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #5211BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5211BB is #ADEE44. Grayscale: #373737. Windows color (decimal): -11398725 or 12259666. OLE color: 12259666.
HSL color Cylindrical-coordinate representation of color #5211BB: hue angle of 262.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5211BB is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 17 | 187 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.27 |
| HSL | 262.94º | 0.83% | 0.4% | - |
| HSV(B) | 262.94º | 0.91% | 0.73% | - |
| XYZ | 12.65 | 5.78 | 47.46 | - |
| YUV | 55.82 | 202.03 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 187 | 0.56 | 0.91 | 0 | 0.27 | 262.94 | 0.83 | 0.4 |
| Hex | 52 | 11 | BB | 38 | 5B | 0 | 1B | 107 | 53 | 28 |
| Octal | 122 | 21 | 273 | 70 | 133 | 0 | 33 | 407 | 123 | 50 |
| Binary | 1010010 | 10001 | 10111011 | 111000 | 1011011 | 0 | 11011 | 100000111 | 1010011 | 101000 |
Color Harmonies of #5211BB
Complementary color
Monochromatic Colors of #5211BB
Black with #5211BB
Text Example
Text Example
White with #5211BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5211BB; }
p { color: rgb(82,17,187); }
H1.HeaderClassName
{
color: #5211BB;
}
.AnyTagClassName
{
color: #5211BB;
}
</style>
background-color css
<style>
a { background-color: #5211BB; }
a { background-color: rgb(82,17,187); }
div.DivClassName
{
background-color: #5211BB;
}
.BgClassName
{
background-color: #5211BB;
}
</style>
border-color css
<style>
span { border-color: #5211BB; }
span { border-color: rgb(82,17,187); }
td.TdClassName
{
border-color: #5211BB;
}
.TagClassName
{
border-color: #5211BB;
}
</style>