Shades of Han Purple #522DDE
Tints of Han Purple #522DDE
RGB
CMYK
RGB Variations
Color information
#522DDE (or 0x522DDE) is known color: Han Purple. HEX triplet: 52, 2D and DE. RGB value is (82,45,222). Sum of RGB (Red+Green+Blue) = 82+45+222=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #522DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522DDE is #ADD221. Grayscale: #4B4B4B. Windows color (decimal): -11391522 or 14560594. OLE color: 14560594.
HSL color Cylindrical-coordinate representation of color #522DDE: hue angle of 252.54º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #522DDE is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 45 | 222 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.13 |
| HSL | 252.54º | 0.73% | 0.52% | - |
| HSV(B) | 252.54º | 0.8% | 0.87% | - |
| XYZ | 17.6 | 8.94 | 69.91 | - |
| YUV | 76.24 | 210.26 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 45 | 222 | 0.63 | 0.80 | 0 | 0.13 | 252.54 | 0.73 | 0.52 |
| Hex | 52 | 2D | DE | 3F | 50 | 0 | D | FD | 49 | 34 |
| Octal | 122 | 55 | 336 | 77 | 120 | 0 | 15 | 375 | 111 | 64 |
| Binary | 1010010 | 101101 | 11011110 | 111111 | 1010000 | 0 | 1101 | 11111101 | 1001001 | 110100 |
Color Harmonies of #522DDE
Complementary color
Monochromatic Colors of #522DDE
Black with #522DDE
Text Example
Text Example
White with #522DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522DDE; }
p { color: rgb(82,45,222); }
H1.HeaderClassName
{
color: #522DDE;
}
.AnyTagClassName
{
color: #522DDE;
}
</style>
background-color css
<style>
a { background-color: #522DDE; }
a { background-color: rgb(82,45,222); }
div.DivClassName
{
background-color: #522DDE;
}
.BgClassName
{
background-color: #522DDE;
}
</style>
border-color css
<style>
span { border-color: #522DDE; }
span { border-color: rgb(82,45,222); }
td.TdClassName
{
border-color: #522DDE;
}
.TagClassName
{
border-color: #522DDE;
}
</style>