Shades of Han Purple #5622DF
Tints of Han Purple #5622DF
RGB
CMYK
RGB Variations
Color information
#5622DF (or 0x5622DF) is known color: Han Purple. HEX triplet: 56, 22 and DF. RGB value is (86,34,223). Sum of RGB (Red+Green+Blue) = 86+34+223=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #5622DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5622DF is #A9DD20. Grayscale: #464646. Windows color (decimal): -11132193 or 14623318. OLE color: 14623318.
HSL color Cylindrical-coordinate representation of color #5622DF: hue angle of 256.51º 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 #5622DF is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 34 | 223 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.13 |
| HSL | 256.51º | 0.75% | 0.5% | - |
| HSV(B) | 256.51º | 0.85% | 0.87% | - |
| XYZ | 17.73 | 8.45 | 70.51 | - |
| YUV | 71.09 | 213.73 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 223 | 0.61 | 0.85 | 0 | 0.13 | 256.51 | 0.75 | 0.5 |
| Hex | 56 | 22 | DF | 3D | 55 | 0 | D | 101 | 4B | 32 |
| Octal | 126 | 42 | 337 | 75 | 125 | 0 | 15 | 401 | 113 | 62 |
| Binary | 1010110 | 100010 | 11011111 | 111101 | 1010101 | 0 | 1101 | 100000001 | 1001011 | 110010 |
Color Harmonies of #5622DF
Complementary color
Monochromatic Colors of #5622DF
Black with #5622DF
Text Example
Text Example
White with #5622DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5622DF; }
p { color: rgb(86,34,223); }
H1.HeaderClassName
{
color: #5622DF;
}
.AnyTagClassName
{
color: #5622DF;
}
</style>
background-color css
<style>
a { background-color: #5622DF; }
a { background-color: rgb(86,34,223); }
div.DivClassName
{
background-color: #5622DF;
}
.BgClassName
{
background-color: #5622DF;
}
</style>
border-color css
<style>
span { border-color: #5622DF; }
span { border-color: rgb(86,34,223); }
td.TdClassName
{
border-color: #5622DF;
}
.TagClassName
{
border-color: #5622DF;
}
</style>