Shades of Han Purple #522DEC
Tints of Han Purple #522DEC
RGB
CMYK
RGB Variations
Color information
#522DEC (or 0x522DEC) is known color: Han Purple. HEX triplet: 52, 2D and EC. RGB value is (82,45,236). Sum of RGB (Red+Green+Blue) = 82+45+236=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #522DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #522DEC is #ADD213. Grayscale: #4D4D4D. Windows color (decimal): -11391508 or 15478098. OLE color: 15478098.
HSL color Cylindrical-coordinate representation of color #522DEC: hue angle of 251.62º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #522DEC is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 45 | 236 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.07 |
| HSL | 251.62º | 0.83% | 0.55% | - |
| HSV(B) | 251.62º | 0.81% | 0.93% | - |
| XYZ | 19.56 | 9.73 | 80.2 | - |
| YUV | 77.84 | 217.26 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 45 | 236 | 0.65 | 0.81 | 0 | 0.07 | 251.62 | 0.83 | 0.55 |
| Hex | 52 | 2D | EC | 41 | 51 | 0 | 7 | FC | 53 | 37 |
| Octal | 122 | 55 | 354 | 101 | 121 | 0 | 7 | 374 | 123 | 67 |
| Binary | 1010010 | 101101 | 11101100 | 1000001 | 1010001 | 0 | 111 | 11111100 | 1010011 | 110111 |
Color Harmonies of #522DEC
Complementary color
Monochromatic Colors of #522DEC
Black with #522DEC
Text Example
Text Example
White with #522DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522DEC; }
p { color: rgb(82,45,236); }
H1.HeaderClassName
{
color: #522DEC;
}
.AnyTagClassName
{
color: #522DEC;
}
</style>
background-color css
<style>
a { background-color: #522DEC; }
a { background-color: rgb(82,45,236); }
div.DivClassName
{
background-color: #522DEC;
}
.BgClassName
{
background-color: #522DEC;
}
</style>
border-color css
<style>
span { border-color: #522DEC; }
span { border-color: rgb(82,45,236); }
td.TdClassName
{
border-color: #522DEC;
}
.TagClassName
{
border-color: #522DEC;
}
</style>