Shades of Purple Heart #521DBC
Tints of Purple Heart #521DBC
RGB
CMYK
RGB Variations
Color information
#521DBC (or 0x521DBC) is known color: Purple Heart. HEX triplet: 52, 1D and BC. RGB value is (82,29,188). Sum of RGB (Red+Green+Blue) = 82+29+188=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #521DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521DBC is #ADE243. Grayscale: #3E3E3E. Windows color (decimal): -11395652 or 12328274. OLE color: 12328274.
HSL color Cylindrical-coordinate representation of color #521DBC: hue angle of 260º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521DBC is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 29 | 188 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.26 |
| HSL | 260º | 0.73% | 0.43% | - |
| HSV(B) | 260º | 0.85% | 0.74% | - |
| XYZ | 13 | 6.3 | 48.11 | - |
| YUV | 62.97 | 198.56 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 188 | 0.56 | 0.85 | 0 | 0.26 | 260 | 0.73 | 0.43 |
| Hex | 52 | 1D | BC | 38 | 55 | 0 | 1A | 104 | 49 | 2B |
| Octal | 122 | 35 | 274 | 70 | 125 | 0 | 32 | 404 | 111 | 53 |
| Binary | 1010010 | 11101 | 10111100 | 111000 | 1010101 | 0 | 11010 | 100000100 | 1001001 | 101011 |
Color Harmonies of #521DBC
Complementary color
Monochromatic Colors of #521DBC
Black with #521DBC
Text Example
Text Example
White with #521DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521DBC; }
p { color: rgb(82,29,188); }
H1.HeaderClassName
{
color: #521DBC;
}
.AnyTagClassName
{
color: #521DBC;
}
</style>
background-color css
<style>
a { background-color: #521DBC; }
a { background-color: rgb(82,29,188); }
div.DivClassName
{
background-color: #521DBC;
}
.BgClassName
{
background-color: #521DBC;
}
</style>
border-color css
<style>
span { border-color: #521DBC; }
span { border-color: rgb(82,29,188); }
td.TdClassName
{
border-color: #521DBC;
}
.TagClassName
{
border-color: #521DBC;
}
</style>