Shades of Purple Heart #520DB5
Tints of Purple Heart #520DB5
RGB
CMYK
RGB Variations
Color information
#520DB5 (or 0x520DB5) is known color: Purple Heart. HEX triplet: 52, 0D and B5. RGB value is (82,13,181). Sum of RGB (Red+Green+Blue) = 82+13+181=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 181 (71.09% from 255 or 65.58% from 276); Max value from RGB is 181 - color contains mainly: blue. Hex color #520DB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520DB5 is #ADF24A. Grayscale: #343434. Windows color (decimal): -11399755 or 11865426. OLE color: 11865426.
HSL color Cylindrical-coordinate representation of color #520DB5: hue angle of 264.64º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520DB5 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 13 | 181 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.29 |
| HSL | 264.64º | 0.87% | 0.38% | - |
| HSV(B) | 264.64º | 0.93% | 0.71% | - |
| XYZ | 11.96 | 5.42 | 44.13 | - |
| YUV | 52.78 | 200.36 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 181 | 0.55 | 0.93 | 0 | 0.29 | 264.64 | 0.87 | 0.38 |
| Hex | 52 | D | B5 | 37 | 5D | 0 | 1D | 109 | 57 | 26 |
| Octal | 122 | 15 | 265 | 67 | 135 | 0 | 35 | 411 | 127 | 46 |
| Binary | 1010010 | 1101 | 10110101 | 110111 | 1011101 | 0 | 11101 | 100001001 | 1010111 | 100110 |
Color Harmonies of #520DB5
Complementary color
Monochromatic Colors of #520DB5
Black with #520DB5
Text Example
Text Example
White with #520DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520DB5; }
p { color: rgb(82,13,181); }
H1.HeaderClassName
{
color: #520DB5;
}
.AnyTagClassName
{
color: #520DB5;
}
</style>
background-color css
<style>
a { background-color: #520DB5; }
a { background-color: rgb(82,13,181); }
div.DivClassName
{
background-color: #520DB5;
}
.BgClassName
{
background-color: #520DB5;
}
</style>
border-color css
<style>
span { border-color: #520DB5; }
span { border-color: rgb(82,13,181); }
td.TdClassName
{
border-color: #520DB5;
}
.TagClassName
{
border-color: #520DB5;
}
</style>