Shades of Han Purple #5616DF
Tints of Han Purple #5616DF
RGB
CMYK
RGB Variations
Color information
#5616DF (or 0x5616DF) is known color: Han Purple. HEX triplet: 56, 16 and DF. RGB value is (86,22,223). Sum of RGB (Red+Green+Blue) = 86+22+223=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #5616DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5616DF is #A9E920. Grayscale: #3F3F3F. Windows color (decimal): -11135265 or 14620246. OLE color: 14620246.
HSL color Cylindrical-coordinate representation of color #5616DF: hue angle of 259.1º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5616DF is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 22 | 223 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.13 |
| HSL | 259.1º | 0.82% | 0.48% | - |
| HSV(B) | 259.1º | 0.9% | 0.87% | - |
| XYZ | 17.44 | 7.88 | 70.41 | - |
| YUV | 64.05 | 217.7 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 223 | 0.61 | 0.90 | 0 | 0.13 | 259.1 | 0.82 | 0.48 |
| Hex | 56 | 16 | DF | 3D | 5A | 0 | D | 103 | 52 | 30 |
| Octal | 126 | 26 | 337 | 75 | 132 | 0 | 15 | 403 | 122 | 60 |
| Binary | 1010110 | 10110 | 11011111 | 111101 | 1011010 | 0 | 1101 | 100000011 | 1010010 | 110000 |
Color Harmonies of #5616DF
Complementary color
Monochromatic Colors of #5616DF
Black with #5616DF
Text Example
Text Example
White with #5616DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5616DF; }
p { color: rgb(86,22,223); }
H1.HeaderClassName
{
color: #5616DF;
}
.AnyTagClassName
{
color: #5616DF;
}
</style>
background-color css
<style>
a { background-color: #5616DF; }
a { background-color: rgb(86,22,223); }
div.DivClassName
{
background-color: #5616DF;
}
.BgClassName
{
background-color: #5616DF;
}
</style>
border-color css
<style>
span { border-color: #5616DF; }
span { border-color: rgb(86,22,223); }
td.TdClassName
{
border-color: #5616DF;
}
.TagClassName
{
border-color: #5616DF;
}
</style>