Shades of Han Purple #521BE0
Tints of Han Purple #521BE0
RGB
CMYK
RGB Variations
Color information
#521BE0 (or 0x521BE0) is known color: Han Purple. HEX triplet: 52, 1B and E0. RGB value is (82,27,224). Sum of RGB (Red+Green+Blue) = 82+27+224=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 224 (87.89% from 255 or 67.27% from 333); Max value from RGB is 224 - color contains mainly: blue. Hex color #521BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521BE0 is #ADE41F. Grayscale: #414141. Windows color (decimal): -11396128 or 14687058. OLE color: 14687058.
HSL color Cylindrical-coordinate representation of color #521BE0: hue angle of 256.75º degrees, saturation: 0.78, 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 #521BE0 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 27 | 224 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.12 |
| HSL | 256.75º | 0.78% | 0.49% | - |
| HSV(B) | 256.75º | 0.88% | 0.88% | - |
| XYZ | 17.33 | 7.96 | 71.14 | - |
| YUV | 65.9 | 217.22 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 224 | 0.63 | 0.88 | 0 | 0.12 | 256.75 | 0.78 | 0.49 |
| Hex | 52 | 1B | E0 | 3F | 58 | 0 | C | 101 | 4E | 31 |
| Octal | 122 | 33 | 340 | 77 | 130 | 0 | 14 | 401 | 116 | 61 |
| Binary | 1010010 | 11011 | 11100000 | 111111 | 1011000 | 0 | 1100 | 100000001 | 1001110 | 110001 |
Color Harmonies of #521BE0
Complementary color
Monochromatic Colors of #521BE0
Black with #521BE0
Text Example
Text Example
White with #521BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521BE0; }
p { color: rgb(82,27,224); }
H1.HeaderClassName
{
color: #521BE0;
}
.AnyTagClassName
{
color: #521BE0;
}
</style>
background-color css
<style>
a { background-color: #521BE0; }
a { background-color: rgb(82,27,224); }
div.DivClassName
{
background-color: #521BE0;
}
.BgClassName
{
background-color: #521BE0;
}
</style>
border-color css
<style>
span { border-color: #521BE0; }
span { border-color: rgb(82,27,224); }
td.TdClassName
{
border-color: #521BE0;
}
.TagClassName
{
border-color: #521BE0;
}
</style>