Shades of Han Purple #522AFF
Tints of Han Purple #522AFF
RGB
CMYK
RGB Variations
Color information
#522AFF (or 0x522AFF) is known color: Han Purple. HEX triplet: 52, 2A and FF. RGB value is (82,42,255). Sum of RGB (Red+Green+Blue) = 82+42+255=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #522AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #522AFF is #ADD500. Grayscale: #4D4D4D. Windows color (decimal): -11392257 or 16722514. OLE color: 16722514.
HSL color Cylindrical-coordinate representation of color #522AFF: hue angle of 251.27º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #522AFF is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 42 | 255 | - |
| CMYK | 0.68 | 0.84 | 0 | 0 |
| HSL | 251.27º | 1% | 0.58% | - |
| HSV(B) | 251.27º | 0.84% | 1% | - |
| XYZ | 22.36 | 10.67 | 95.49 | - |
| YUV | 78.24 | 227.75 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 255 | 0.68 | 0.84 | 0 | 0 | 251.27 | 1 | 0.58 |
| Hex | 52 | 2A | FF | 44 | 54 | 0 | 0 | FB | 64 | 3A |
| Octal | 122 | 52 | 377 | 104 | 124 | 0 | 0 | 373 | 144 | 72 |
| Binary | 1010010 | 101010 | 11111111 | 1000100 | 1010100 | 0 | 0 | 11111011 | 1100100 | 111010 |
Color Harmonies of #522AFF
Complementary color
Monochromatic Colors of #522AFF
Black with #522AFF
Text Example
Text Example
White with #522AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522AFF; }
p { color: rgb(82,42,255); }
H1.HeaderClassName
{
color: #522AFF;
}
.AnyTagClassName
{
color: #522AFF;
}
</style>
background-color css
<style>
a { background-color: #522AFF; }
a { background-color: rgb(82,42,255); }
div.DivClassName
{
background-color: #522AFF;
}
.BgClassName
{
background-color: #522AFF;
}
</style>
border-color css
<style>
span { border-color: #522AFF; }
span { border-color: rgb(82,42,255); }
td.TdClassName
{
border-color: #522AFF;
}
.TagClassName
{
border-color: #522AFF;
}
</style>