Shades of Han Purple #6112DB
Tints of Han Purple #6112DB
RGB
CMYK
RGB Variations
Color information
#6112DB (or 0x6112DB) is known color: Han Purple. HEX triplet: 61, 12 and DB. RGB value is (97,18,219). Sum of RGB (Red+Green+Blue) = 97+18+219=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #6112DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6112DB is #9EED24. Grayscale: #3F3F3F. Windows color (decimal): -10415397 or 14357089. OLE color: 14357089.
HSL color Cylindrical-coordinate representation of color #6112DB: hue angle of 263.58º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6112DB is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 18 | 219 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.14 |
| HSL | 263.58º | 0.85% | 0.46% | - |
| HSV(B) | 263.58º | 0.92% | 0.86% | - |
| XYZ | 17.93 | 8.09 | 67.63 | - |
| YUV | 64.54 | 215.17 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 18 | 219 | 0.56 | 0.92 | 0 | 0.14 | 263.58 | 0.85 | 0.46 |
| Hex | 61 | 12 | DB | 38 | 5C | 0 | E | 108 | 55 | 2E |
| Octal | 141 | 22 | 333 | 70 | 134 | 0 | 16 | 410 | 125 | 56 |
| Binary | 1100001 | 10010 | 11011011 | 111000 | 1011100 | 0 | 1110 | 100001000 | 1010101 | 101110 |
Color Harmonies of #6112DB
Complementary color
Monochromatic Colors of #6112DB
Black with #6112DB
Text Example
Text Example
White with #6112DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6112DB; }
p { color: rgb(97,18,219); }
H1.HeaderClassName
{
color: #6112DB;
}
.AnyTagClassName
{
color: #6112DB;
}
</style>
background-color css
<style>
a { background-color: #6112DB; }
a { background-color: rgb(97,18,219); }
div.DivClassName
{
background-color: #6112DB;
}
.BgClassName
{
background-color: #6112DB;
}
</style>
border-color css
<style>
span { border-color: #6112DB; }
span { border-color: rgb(97,18,219); }
td.TdClassName
{
border-color: #6112DB;
}
.TagClassName
{
border-color: #6112DB;
}
</style>