Shades of Purple Heart #520DBF
Tints of Purple Heart #520DBF
RGB
CMYK
RGB Variations
Color information
#520DBF (or 0x520DBF) is known color: Purple Heart. HEX triplet: 52, 0D and BF. RGB value is (82,13,191). Sum of RGB (Red+Green+Blue) = 82+13+191=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #520DBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520DBF is #ADF240. Grayscale: #353535. Windows color (decimal): -11399745 or 12520786. OLE color: 12520786.
HSL color Cylindrical-coordinate representation of color #520DBF: hue angle of 263.26º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520DBF is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 13 | 191 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.25 |
| HSL | 263.26º | 0.87% | 0.4% | - |
| HSV(B) | 263.26º | 0.93% | 0.75% | - |
| XYZ | 13.03 | 5.84 | 49.73 | - |
| YUV | 53.92 | 205.36 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 191 | 0.57 | 0.93 | 0 | 0.25 | 263.26 | 0.87 | 0.4 |
| Hex | 52 | D | BF | 39 | 5D | 0 | 19 | 107 | 57 | 28 |
| Octal | 122 | 15 | 277 | 71 | 135 | 0 | 31 | 407 | 127 | 50 |
| Binary | 1010010 | 1101 | 10111111 | 111001 | 1011101 | 0 | 11001 | 100000111 | 1010111 | 101000 |
Color Harmonies of #520DBF
Complementary color
Monochromatic Colors of #520DBF
Black with #520DBF
Text Example
Text Example
White with #520DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520DBF; }
p { color: rgb(82,13,191); }
H1.HeaderClassName
{
color: #520DBF;
}
.AnyTagClassName
{
color: #520DBF;
}
</style>
background-color css
<style>
a { background-color: #520DBF; }
a { background-color: rgb(82,13,191); }
div.DivClassName
{
background-color: #520DBF;
}
.BgClassName
{
background-color: #520DBF;
}
</style>
border-color css
<style>
span { border-color: #520DBF; }
span { border-color: rgb(82,13,191); }
td.TdClassName
{
border-color: #520DBF;
}
.TagClassName
{
border-color: #520DBF;
}
</style>