Shades of Han Purple #522BDE
Tints of Han Purple #522BDE
RGB
CMYK
RGB Variations
Color information
#522BDE (or 0x522BDE) is known color: Han Purple. HEX triplet: 52, 2B and DE. RGB value is (82,43,222). Sum of RGB (Red+Green+Blue) = 82+43+222=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #522BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522BDE is #ADD421. Grayscale: #4A4A4A. Windows color (decimal): -11392034 or 14560082. OLE color: 14560082.
HSL color Cylindrical-coordinate representation of color #522BDE: hue angle of 253.07º degrees, saturation: 0.73, 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 #522BDE is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 43 | 222 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.13 |
| HSL | 253.07º | 0.73% | 0.52% | - |
| HSV(B) | 253.07º | 0.81% | 0.87% | - |
| XYZ | 17.53 | 8.8 | 69.88 | - |
| YUV | 75.07 | 210.92 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 43 | 222 | 0.63 | 0.81 | 0 | 0.13 | 253.07 | 0.73 | 0.52 |
| Hex | 52 | 2B | DE | 3F | 51 | 0 | D | FD | 49 | 34 |
| Octal | 122 | 53 | 336 | 77 | 121 | 0 | 15 | 375 | 111 | 64 |
| Binary | 1010010 | 101011 | 11011110 | 111111 | 1010001 | 0 | 1101 | 11111101 | 1001001 | 110100 |
Color Harmonies of #522BDE
Complementary color
Monochromatic Colors of #522BDE
Black with #522BDE
Text Example
Text Example
White with #522BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522BDE; }
p { color: rgb(82,43,222); }
H1.HeaderClassName
{
color: #522BDE;
}
.AnyTagClassName
{
color: #522BDE;
}
</style>
background-color css
<style>
a { background-color: #522BDE; }
a { background-color: rgb(82,43,222); }
div.DivClassName
{
background-color: #522BDE;
}
.BgClassName
{
background-color: #522BDE;
}
</style>
border-color css
<style>
span { border-color: #522BDE; }
span { border-color: rgb(82,43,222); }
td.TdClassName
{
border-color: #522BDE;
}
.TagClassName
{
border-color: #522BDE;
}
</style>