Shades of Han Purple #6616E6
Tints of Han Purple #6616E6
RGB
CMYK
RGB Variations
Color information
#6616E6 (or 0x6616E6) is known color: Han Purple. HEX triplet: 66, 16 and E6. RGB value is (102,22,230). Sum of RGB (Red+Green+Blue) = 102+22+230=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 230 (90.23% from 255 or 64.97% from 354); Max value from RGB is 230 - color contains mainly: blue. Hex color #6616E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6616E6 is #99E919. Grayscale: #444444. Windows color (decimal): -10086682 or 15079014. OLE color: 15079014.
HSL color Cylindrical-coordinate representation of color #6616E6: hue angle of 263.08º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6616E6 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 22 | 230 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.10 |
| HSL | 263.08º | 0.83% | 0.49% | - |
| HSV(B) | 263.08º | 0.9% | 0.9% | - |
| XYZ | 20.05 | 9.11 | 75.56 | - |
| YUV | 69.63 | 218.5 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 230 | 0.56 | 0.90 | 0 | 0.10 | 263.08 | 0.83 | 0.49 |
| Hex | 66 | 16 | E6 | 38 | 5A | 0 | A | 107 | 53 | 31 |
| Octal | 146 | 26 | 346 | 70 | 132 | 0 | 12 | 407 | 123 | 61 |
| Binary | 1100110 | 10110 | 11100110 | 111000 | 1011010 | 0 | 1010 | 100000111 | 1010011 | 110001 |
Color Harmonies of #6616E6
Complementary color
Monochromatic Colors of #6616E6
Black with #6616E6
Text Example
Text Example
White with #6616E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6616E6; }
p { color: rgb(102,22,230); }
H1.HeaderClassName
{
color: #6616E6;
}
.AnyTagClassName
{
color: #6616E6;
}
</style>
background-color css
<style>
a { background-color: #6616E6; }
a { background-color: rgb(102,22,230); }
div.DivClassName
{
background-color: #6616E6;
}
.BgClassName
{
background-color: #6616E6;
}
</style>
border-color css
<style>
span { border-color: #6616E6; }
span { border-color: rgb(102,22,230); }
td.TdClassName
{
border-color: #6616E6;
}
.TagClassName
{
border-color: #6616E6;
}
</style>