Shades of Han Purple #521BEC
Tints of Han Purple #521BEC
RGB
CMYK
RGB Variations
Color information
#521BEC (or 0x521BEC) is known color: Han Purple. HEX triplet: 52, 1B and EC. RGB value is (82,27,236). Sum of RGB (Red+Green+Blue) = 82+27+236=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #521BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521BEC is #ADE413. Grayscale: #424242. Windows color (decimal): -11396116 or 15473490. OLE color: 15473490.
HSL color Cylindrical-coordinate representation of color #521BEC: hue angle of 255.79º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #521BEC is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 27 | 236 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.07 |
| HSL | 255.79º | 0.85% | 0.52% | - |
| HSV(B) | 255.79º | 0.89% | 0.93% | - |
| XYZ | 19.01 | 8.63 | 80.02 | - |
| YUV | 67.27 | 223.22 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 236 | 0.65 | 0.89 | 0 | 0.07 | 255.79 | 0.85 | 0.52 |
| Hex | 52 | 1B | EC | 41 | 59 | 0 | 7 | 100 | 55 | 34 |
| Octal | 122 | 33 | 354 | 101 | 131 | 0 | 7 | 400 | 125 | 64 |
| Binary | 1010010 | 11011 | 11101100 | 1000001 | 1011001 | 0 | 111 | 100000000 | 1010101 | 110100 |
Color Harmonies of #521BEC
Complementary color
Monochromatic Colors of #521BEC
Black with #521BEC
Text Example
Text Example
White with #521BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521BEC; }
p { color: rgb(82,27,236); }
H1.HeaderClassName
{
color: #521BEC;
}
.AnyTagClassName
{
color: #521BEC;
}
</style>
background-color css
<style>
a { background-color: #521BEC; }
a { background-color: rgb(82,27,236); }
div.DivClassName
{
background-color: #521BEC;
}
.BgClassName
{
background-color: #521BEC;
}
</style>
border-color css
<style>
span { border-color: #521BEC; }
span { border-color: rgb(82,27,236); }
td.TdClassName
{
border-color: #521BEC;
}
.TagClassName
{
border-color: #521BEC;
}
</style>