Shades of Han Purple #522EDD
Tints of Han Purple #522EDD
RGB
CMYK
RGB Variations
Color information
#522EDD (or 0x522EDD) is known color: Han Purple. HEX triplet: 52, 2E and DD. RGB value is (82,46,221). Sum of RGB (Red+Green+Blue) = 82+46+221=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #522EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522EDD is #ADD122. Grayscale: #4C4C4C. Windows color (decimal): -11391267 or 14495314. OLE color: 14495314.
HSL color Cylindrical-coordinate representation of color #522EDD: hue angle of 252.34º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #522EDD is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 46 | 221 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.13 |
| HSL | 252.34º | 0.72% | 0.52% | - |
| HSV(B) | 252.34º | 0.79% | 0.87% | - |
| XYZ | 17.51 | 8.97 | 69.21 | - |
| YUV | 76.71 | 209.43 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 46 | 221 | 0.63 | 0.79 | 0 | 0.13 | 252.34 | 0.72 | 0.52 |
| Hex | 52 | 2E | DD | 3F | 4F | 0 | D | FC | 48 | 34 |
| Octal | 122 | 56 | 335 | 77 | 117 | 0 | 15 | 374 | 110 | 64 |
| Binary | 1010010 | 101110 | 11011101 | 111111 | 1001111 | 0 | 1101 | 11111100 | 1001000 | 110100 |
Color Harmonies of #522EDD
Complementary color
Monochromatic Colors of #522EDD
Black with #522EDD
Text Example
Text Example
White with #522EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522EDD; }
p { color: rgb(82,46,221); }
H1.HeaderClassName
{
color: #522EDD;
}
.AnyTagClassName
{
color: #522EDD;
}
</style>
background-color css
<style>
a { background-color: #522EDD; }
a { background-color: rgb(82,46,221); }
div.DivClassName
{
background-color: #522EDD;
}
.BgClassName
{
background-color: #522EDD;
}
</style>
border-color css
<style>
span { border-color: #522EDD; }
span { border-color: rgb(82,46,221); }
td.TdClassName
{
border-color: #522EDD;
}
.TagClassName
{
border-color: #522EDD;
}
</style>