Shades of Han Purple #521AE1
Tints of Han Purple #521AE1
RGB
CMYK
RGB Variations
Color information
#521AE1 (or 0x521AE1) is known color: Han Purple. HEX triplet: 52, 1A and E1. RGB value is (82,26,225). Sum of RGB (Red+Green+Blue) = 82+26+225=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 225 (88.28% from 255 or 67.57% from 333); Max value from RGB is 225 - color contains mainly: blue. Hex color #521AE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521AE1 is #ADE51E. Grayscale: #404040. Windows color (decimal): -11396383 or 14752338. OLE color: 14752338.
HSL color Cylindrical-coordinate representation of color #521AE1: hue angle of 256.88º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521AE1 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 26 | 225 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.12 |
| HSL | 256.88º | 0.79% | 0.49% | - |
| HSV(B) | 256.88º | 0.88% | 0.88% | - |
| XYZ | 17.44 | 7.97 | 71.85 | - |
| YUV | 65.43 | 218.05 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 225 | 0.64 | 0.88 | 0 | 0.12 | 256.88 | 0.79 | 0.49 |
| Hex | 52 | 1A | E1 | 40 | 58 | 0 | C | 101 | 4F | 31 |
| Octal | 122 | 32 | 341 | 100 | 130 | 0 | 14 | 401 | 117 | 61 |
| Binary | 1010010 | 11010 | 11100001 | 1000000 | 1011000 | 0 | 1100 | 100000001 | 1001111 | 110001 |
Color Harmonies of #521AE1
Complementary color
Monochromatic Colors of #521AE1
Black with #521AE1
Text Example
Text Example
White with #521AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521AE1; }
p { color: rgb(82,26,225); }
H1.HeaderClassName
{
color: #521AE1;
}
.AnyTagClassName
{
color: #521AE1;
}
</style>
background-color css
<style>
a { background-color: #521AE1; }
a { background-color: rgb(82,26,225); }
div.DivClassName
{
background-color: #521AE1;
}
.BgClassName
{
background-color: #521AE1;
}
</style>
border-color css
<style>
span { border-color: #521AE1; }
span { border-color: rgb(82,26,225); }
td.TdClassName
{
border-color: #521AE1;
}
.TagClassName
{
border-color: #521AE1;
}
</style>