Shades of Han Purple #521AEC
Tints of Han Purple #521AEC
RGB
CMYK
RGB Variations
Color information
#521AEC (or 0x521AEC) is known color: Han Purple. HEX triplet: 52, 1A and EC. RGB value is (82,26,236). Sum of RGB (Red+Green+Blue) = 82+26+236=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 236 (92.58% from 255 or 68.60% from 344); Max value from RGB is 236 - color contains mainly: blue. Hex color #521AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521AEC is #ADE513. Grayscale: #414141. Windows color (decimal): -11396372 or 15473234. OLE color: 15473234.
HSL color Cylindrical-coordinate representation of color #521AEC: hue angle of 256º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #521AEC is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 26 | 236 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.07 |
| HSL | 256º | 0.85% | 0.51% | - |
| HSV(B) | 256º | 0.89% | 0.93% | - |
| XYZ | 18.99 | 8.59 | 80.01 | - |
| YUV | 66.68 | 223.55 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 236 | 0.65 | 0.89 | 0 | 0.07 | 256 | 0.85 | 0.51 |
| Hex | 52 | 1A | EC | 41 | 59 | 0 | 7 | 100 | 55 | 33 |
| Octal | 122 | 32 | 354 | 101 | 131 | 0 | 7 | 400 | 125 | 63 |
| Binary | 1010010 | 11010 | 11101100 | 1000001 | 1011001 | 0 | 111 | 100000000 | 1010101 | 110011 |
Color Harmonies of #521AEC
Complementary color
Monochromatic Colors of #521AEC
Black with #521AEC
Text Example
Text Example
White with #521AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521AEC; }
p { color: rgb(82,26,236); }
H1.HeaderClassName
{
color: #521AEC;
}
.AnyTagClassName
{
color: #521AEC;
}
</style>
background-color css
<style>
a { background-color: #521AEC; }
a { background-color: rgb(82,26,236); }
div.DivClassName
{
background-color: #521AEC;
}
.BgClassName
{
background-color: #521AEC;
}
</style>
border-color css
<style>
span { border-color: #521AEC; }
span { border-color: rgb(82,26,236); }
td.TdClassName
{
border-color: #521AEC;
}
.TagClassName
{
border-color: #521AEC;
}
</style>