Shades of Han Purple #522BDF
Tints of Han Purple #522BDF
RGB
CMYK
RGB Variations
Color information
#522BDF (or 0x522BDF) is known color: Han Purple. HEX triplet: 52, 2B and DF. RGB value is (82,43,223). Sum of RGB (Red+Green+Blue) = 82+43+223=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #522BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522BDF is #ADD420. Grayscale: #4A4A4A. Windows color (decimal): -11392033 or 14625618. OLE color: 14625618.
HSL color Cylindrical-coordinate representation of color #522BDF: hue angle of 253º degrees, saturation: 0.74, 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 #522BDF is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 43 | 223 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.13 |
| HSL | 253º | 0.74% | 0.52% | - |
| HSV(B) | 253º | 0.81% | 0.87% | - |
| XYZ | 17.66 | 8.85 | 70.59 | - |
| YUV | 75.18 | 211.42 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 43 | 223 | 0.63 | 0.81 | 0 | 0.13 | 253 | 0.74 | 0.52 |
| Hex | 52 | 2B | DF | 3F | 51 | 0 | D | FD | 4A | 34 |
| Octal | 122 | 53 | 337 | 77 | 121 | 0 | 15 | 375 | 112 | 64 |
| Binary | 1010010 | 101011 | 11011111 | 111111 | 1010001 | 0 | 1101 | 11111101 | 1001010 | 110100 |
Color Harmonies of #522BDF
Complementary color
Monochromatic Colors of #522BDF
Black with #522BDF
Text Example
Text Example
White with #522BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522BDF; }
p { color: rgb(82,43,223); }
H1.HeaderClassName
{
color: #522BDF;
}
.AnyTagClassName
{
color: #522BDF;
}
</style>
background-color css
<style>
a { background-color: #522BDF; }
a { background-color: rgb(82,43,223); }
div.DivClassName
{
background-color: #522BDF;
}
.BgClassName
{
background-color: #522BDF;
}
</style>
border-color css
<style>
span { border-color: #522BDF; }
span { border-color: rgb(82,43,223); }
td.TdClassName
{
border-color: #522BDF;
}
.TagClassName
{
border-color: #522BDF;
}
</style>