Shades of Han Purple #520BD6
Tints of Han Purple #520BD6
RGB
CMYK
RGB Variations
Color information
#520BD6 (or 0x520BD6) is known color: Han Purple. HEX triplet: 52, 0B and D6. RGB value is (82,11,214). Sum of RGB (Red+Green+Blue) = 82+11+214=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 214 (83.98% from 255 or 69.71% from 307); Max value from RGB is 214 - color contains mainly: blue. Hex color #520BD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BD6 is #ADF429. Grayscale: #363636. Windows color (decimal): -11400234 or 14027602. OLE color: 14027602.
HSL color Cylindrical-coordinate representation of color #520BD6: hue angle of 260.99º degrees, saturation: 0.9, 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 #520BD6 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 11 | 214 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.16 |
| HSL | 260.99º | 0.9% | 0.44% | - |
| HSV(B) | 260.99º | 0.95% | 0.84% | - |
| XYZ | 15.74 | 6.89 | 64.12 | - |
| YUV | 55.37 | 217.52 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 214 | 0.62 | 0.95 | 0 | 0.16 | 260.99 | 0.9 | 0.44 |
| Hex | 52 | B | D6 | 3E | 5F | 0 | 10 | 105 | 5A | 2C |
| Octal | 122 | 13 | 326 | 76 | 137 | 0 | 20 | 405 | 132 | 54 |
| Binary | 1010010 | 1011 | 11010110 | 111110 | 1011111 | 0 | 10000 | 100000101 | 1011010 | 101100 |
Color Harmonies of #520BD6
Complementary color
Monochromatic Colors of #520BD6
Black with #520BD6
Text Example
Text Example
White with #520BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520BD6; }
p { color: rgb(82,11,214); }
H1.HeaderClassName
{
color: #520BD6;
}
.AnyTagClassName
{
color: #520BD6;
}
</style>
background-color css
<style>
a { background-color: #520BD6; }
a { background-color: rgb(82,11,214); }
div.DivClassName
{
background-color: #520BD6;
}
.BgClassName
{
background-color: #520BD6;
}
</style>
border-color css
<style>
span { border-color: #520BD6; }
span { border-color: rgb(82,11,214); }
td.TdClassName
{
border-color: #520BD6;
}
.TagClassName
{
border-color: #520BD6;
}
</style>