Shades of Han Purple #521BEE
Tints of Han Purple #521BEE
RGB
CMYK
RGB Variations
Color information
#521BEE (or 0x521BEE) is known color: Han Purple. HEX triplet: 52, 1B and EE. RGB value is (82,27,238). Sum of RGB (Red+Green+Blue) = 82+27+238=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 238 (93.36% from 255 or 68.59% from 347); Max value from RGB is 238 - color contains mainly: blue. Hex color #521BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521BEE is #ADE411. Grayscale: #424242. Windows color (decimal): -11396114 or 15604562. OLE color: 15604562.
HSL color Cylindrical-coordinate representation of color #521BEE: hue angle of 255.64º degrees, saturation: 0.86, 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 #521BEE is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 27 | 238 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.07 |
| HSL | 255.64º | 0.86% | 0.52% | - |
| HSV(B) | 255.64º | 0.89% | 0.93% | - |
| XYZ | 19.3 | 8.75 | 81.56 | - |
| YUV | 67.5 | 224.22 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 238 | 0.66 | 0.89 | 0 | 0.07 | 255.64 | 0.86 | 0.52 |
| Hex | 52 | 1B | EE | 42 | 59 | 0 | 7 | 100 | 56 | 34 |
| Octal | 122 | 33 | 356 | 102 | 131 | 0 | 7 | 400 | 126 | 64 |
| Binary | 1010010 | 11011 | 11101110 | 1000010 | 1011001 | 0 | 111 | 100000000 | 1010110 | 110100 |
Color Harmonies of #521BEE
Complementary color
Monochromatic Colors of #521BEE
Black with #521BEE
Text Example
Text Example
White with #521BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521BEE; }
p { color: rgb(82,27,238); }
H1.HeaderClassName
{
color: #521BEE;
}
.AnyTagClassName
{
color: #521BEE;
}
</style>
background-color css
<style>
a { background-color: #521BEE; }
a { background-color: rgb(82,27,238); }
div.DivClassName
{
background-color: #521BEE;
}
.BgClassName
{
background-color: #521BEE;
}
</style>
border-color css
<style>
span { border-color: #521BEE; }
span { border-color: rgb(82,27,238); }
td.TdClassName
{
border-color: #521BEE;
}
.TagClassName
{
border-color: #521BEE;
}
</style>