Shades of Han Purple #520AD6
Tints of Han Purple #520AD6
RGB
CMYK
RGB Variations
Color information
#520AD6 (or 0x520AD6) is known color: Han Purple. HEX triplet: 52, 0A and D6. RGB value is (82,10,214). Sum of RGB (Red+Green+Blue) = 82+10+214=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 214 (83.98% from 255 or 69.93% from 306); Max value from RGB is 214 - color contains mainly: blue. Hex color #520AD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520AD6 is #ADF529. Grayscale: #363636. Windows color (decimal): -11400490 or 14027346. OLE color: 14027346.
HSL color Cylindrical-coordinate representation of color #520AD6: hue angle of 261.18º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520AD6 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 10 | 214 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.16 |
| HSL | 261.18º | 0.91% | 0.44% | - |
| HSV(B) | 261.18º | 0.95% | 0.84% | - |
| XYZ | 15.73 | 6.87 | 64.11 | - |
| YUV | 54.78 | 217.85 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 214 | 0.62 | 0.95 | 0 | 0.16 | 261.18 | 0.91 | 0.44 |
| Hex | 52 | A | D6 | 3E | 5F | 0 | 10 | 105 | 5B | 2C |
| Octal | 122 | 12 | 326 | 76 | 137 | 0 | 20 | 405 | 133 | 54 |
| Binary | 1010010 | 1010 | 11010110 | 111110 | 1011111 | 0 | 10000 | 100000101 | 1011011 | 101100 |
Color Harmonies of #520AD6
Complementary color
Monochromatic Colors of #520AD6
Black with #520AD6
Text Example
Text Example
White with #520AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520AD6; }
p { color: rgb(82,10,214); }
H1.HeaderClassName
{
color: #520AD6;
}
.AnyTagClassName
{
color: #520AD6;
}
</style>
background-color css
<style>
a { background-color: #520AD6; }
a { background-color: rgb(82,10,214); }
div.DivClassName
{
background-color: #520AD6;
}
.BgClassName
{
background-color: #520AD6;
}
</style>
border-color css
<style>
span { border-color: #520AD6; }
span { border-color: rgb(82,10,214); }
td.TdClassName
{
border-color: #520AD6;
}
.TagClassName
{
border-color: #520AD6;
}
</style>