Shades of Han Purple #6618F6
Tints of Han Purple #6618F6
RGB
CMYK
RGB Variations
Color information
#6618F6 (or 0x6618F6) is known color: Han Purple. HEX triplet: 66, 18 and F6. RGB value is (102,24,246). Sum of RGB (Red+Green+Blue) = 102+24+246=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 246 (96.48% from 255 or 66.13% from 372); Max value from RGB is 246 - color contains mainly: blue. Hex color #6618F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6618F6 is #99E709. Grayscale: #474747. Windows color (decimal): -10086154 or 16128102. OLE color: 16128102.
HSL color Cylindrical-coordinate representation of color #6618F6: hue angle of 261.08º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6618F6 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 24 | 246 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.04 |
| HSL | 261.08º | 0.93% | 0.53% | - |
| HSV(B) | 261.08º | 0.9% | 0.96% | - |
| XYZ | 22.44 | 10.13 | 87.96 | - |
| YUV | 72.63 | 225.84 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 246 | 0.59 | 0.90 | 0 | 0.04 | 261.08 | 0.93 | 0.53 |
| Hex | 66 | 18 | F6 | 3B | 5A | 0 | 4 | 105 | 5C | 35 |
| Octal | 146 | 30 | 366 | 73 | 132 | 0 | 4 | 405 | 134 | 65 |
| Binary | 1100110 | 11000 | 11110110 | 111011 | 1011010 | 0 | 100 | 100000101 | 1011100 | 110101 |
Color Harmonies of #6618F6
Complementary color
Monochromatic Colors of #6618F6
Black with #6618F6
Text Example
Text Example
White with #6618F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6618F6; }
p { color: rgb(102,24,246); }
H1.HeaderClassName
{
color: #6618F6;
}
.AnyTagClassName
{
color: #6618F6;
}
</style>
background-color css
<style>
a { background-color: #6618F6; }
a { background-color: rgb(102,24,246); }
div.DivClassName
{
background-color: #6618F6;
}
.BgClassName
{
background-color: #6618F6;
}
</style>
border-color css
<style>
span { border-color: #6618F6; }
span { border-color: rgb(102,24,246); }
td.TdClassName
{
border-color: #6618F6;
}
.TagClassName
{
border-color: #6618F6;
}
</style>