Shades of Han Purple #522ADD
Tints of Han Purple #522ADD
RGB
CMYK
RGB Variations
Color information
#522ADD (or 0x522ADD) is known color: Han Purple. HEX triplet: 52, 2A and DD. RGB value is (82,42,221). Sum of RGB (Red+Green+Blue) = 82+42+221=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #522ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522ADD is #ADD522. Grayscale: #494949. Windows color (decimal): -11392291 or 14494290. OLE color: 14494290.
HSL color Cylindrical-coordinate representation of color #522ADD: hue angle of 253.41º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #522ADD is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 42 | 221 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.13 |
| HSL | 253.41º | 0.72% | 0.52% | - |
| HSV(B) | 253.41º | 0.81% | 0.87% | - |
| XYZ | 17.36 | 8.67 | 69.17 | - |
| YUV | 74.37 | 210.75 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 221 | 0.63 | 0.81 | 0 | 0.13 | 253.41 | 0.72 | 0.52 |
| Hex | 52 | 2A | DD | 3F | 51 | 0 | D | FD | 48 | 34 |
| Octal | 122 | 52 | 335 | 77 | 121 | 0 | 15 | 375 | 110 | 64 |
| Binary | 1010010 | 101010 | 11011101 | 111111 | 1010001 | 0 | 1101 | 11111101 | 1001000 | 110100 |
Color Harmonies of #522ADD
Complementary color
Monochromatic Colors of #522ADD
Black with #522ADD
Text Example
Text Example
White with #522ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522ADD; }
p { color: rgb(82,42,221); }
H1.HeaderClassName
{
color: #522ADD;
}
.AnyTagClassName
{
color: #522ADD;
}
</style>
background-color css
<style>
a { background-color: #522ADD; }
a { background-color: rgb(82,42,221); }
div.DivClassName
{
background-color: #522ADD;
}
.BgClassName
{
background-color: #522ADD;
}
</style>
border-color css
<style>
span { border-color: #522ADD; }
span { border-color: rgb(82,42,221); }
td.TdClassName
{
border-color: #522ADD;
}
.TagClassName
{
border-color: #522ADD;
}
</style>