Shades of Han Purple #6616DE
Tints of Han Purple #6616DE
RGB
CMYK
RGB Variations
Color information
#6616DE (or 0x6616DE) is known color: Han Purple. HEX triplet: 66, 16 and DE. RGB value is (102,22,222). Sum of RGB (Red+Green+Blue) = 102+22+222=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #6616DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6616DE is #99E921. Grayscale: #444444. Windows color (decimal): -10086690 or 14554726. OLE color: 14554726.
HSL color Cylindrical-coordinate representation of color #6616DE: hue angle of 264º 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 #6616DE is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 22 | 222 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.13 |
| HSL | 264º | 0.82% | 0.48% | - |
| HSV(B) | 264º | 0.9% | 0.87% | - |
| XYZ | 18.95 | 8.67 | 69.78 | - |
| YUV | 68.72 | 214.5 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 222 | 0.54 | 0.90 | 0 | 0.13 | 264 | 0.82 | 0.48 |
| Hex | 66 | 16 | DE | 36 | 5A | 0 | D | 108 | 52 | 30 |
| Octal | 146 | 26 | 336 | 66 | 132 | 0 | 15 | 410 | 122 | 60 |
| Binary | 1100110 | 10110 | 11011110 | 110110 | 1011010 | 0 | 1101 | 100001000 | 1010010 | 110000 |
Color Harmonies of #6616DE
Complementary color
Monochromatic Colors of #6616DE
Black with #6616DE
Text Example
Text Example
White with #6616DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6616DE; }
p { color: rgb(102,22,222); }
H1.HeaderClassName
{
color: #6616DE;
}
.AnyTagClassName
{
color: #6616DE;
}
</style>
background-color css
<style>
a { background-color: #6616DE; }
a { background-color: rgb(102,22,222); }
div.DivClassName
{
background-color: #6616DE;
}
.BgClassName
{
background-color: #6616DE;
}
</style>
border-color css
<style>
span { border-color: #6616DE; }
span { border-color: rgb(102,22,222); }
td.TdClassName
{
border-color: #6616DE;
}
.TagClassName
{
border-color: #6616DE;
}
</style>