Shades of Han Purple #520ADB
Tints of Han Purple #520ADB
RGB
CMYK
RGB Variations
Color information
#520ADB (or 0x520ADB) is known color: Han Purple. HEX triplet: 52, 0A and DB. RGB value is (82,10,219). Sum of RGB (Red+Green+Blue) = 82+10+219=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #520ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520ADB is #ADF524. Grayscale: #363636. Windows color (decimal): -11400485 or 14355026. OLE color: 14355026.
HSL color Cylindrical-coordinate representation of color #520ADB: hue angle of 260.67º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520ADB is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 10 | 219 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.14 |
| HSL | 260.67º | 0.91% | 0.45% | - |
| HSV(B) | 260.67º | 0.95% | 0.86% | - |
| XYZ | 16.37 | 7.13 | 67.53 | - |
| YUV | 55.35 | 220.35 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 219 | 0.63 | 0.95 | 0 | 0.14 | 260.67 | 0.91 | 0.45 |
| Hex | 52 | A | DB | 3F | 5F | 0 | E | 105 | 5B | 2D |
| Octal | 122 | 12 | 333 | 77 | 137 | 0 | 16 | 405 | 133 | 55 |
| Binary | 1010010 | 1010 | 11011011 | 111111 | 1011111 | 0 | 1110 | 100000101 | 1011011 | 101101 |
Color Harmonies of #520ADB
Complementary color
Monochromatic Colors of #520ADB
Black with #520ADB
Text Example
Text Example
White with #520ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520ADB; }
p { color: rgb(82,10,219); }
H1.HeaderClassName
{
color: #520ADB;
}
.AnyTagClassName
{
color: #520ADB;
}
</style>
background-color css
<style>
a { background-color: #520ADB; }
a { background-color: rgb(82,10,219); }
div.DivClassName
{
background-color: #520ADB;
}
.BgClassName
{
background-color: #520ADB;
}
</style>
border-color css
<style>
span { border-color: #520ADB; }
span { border-color: rgb(82,10,219); }
td.TdClassName
{
border-color: #520ADB;
}
.TagClassName
{
border-color: #520ADB;
}
</style>