Shades of Han Purple #6618FA
Tints of Han Purple #6618FA
RGB
CMYK
RGB Variations
Color information
#6618FA (or 0x6618FA) is known color: Han Purple. HEX triplet: 66, 18 and FA. RGB value is (102,24,250). Sum of RGB (Red+Green+Blue) = 102+24+250=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #6618FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6618FA is #99E705. Grayscale: #484848. Windows color (decimal): -10086150 or 16390246. OLE color: 16390246.
HSL color Cylindrical-coordinate representation of color #6618FA: hue angle of 260.71º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6618FA is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 24 | 250 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.02 |
| HSL | 260.71º | 0.96% | 0.54% | - |
| HSV(B) | 260.71º | 0.9% | 0.98% | - |
| XYZ | 23.06 | 10.38 | 91.23 | - |
| YUV | 73.09 | 227.84 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 250 | 0.59 | 0.90 | 0 | 0.02 | 260.71 | 0.96 | 0.54 |
| Hex | 66 | 18 | FA | 3B | 5A | 0 | 2 | 105 | 60 | 36 |
| Octal | 146 | 30 | 372 | 73 | 132 | 0 | 2 | 405 | 140 | 66 |
| Binary | 1100110 | 11000 | 11111010 | 111011 | 1011010 | 0 | 10 | 100000101 | 1100000 | 110110 |
Color Harmonies of #6618FA
Complementary color
Monochromatic Colors of #6618FA
Black with #6618FA
Text Example
Text Example
White with #6618FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6618FA; }
p { color: rgb(102,24,250); }
H1.HeaderClassName
{
color: #6618FA;
}
.AnyTagClassName
{
color: #6618FA;
}
</style>
background-color css
<style>
a { background-color: #6618FA; }
a { background-color: rgb(102,24,250); }
div.DivClassName
{
background-color: #6618FA;
}
.BgClassName
{
background-color: #6618FA;
}
</style>
border-color css
<style>
span { border-color: #6618FA; }
span { border-color: rgb(102,24,250); }
td.TdClassName
{
border-color: #6618FA;
}
.TagClassName
{
border-color: #6618FA;
}
</style>