Shades of Han Purple #661AF6
Tints of Han Purple #661AF6
RGB
CMYK
RGB Variations
Color information
#661AF6 (or 0x661AF6) is known color: Han Purple. HEX triplet: 66, 1A and F6. RGB value is (102,26,246). Sum of RGB (Red+Green+Blue) = 102+26+246=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 246 (96.48% from 255 or 65.78% from 374); Max value from RGB is 246 - color contains mainly: blue. Hex color #661AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661AF6 is #99E509. Grayscale: #494949. Windows color (decimal): -10085642 or 16128614. OLE color: 16128614.
HSL color Cylindrical-coordinate representation of color #661AF6: hue angle of 260.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #661AF6 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 26 | 246 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.04 |
| HSL | 260.73º | 0.92% | 0.53% | - |
| HSV(B) | 260.73º | 0.89% | 0.96% | - |
| XYZ | 22.48 | 10.22 | 87.98 | - |
| YUV | 73.8 | 225.18 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 26 | 246 | 0.59 | 0.89 | 0 | 0.04 | 260.73 | 0.92 | 0.53 |
| Hex | 66 | 1A | F6 | 3B | 59 | 0 | 4 | 105 | 5C | 35 |
| Octal | 146 | 32 | 366 | 73 | 131 | 0 | 4 | 405 | 134 | 65 |
| Binary | 1100110 | 11010 | 11110110 | 111011 | 1011001 | 0 | 100 | 100000101 | 1011100 | 110101 |
Color Harmonies of #661AF6
Complementary color
Monochromatic Colors of #661AF6
Black with #661AF6
Text Example
Text Example
White with #661AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661AF6; }
p { color: rgb(102,26,246); }
H1.HeaderClassName
{
color: #661AF6;
}
.AnyTagClassName
{
color: #661AF6;
}
</style>
background-color css
<style>
a { background-color: #661AF6; }
a { background-color: rgb(102,26,246); }
div.DivClassName
{
background-color: #661AF6;
}
.BgClassName
{
background-color: #661AF6;
}
</style>
border-color css
<style>
span { border-color: #661AF6; }
span { border-color: rgb(102,26,246); }
td.TdClassName
{
border-color: #661AF6;
}
.TagClassName
{
border-color: #661AF6;
}
</style>