Shades of Han Purple #6616EF
Tints of Han Purple #6616EF
RGB
CMYK
RGB Variations
Color information
#6616EF (or 0x6616EF) is known color: Han Purple. HEX triplet: 66, 16 and EF. RGB value is (102,22,239). Sum of RGB (Red+Green+Blue) = 102+22+239=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #6616EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6616EF is #99E910. Grayscale: #454545. Windows color (decimal): -10086673 or 15668838. OLE color: 15668838.
HSL color Cylindrical-coordinate representation of color #6616EF: hue angle of 262.12º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6616EF is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 22 | 239 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.06 |
| HSL | 262.12º | 0.87% | 0.51% | - |
| HSV(B) | 262.12º | 0.91% | 0.94% | - |
| XYZ | 21.35 | 9.63 | 82.4 | - |
| YUV | 70.66 | 223 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 239 | 0.57 | 0.91 | 0 | 0.06 | 262.12 | 0.87 | 0.51 |
| Hex | 66 | 16 | EF | 39 | 5B | 0 | 6 | 106 | 57 | 33 |
| Octal | 146 | 26 | 357 | 71 | 133 | 0 | 6 | 406 | 127 | 63 |
| Binary | 1100110 | 10110 | 11101111 | 111001 | 1011011 | 0 | 110 | 100000110 | 1010111 | 110011 |
Color Harmonies of #6616EF
Complementary color
Monochromatic Colors of #6616EF
Black with #6616EF
Text Example
Text Example
White with #6616EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6616EF; }
p { color: rgb(102,22,239); }
H1.HeaderClassName
{
color: #6616EF;
}
.AnyTagClassName
{
color: #6616EF;
}
</style>
background-color css
<style>
a { background-color: #6616EF; }
a { background-color: rgb(102,22,239); }
div.DivClassName
{
background-color: #6616EF;
}
.BgClassName
{
background-color: #6616EF;
}
</style>
border-color css
<style>
span { border-color: #6616EF; }
span { border-color: rgb(102,22,239); }
td.TdClassName
{
border-color: #6616EF;
}
.TagClassName
{
border-color: #6616EF;
}
</style>