Shades of Han Purple #5222FF
Tints of Han Purple #5222FF
RGB
CMYK
RGB Variations
Color information
#5222FF (or 0x5222FF) is known color: Han Purple. HEX triplet: 52, 22 and FF. RGB value is (82,34,255). Sum of RGB (Red+Green+Blue) = 82+34+255=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #5222FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5222FF is #ADDD00. Grayscale: #484848. Windows color (decimal): -11394305 or 16720466. OLE color: 16720466.
HSL color Cylindrical-coordinate representation of color #5222FF: hue angle of 253.03º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5222FF is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 34 | 255 | - |
| CMYK | 0.68 | 0.87 | 0 | 0 |
| HSL | 253.03º | 1% | 0.57% | - |
| HSV(B) | 253.03º | 0.87% | 1% | - |
| XYZ | 22.1 | 10.16 | 95.4 | - |
| YUV | 73.55 | 230.4 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 34 | 255 | 0.68 | 0.87 | 0 | 0 | 253.03 | 1 | 0.57 |
| Hex | 52 | 22 | FF | 44 | 57 | 0 | 0 | FD | 64 | 39 |
| Octal | 122 | 42 | 377 | 104 | 127 | 0 | 0 | 375 | 144 | 71 |
| Binary | 1010010 | 100010 | 11111111 | 1000100 | 1010111 | 0 | 0 | 11111101 | 1100100 | 111001 |
Color Harmonies of #5222FF
Complementary color
Monochromatic Colors of #5222FF
Black with #5222FF
Text Example
Text Example
White with #5222FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5222FF; }
p { color: rgb(82,34,255); }
H1.HeaderClassName
{
color: #5222FF;
}
.AnyTagClassName
{
color: #5222FF;
}
</style>
background-color css
<style>
a { background-color: #5222FF; }
a { background-color: rgb(82,34,255); }
div.DivClassName
{
background-color: #5222FF;
}
.BgClassName
{
background-color: #5222FF;
}
</style>
border-color css
<style>
span { border-color: #5222FF; }
span { border-color: rgb(82,34,255); }
td.TdClassName
{
border-color: #5222FF;
}
.TagClassName
{
border-color: #5222FF;
}
</style>