Shades of Han Purple #521ADE
Tints of Han Purple #521ADE
RGB
CMYK
RGB Variations
Color information
#521ADE (or 0x521ADE) is known color: Han Purple. HEX triplet: 52, 1A and DE. RGB value is (82,26,222). Sum of RGB (Red+Green+Blue) = 82+26+222=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #521ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521ADE is #ADE521. Grayscale: #404040. Windows color (decimal): -11396386 or 14555730. OLE color: 14555730.
HSL color Cylindrical-coordinate representation of color #521ADE: hue angle of 257.14º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521ADE is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 26 | 222 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.13 |
| HSL | 257.14º | 0.79% | 0.49% | - |
| HSV(B) | 257.14º | 0.88% | 0.87% | - |
| XYZ | 17.03 | 7.81 | 69.72 | - |
| YUV | 65.09 | 216.55 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 222 | 0.63 | 0.88 | 0 | 0.13 | 257.14 | 0.79 | 0.49 |
| Hex | 52 | 1A | DE | 3F | 58 | 0 | D | 101 | 4F | 31 |
| Octal | 122 | 32 | 336 | 77 | 130 | 0 | 15 | 401 | 117 | 61 |
| Binary | 1010010 | 11010 | 11011110 | 111111 | 1011000 | 0 | 1101 | 100000001 | 1001111 | 110001 |
Color Harmonies of #521ADE
Complementary color
Monochromatic Colors of #521ADE
Black with #521ADE
Text Example
Text Example
White with #521ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521ADE; }
p { color: rgb(82,26,222); }
H1.HeaderClassName
{
color: #521ADE;
}
.AnyTagClassName
{
color: #521ADE;
}
</style>
background-color css
<style>
a { background-color: #521ADE; }
a { background-color: rgb(82,26,222); }
div.DivClassName
{
background-color: #521ADE;
}
.BgClassName
{
background-color: #521ADE;
}
</style>
border-color css
<style>
span { border-color: #521ADE; }
span { border-color: rgb(82,26,222); }
td.TdClassName
{
border-color: #521ADE;
}
.TagClassName
{
border-color: #521ADE;
}
</style>