Shades of Han Purple #522CE1
Tints of Han Purple #522CE1
RGB
CMYK
RGB Variations
Color information
#522CE1 (or 0x522CE1) is known color: Han Purple. HEX triplet: 52, 2C and E1. RGB value is (82,44,225). Sum of RGB (Red+Green+Blue) = 82+44+225=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 225 (88.28% from 255 or 64.10% from 351); Max value from RGB is 225 - color contains mainly: blue. Hex color #522CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522CE1 is #ADD31E. Grayscale: #4B4B4B. Windows color (decimal): -11391775 or 14756946. OLE color: 14756946.
HSL color Cylindrical-coordinate representation of color #522CE1: hue angle of 252.6º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #522CE1 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 44 | 225 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.12 |
| HSL | 252.6º | 0.75% | 0.53% | - |
| HSV(B) | 252.6º | 0.8% | 0.88% | - |
| XYZ | 17.97 | 9.03 | 72.03 | - |
| YUV | 76 | 212.09 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 225 | 0.64 | 0.80 | 0 | 0.12 | 252.6 | 0.75 | 0.53 |
| Hex | 52 | 2C | E1 | 40 | 50 | 0 | C | FD | 4B | 35 |
| Octal | 122 | 54 | 341 | 100 | 120 | 0 | 14 | 375 | 113 | 65 |
| Binary | 1010010 | 101100 | 11100001 | 1000000 | 1010000 | 0 | 1100 | 11111101 | 1001011 | 110101 |
Color Harmonies of #522CE1
Complementary color
Monochromatic Colors of #522CE1
Black with #522CE1
Text Example
Text Example
White with #522CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522CE1; }
p { color: rgb(82,44,225); }
H1.HeaderClassName
{
color: #522CE1;
}
.AnyTagClassName
{
color: #522CE1;
}
</style>
background-color css
<style>
a { background-color: #522CE1; }
a { background-color: rgb(82,44,225); }
div.DivClassName
{
background-color: #522CE1;
}
.BgClassName
{
background-color: #522CE1;
}
</style>
border-color css
<style>
span { border-color: #522CE1; }
span { border-color: rgb(82,44,225); }
td.TdClassName
{
border-color: #522CE1;
}
.TagClassName
{
border-color: #522CE1;
}
</style>