Shades of Purple Heart #521DCC
Tints of Purple Heart #521DCC
RGB
CMYK
RGB Variations
Color information
#521DCC (or 0x521DCC) is known color: Purple Heart. HEX triplet: 52, 1D and CC. RGB value is (82,29,204). Sum of RGB (Red+Green+Blue) = 82+29+204=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #521DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521DCC is #ADE233. Grayscale: #404040. Windows color (decimal): -11395636 or 13376850. OLE color: 13376850.
HSL color Cylindrical-coordinate representation of color #521DCC: hue angle of 258.17º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521DCC is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 29 | 204 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.2 |
| HSL | 258.17º | 0.75% | 0.46% | - |
| HSV(B) | 258.17º | 0.86% | 0.8% | - |
| XYZ | 14.82 | 7.03 | 57.7 | - |
| YUV | 64.8 | 206.56 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 204 | 0.60 | 0.86 | 0 | 0.2 | 258.17 | 0.75 | 0.46 |
| Hex | 52 | 1D | CC | 3C | 56 | 0 | 14 | 102 | 4B | 2E |
| Octal | 122 | 35 | 314 | 74 | 126 | 0 | 24 | 402 | 113 | 56 |
| Binary | 1010010 | 11101 | 11001100 | 111100 | 1010110 | 0 | 10100 | 100000010 | 1001011 | 101110 |
Color Harmonies of #521DCC
Complementary color
Monochromatic Colors of #521DCC
Black with #521DCC
Text Example
Text Example
White with #521DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521DCC; }
p { color: rgb(82,29,204); }
H1.HeaderClassName
{
color: #521DCC;
}
.AnyTagClassName
{
color: #521DCC;
}
</style>
background-color css
<style>
a { background-color: #521DCC; }
a { background-color: rgb(82,29,204); }
div.DivClassName
{
background-color: #521DCC;
}
.BgClassName
{
background-color: #521DCC;
}
</style>
border-color css
<style>
span { border-color: #521DCC; }
span { border-color: rgb(82,29,204); }
td.TdClassName
{
border-color: #521DCC;
}
.TagClassName
{
border-color: #521DCC;
}
</style>