Shades of Purple Heart #5211BF
Tints of Purple Heart #5211BF
RGB
CMYK
RGB Variations
Color information
#5211BF (or 0x5211BF) is known color: Purple Heart. HEX triplet: 52, 11 and BF. RGB value is (82,17,191). Sum of RGB (Red+Green+Blue) = 82+17+191=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #5211BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5211BF is #ADEE40. Grayscale: #373737. Windows color (decimal): -11398721 or 12521810. OLE color: 12521810.
HSL color Cylindrical-coordinate representation of color #5211BF: hue angle of 262.41º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5211BF is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 17 | 191 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.25 |
| HSL | 262.41º | 0.84% | 0.41% | - |
| HSV(B) | 262.41º | 0.91% | 0.75% | - |
| XYZ | 13.08 | 5.96 | 49.75 | - |
| YUV | 56.27 | 204.03 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 191 | 0.57 | 0.91 | 0 | 0.25 | 262.41 | 0.84 | 0.41 |
| Hex | 52 | 11 | BF | 39 | 5B | 0 | 19 | 106 | 54 | 29 |
| Octal | 122 | 21 | 277 | 71 | 133 | 0 | 31 | 406 | 124 | 51 |
| Binary | 1010010 | 10001 | 10111111 | 111001 | 1011011 | 0 | 11001 | 100000110 | 1010100 | 101001 |
Color Harmonies of #5211BF
Complementary color
Monochromatic Colors of #5211BF
Black with #5211BF
Text Example
Text Example
White with #5211BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5211BF; }
p { color: rgb(82,17,191); }
H1.HeaderClassName
{
color: #5211BF;
}
.AnyTagClassName
{
color: #5211BF;
}
</style>
background-color css
<style>
a { background-color: #5211BF; }
a { background-color: rgb(82,17,191); }
div.DivClassName
{
background-color: #5211BF;
}
.BgClassName
{
background-color: #5211BF;
}
</style>
border-color css
<style>
span { border-color: #5211BF; }
span { border-color: rgb(82,17,191); }
td.TdClassName
{
border-color: #5211BF;
}
.TagClassName
{
border-color: #5211BF;
}
</style>