Shades of Han Purple #521EDB
Tints of Han Purple #521EDB
RGB
CMYK
RGB Variations
Color information
#521EDB (or 0x521EDB) is known color: Han Purple. HEX triplet: 52, 1E and DB. RGB value is (82,30,219). Sum of RGB (Red+Green+Blue) = 82+30+219=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #521EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521EDB is #ADE124. Grayscale: #424242. Windows color (decimal): -11395365 or 14360146. OLE color: 14360146.
HSL color Cylindrical-coordinate representation of color #521EDB: hue angle of 256.51º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521EDB is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 30 | 219 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.14 |
| HSL | 256.51º | 0.76% | 0.49% | - |
| HSV(B) | 256.51º | 0.86% | 0.86% | - |
| XYZ | 16.73 | 7.84 | 67.65 | - |
| YUV | 67.09 | 213.73 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 219 | 0.63 | 0.86 | 0 | 0.14 | 256.51 | 0.76 | 0.49 |
| Hex | 52 | 1E | DB | 3F | 56 | 0 | E | 101 | 4C | 31 |
| Octal | 122 | 36 | 333 | 77 | 126 | 0 | 16 | 401 | 114 | 61 |
| Binary | 1010010 | 11110 | 11011011 | 111111 | 1010110 | 0 | 1110 | 100000001 | 1001100 | 110001 |
Color Harmonies of #521EDB
Complementary color
Monochromatic Colors of #521EDB
Black with #521EDB
Text Example
Text Example
White with #521EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521EDB; }
p { color: rgb(82,30,219); }
H1.HeaderClassName
{
color: #521EDB;
}
.AnyTagClassName
{
color: #521EDB;
}
</style>
background-color css
<style>
a { background-color: #521EDB; }
a { background-color: rgb(82,30,219); }
div.DivClassName
{
background-color: #521EDB;
}
.BgClassName
{
background-color: #521EDB;
}
</style>
border-color css
<style>
span { border-color: #521EDB; }
span { border-color: rgb(82,30,219); }
td.TdClassName
{
border-color: #521EDB;
}
.TagClassName
{
border-color: #521EDB;
}
</style>