Shades of Han Purple #522BDC
Tints of Han Purple #522BDC
RGB
CMYK
RGB Variations
Color information
#522BDC (or 0x522BDC) is known color: Han Purple. HEX triplet: 52, 2B and DC. RGB value is (82,43,220). Sum of RGB (Red+Green+Blue) = 82+43+220=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #522BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522BDC is #ADD423. Grayscale: #4A4A4A. Windows color (decimal): -11392036 or 14429010. OLE color: 14429010.
HSL color Cylindrical-coordinate representation of color #522BDC: hue angle of 253.22º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #522BDC is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 43 | 220 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.14 |
| HSL | 253.22º | 0.72% | 0.52% | - |
| HSV(B) | 253.22º | 0.8% | 0.86% | - |
| XYZ | 17.26 | 8.69 | 68.48 | - |
| YUV | 74.84 | 209.92 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 43 | 220 | 0.63 | 0.80 | 0 | 0.14 | 253.22 | 0.72 | 0.52 |
| Hex | 52 | 2B | DC | 3F | 50 | 0 | E | FD | 48 | 34 |
| Octal | 122 | 53 | 334 | 77 | 120 | 0 | 16 | 375 | 110 | 64 |
| Binary | 1010010 | 101011 | 11011100 | 111111 | 1010000 | 0 | 1110 | 11111101 | 1001000 | 110100 |
Color Harmonies of #522BDC
Complementary color
Monochromatic Colors of #522BDC
Black with #522BDC
Text Example
Text Example
White with #522BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522BDC; }
p { color: rgb(82,43,220); }
H1.HeaderClassName
{
color: #522BDC;
}
.AnyTagClassName
{
color: #522BDC;
}
</style>
background-color css
<style>
a { background-color: #522BDC; }
a { background-color: rgb(82,43,220); }
div.DivClassName
{
background-color: #522BDC;
}
.BgClassName
{
background-color: #522BDC;
}
</style>
border-color css
<style>
span { border-color: #522BDC; }
span { border-color: rgb(82,43,220); }
td.TdClassName
{
border-color: #522BDC;
}
.TagClassName
{
border-color: #522BDC;
}
</style>