Shades of Han Purple #520DDD
Tints of Han Purple #520DDD
RGB
CMYK
RGB Variations
Color information
#520DDD (or 0x520DDD) is known color: Han Purple. HEX triplet: 52, 0D and DD. RGB value is (82,13,221). Sum of RGB (Red+Green+Blue) = 82+13+221=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #520DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520DDD is #ADF222. Grayscale: #383838. Windows color (decimal): -11399715 or 14486866. OLE color: 14486866.
HSL color Cylindrical-coordinate representation of color #520DDD: hue angle of 259.9º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520DDD is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 13 | 221 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.13 |
| HSL | 259.9º | 0.89% | 0.46% | - |
| HSV(B) | 259.9º | 0.94% | 0.87% | - |
| XYZ | 16.67 | 7.3 | 68.94 | - |
| YUV | 57.34 | 220.36 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 221 | 0.63 | 0.94 | 0 | 0.13 | 259.9 | 0.89 | 0.46 |
| Hex | 52 | D | DD | 3F | 5E | 0 | D | 104 | 59 | 2E |
| Octal | 122 | 15 | 335 | 77 | 136 | 0 | 15 | 404 | 131 | 56 |
| Binary | 1010010 | 1101 | 11011101 | 111111 | 1011110 | 0 | 1101 | 100000100 | 1011001 | 101110 |
Color Harmonies of #520DDD
Complementary color
Monochromatic Colors of #520DDD
Black with #520DDD
Text Example
Text Example
White with #520DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520DDD; }
p { color: rgb(82,13,221); }
H1.HeaderClassName
{
color: #520DDD;
}
.AnyTagClassName
{
color: #520DDD;
}
</style>
background-color css
<style>
a { background-color: #520DDD; }
a { background-color: rgb(82,13,221); }
div.DivClassName
{
background-color: #520DDD;
}
.BgClassName
{
background-color: #520DDD;
}
</style>
border-color css
<style>
span { border-color: #520DDD; }
span { border-color: rgb(82,13,221); }
td.TdClassName
{
border-color: #520DDD;
}
.TagClassName
{
border-color: #520DDD;
}
</style>