Shades of Han Purple #521BE6
Tints of Han Purple #521BE6
RGB
CMYK
RGB Variations
Color information
#521BE6 (or 0x521BE6) is known color: Han Purple. HEX triplet: 52, 1B and E6. RGB value is (82,27,230). Sum of RGB (Red+Green+Blue) = 82+27+230=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 230 (90.23% from 255 or 67.85% from 339); Max value from RGB is 230 - color contains mainly: blue. Hex color #521BE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521BE6 is #ADE419. Grayscale: #414141. Windows color (decimal): -11396122 or 15080274. OLE color: 15080274.
HSL color Cylindrical-coordinate representation of color #521BE6: hue angle of 256.26º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521BE6 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 27 | 230 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.10 |
| HSL | 256.26º | 0.8% | 0.5% | - |
| HSV(B) | 256.26º | 0.88% | 0.9% | - |
| XYZ | 18.15 | 8.29 | 75.51 | - |
| YUV | 66.59 | 220.22 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 230 | 0.64 | 0.88 | 0 | 0.10 | 256.26 | 0.8 | 0.5 |
| Hex | 52 | 1B | E6 | 40 | 58 | 0 | A | 100 | 50 | 32 |
| Octal | 122 | 33 | 346 | 100 | 130 | 0 | 12 | 400 | 120 | 62 |
| Binary | 1010010 | 11011 | 11100110 | 1000000 | 1011000 | 0 | 1010 | 100000000 | 1010000 | 110010 |
Color Harmonies of #521BE6
Complementary color
Monochromatic Colors of #521BE6
Black with #521BE6
Text Example
Text Example
White with #521BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521BE6; }
p { color: rgb(82,27,230); }
H1.HeaderClassName
{
color: #521BE6;
}
.AnyTagClassName
{
color: #521BE6;
}
</style>
background-color css
<style>
a { background-color: #521BE6; }
a { background-color: rgb(82,27,230); }
div.DivClassName
{
background-color: #521BE6;
}
.BgClassName
{
background-color: #521BE6;
}
</style>
border-color css
<style>
span { border-color: #521BE6; }
span { border-color: rgb(82,27,230); }
td.TdClassName
{
border-color: #521BE6;
}
.TagClassName
{
border-color: #521BE6;
}
</style>