Shades of Han Purple #6112DD
Tints of Han Purple #6112DD
RGB
CMYK
RGB Variations
Color information
#6112DD (or 0x6112DD) is known color: Han Purple. HEX triplet: 61, 12 and DD. RGB value is (97,18,221). Sum of RGB (Red+Green+Blue) = 97+18+221=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #6112DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6112DD is #9EED22. Grayscale: #404040. Windows color (decimal): -10415395 or 14488161. OLE color: 14488161.
HSL color Cylindrical-coordinate representation of color #6112DD: hue angle of 263.35º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6112DD is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 18 | 221 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.13 |
| HSL | 263.35º | 0.85% | 0.47% | - |
| HSV(B) | 263.35º | 0.92% | 0.87% | - |
| XYZ | 18.2 | 8.19 | 69.03 | - |
| YUV | 64.76 | 216.17 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 18 | 221 | 0.56 | 0.92 | 0 | 0.13 | 263.35 | 0.85 | 0.47 |
| Hex | 61 | 12 | DD | 38 | 5C | 0 | D | 107 | 55 | 2F |
| Octal | 141 | 22 | 335 | 70 | 134 | 0 | 15 | 407 | 125 | 57 |
| Binary | 1100001 | 10010 | 11011101 | 111000 | 1011100 | 0 | 1101 | 100000111 | 1010101 | 101111 |
Color Harmonies of #6112DD
Complementary color
Monochromatic Colors of #6112DD
Black with #6112DD
Text Example
Text Example
White with #6112DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6112DD; }
p { color: rgb(97,18,221); }
H1.HeaderClassName
{
color: #6112DD;
}
.AnyTagClassName
{
color: #6112DD;
}
</style>
background-color css
<style>
a { background-color: #6112DD; }
a { background-color: rgb(97,18,221); }
div.DivClassName
{
background-color: #6112DD;
}
.BgClassName
{
background-color: #6112DD;
}
</style>
border-color css
<style>
span { border-color: #6112DD; }
span { border-color: rgb(97,18,221); }
td.TdClassName
{
border-color: #6112DD;
}
.TagClassName
{
border-color: #6112DD;
}
</style>