Shades of Han Purple #661FEC
Tints of Han Purple #661FEC
RGB
CMYK
RGB Variations
Color information
#661FEC (or 0x661FEC) is known color: Han Purple. HEX triplet: 66, 1F and EC. RGB value is (102,31,236). Sum of RGB (Red+Green+Blue) = 102+31+236=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #661FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661FEC is #99E013. Grayscale: #4A4A4A. Windows color (decimal): -10084372 or 15474534. OLE color: 15474534.
HSL color Cylindrical-coordinate representation of color #661FEC: hue angle of 260.78º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661FEC is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 31 | 236 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.07 |
| HSL | 260.78º | 0.84% | 0.52% | - |
| HSV(B) | 260.78º | 0.87% | 0.93% | - |
| XYZ | 21.11 | 9.86 | 80.15 | - |
| YUV | 75.6 | 218.52 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 236 | 0.57 | 0.87 | 0 | 0.07 | 260.78 | 0.84 | 0.52 |
| Hex | 66 | 1F | EC | 39 | 57 | 0 | 7 | 105 | 54 | 34 |
| Octal | 146 | 37 | 354 | 71 | 127 | 0 | 7 | 405 | 124 | 64 |
| Binary | 1100110 | 11111 | 11101100 | 111001 | 1010111 | 0 | 111 | 100000101 | 1010100 | 110100 |
Color Harmonies of #661FEC
Complementary color
Monochromatic Colors of #661FEC
Black with #661FEC
Text Example
Text Example
White with #661FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661FEC; }
p { color: rgb(102,31,236); }
H1.HeaderClassName
{
color: #661FEC;
}
.AnyTagClassName
{
color: #661FEC;
}
</style>
background-color css
<style>
a { background-color: #661FEC; }
a { background-color: rgb(102,31,236); }
div.DivClassName
{
background-color: #661FEC;
}
.BgClassName
{
background-color: #661FEC;
}
</style>
border-color css
<style>
span { border-color: #661FEC; }
span { border-color: rgb(102,31,236); }
td.TdClassName
{
border-color: #661FEC;
}
.TagClassName
{
border-color: #661FEC;
}
</style>