Shades of Purple Heart #522DBB
Tints of Purple Heart #522DBB
RGB
CMYK
RGB Variations
Color information
#522DBB (or 0x522DBB) is known color: Purple Heart. HEX triplet: 52, 2D and BB. RGB value is (82,45,187). Sum of RGB (Red+Green+Blue) = 82+45+187=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #522DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522DBB is #ADD244. Grayscale: #474747. Windows color (decimal): -11391557 or 12266834. OLE color: 12266834.
HSL color Cylindrical-coordinate representation of color #522DBB: hue angle of 255.63º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #522DBB is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 45 | 187 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.27 |
| HSL | 255.63º | 0.61% | 0.45% | - |
| HSV(B) | 255.63º | 0.76% | 0.73% | - |
| XYZ | 13.39 | 7.26 | 47.71 | - |
| YUV | 72.25 | 192.76 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 45 | 187 | 0.56 | 0.76 | 0 | 0.27 | 255.63 | 0.61 | 0.45 |
| Hex | 52 | 2D | BB | 38 | 4C | 0 | 1B | 100 | 3D | 2D |
| Octal | 122 | 55 | 273 | 70 | 114 | 0 | 33 | 400 | 75 | 55 |
| Binary | 1010010 | 101101 | 10111011 | 111000 | 1001100 | 0 | 11011 | 100000000 | 111101 | 101101 |
Color Harmonies of #522DBB
Complementary color
Monochromatic Colors of #522DBB
Black with #522DBB
Text Example
Text Example
White with #522DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522DBB; }
p { color: rgb(82,45,187); }
H1.HeaderClassName
{
color: #522DBB;
}
.AnyTagClassName
{
color: #522DBB;
}
</style>
background-color css
<style>
a { background-color: #522DBB; }
a { background-color: rgb(82,45,187); }
div.DivClassName
{
background-color: #522DBB;
}
.BgClassName
{
background-color: #522DBB;
}
</style>
border-color css
<style>
span { border-color: #522DBB; }
span { border-color: rgb(82,45,187); }
td.TdClassName
{
border-color: #522DBB;
}
.TagClassName
{
border-color: #522DBB;
}
</style>