Shades of Han Purple #661DF6
Tints of Han Purple #661DF6
RGB
CMYK
RGB Variations
Color information
#661DF6 (or 0x661DF6) is known color: Han Purple. HEX triplet: 66, 1D and F6. RGB value is (102,29,246). Sum of RGB (Red+Green+Blue) = 102+29+246=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 246 (96.48% from 255 or 65.25% from 377); Max value from RGB is 246 - color contains mainly: blue. Hex color #661DF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661DF6 is #99E209. Grayscale: #4A4A4A. Windows color (decimal): -10084874 or 16129382. OLE color: 16129382.
HSL color Cylindrical-coordinate representation of color #661DF6: hue angle of 260.18º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661DF6 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 29 | 246 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.04 |
| HSL | 260.18º | 0.92% | 0.54% | - |
| HSV(B) | 260.18º | 0.88% | 0.96% | - |
| XYZ | 22.55 | 10.36 | 88 | - |
| YUV | 75.57 | 224.18 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 246 | 0.59 | 0.88 | 0 | 0.04 | 260.18 | 0.92 | 0.54 |
| Hex | 66 | 1D | F6 | 3B | 58 | 0 | 4 | 104 | 5C | 36 |
| Octal | 146 | 35 | 366 | 73 | 130 | 0 | 4 | 404 | 134 | 66 |
| Binary | 1100110 | 11101 | 11110110 | 111011 | 1011000 | 0 | 100 | 100000100 | 1011100 | 110110 |
Color Harmonies of #661DF6
Complementary color
Monochromatic Colors of #661DF6
Black with #661DF6
Text Example
Text Example
White with #661DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661DF6; }
p { color: rgb(102,29,246); }
H1.HeaderClassName
{
color: #661DF6;
}
.AnyTagClassName
{
color: #661DF6;
}
</style>
background-color css
<style>
a { background-color: #661DF6; }
a { background-color: rgb(102,29,246); }
div.DivClassName
{
background-color: #661DF6;
}
.BgClassName
{
background-color: #661DF6;
}
</style>
border-color css
<style>
span { border-color: #661DF6; }
span { border-color: rgb(102,29,246); }
td.TdClassName
{
border-color: #661DF6;
}
.TagClassName
{
border-color: #661DF6;
}
</style>