Shades of Han Purple #6116DC
Tints of Han Purple #6116DC
RGB
CMYK
RGB Variations
Color information
#6116DC (or 0x6116DC) is known color: Han Purple. HEX triplet: 61, 16 and DC. RGB value is (97,22,220). Sum of RGB (Red+Green+Blue) = 97+22+220=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #6116DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6116DC is #9EE923. Grayscale: #424242. Windows color (decimal): -10414372 or 14423649. OLE color: 14423649.
HSL color Cylindrical-coordinate representation of color #6116DC: hue angle of 262.73º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6116DC is Cyan = 0.56, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 22 | 220 | - |
| CMYK | 0.56 | 0.9 | 0 | 0.14 |
| HSL | 262.73º | 0.82% | 0.47% | - |
| HSV(B) | 262.73º | 0.9% | 0.86% | - |
| XYZ | 18.13 | 8.28 | 68.35 | - |
| YUV | 67 | 214.35 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 22 | 220 | 0.56 | 0.9 | 0 | 0.14 | 262.73 | 0.82 | 0.47 |
| Hex | 61 | 16 | DC | 38 | 5A | 0 | E | 107 | 52 | 2F |
| Octal | 141 | 26 | 334 | 70 | 132 | 0 | 16 | 407 | 122 | 57 |
| Binary | 1100001 | 10110 | 11011100 | 111000 | 1011010 | 0 | 1110 | 100000111 | 1010010 | 101111 |
Color Harmonies of #6116DC
Complementary color
Monochromatic Colors of #6116DC
Black with #6116DC
Text Example
Text Example
White with #6116DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6116DC; }
p { color: rgb(97,22,220); }
H1.HeaderClassName
{
color: #6116DC;
}
.AnyTagClassName
{
color: #6116DC;
}
</style>
background-color css
<style>
a { background-color: #6116DC; }
a { background-color: rgb(97,22,220); }
div.DivClassName
{
background-color: #6116DC;
}
.BgClassName
{
background-color: #6116DC;
}
</style>
border-color css
<style>
span { border-color: #6116DC; }
span { border-color: rgb(97,22,220); }
td.TdClassName
{
border-color: #6116DC;
}
.TagClassName
{
border-color: #6116DC;
}
</style>