Shades of Han Purple #520CDB
Tints of Han Purple #520CDB
RGB
CMYK
RGB Variations
Color information
#520CDB (or 0x520CDB) is known color: Han Purple. HEX triplet: 52, 0C and DB. RGB value is (82,12,219). Sum of RGB (Red+Green+Blue) = 82+12+219=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #520CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CDB is #ADF324. Grayscale: #373737. Windows color (decimal): -11399973 or 14355538. OLE color: 14355538.
HSL color Cylindrical-coordinate representation of color #520CDB: hue angle of 260.29º degrees, saturation: 0.9, 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 #520CDB is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 12 | 219 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.14 |
| HSL | 260.29º | 0.9% | 0.45% | - |
| HSV(B) | 260.29º | 0.95% | 0.86% | - |
| XYZ | 16.4 | 7.17 | 67.54 | - |
| YUV | 56.53 | 219.69 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 219 | 0.63 | 0.95 | 0 | 0.14 | 260.29 | 0.9 | 0.45 |
| Hex | 52 | C | DB | 3F | 5F | 0 | E | 104 | 5A | 2D |
| Octal | 122 | 14 | 333 | 77 | 137 | 0 | 16 | 404 | 132 | 55 |
| Binary | 1010010 | 1100 | 11011011 | 111111 | 1011111 | 0 | 1110 | 100000100 | 1011010 | 101101 |
Color Harmonies of #520CDB
Complementary color
Monochromatic Colors of #520CDB
Black with #520CDB
Text Example
Text Example
White with #520CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520CDB; }
p { color: rgb(82,12,219); }
H1.HeaderClassName
{
color: #520CDB;
}
.AnyTagClassName
{
color: #520CDB;
}
</style>
background-color css
<style>
a { background-color: #520CDB; }
a { background-color: rgb(82,12,219); }
div.DivClassName
{
background-color: #520CDB;
}
.BgClassName
{
background-color: #520CDB;
}
</style>
border-color css
<style>
span { border-color: #520CDB; }
span { border-color: rgb(82,12,219); }
td.TdClassName
{
border-color: #520CDB;
}
.TagClassName
{
border-color: #520CDB;
}
</style>