Shades of Han Purple #5222DF
Tints of Han Purple #5222DF
RGB
CMYK
RGB Variations
Color information
#5222DF (or 0x5222DF) is known color: Han Purple. HEX triplet: 52, 22 and DF. RGB value is (82,34,223). Sum of RGB (Red+Green+Blue) = 82+34+223=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #5222DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5222DF is #ADDD20. Grayscale: #454545. Windows color (decimal): -11394337 or 14623314. OLE color: 14623314.
HSL color Cylindrical-coordinate representation of color #5222DF: hue angle of 255.24º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5222DF is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 34 | 223 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.13 |
| HSL | 255.24º | 0.75% | 0.5% | - |
| HSV(B) | 255.24º | 0.85% | 0.87% | - |
| XYZ | 17.37 | 8.27 | 70.49 | - |
| YUV | 69.9 | 214.4 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 34 | 223 | 0.63 | 0.85 | 0 | 0.13 | 255.24 | 0.75 | 0.5 |
| Hex | 52 | 22 | DF | 3F | 55 | 0 | D | FF | 4B | 32 |
| Octal | 122 | 42 | 337 | 77 | 125 | 0 | 15 | 377 | 113 | 62 |
| Binary | 1010010 | 100010 | 11011111 | 111111 | 1010101 | 0 | 1101 | 11111111 | 1001011 | 110010 |
Color Harmonies of #5222DF
Complementary color
Monochromatic Colors of #5222DF
Black with #5222DF
Text Example
Text Example
White with #5222DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5222DF; }
p { color: rgb(82,34,223); }
H1.HeaderClassName
{
color: #5222DF;
}
.AnyTagClassName
{
color: #5222DF;
}
</style>
background-color css
<style>
a { background-color: #5222DF; }
a { background-color: rgb(82,34,223); }
div.DivClassName
{
background-color: #5222DF;
}
.BgClassName
{
background-color: #5222DF;
}
</style>
border-color css
<style>
span { border-color: #5222DF; }
span { border-color: rgb(82,34,223); }
td.TdClassName
{
border-color: #5222DF;
}
.TagClassName
{
border-color: #5222DF;
}
</style>