Shades of Han Purple #661CEF
Tints of Han Purple #661CEF
RGB
CMYK
RGB Variations
Color information
#661CEF (or 0x661CEF) is known color: Han Purple. HEX triplet: 66, 1C and EF. RGB value is (102,28,239). Sum of RGB (Red+Green+Blue) = 102+28+239=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #661CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661CEF is #99E310. Grayscale: #494949. Windows color (decimal): -10085137 or 15670374. OLE color: 15670374.
HSL color Cylindrical-coordinate representation of color #661CEF: hue angle of 261.04º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661CEF is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 28 | 239 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.06 |
| HSL | 261.04º | 0.87% | 0.52% | - |
| HSV(B) | 261.04º | 0.88% | 0.94% | - |
| XYZ | 21.47 | 9.89 | 82.44 | - |
| YUV | 74.18 | 221.02 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 239 | 0.57 | 0.88 | 0 | 0.06 | 261.04 | 0.87 | 0.52 |
| Hex | 66 | 1C | EF | 39 | 58 | 0 | 6 | 105 | 57 | 34 |
| Octal | 146 | 34 | 357 | 71 | 130 | 0 | 6 | 405 | 127 | 64 |
| Binary | 1100110 | 11100 | 11101111 | 111001 | 1011000 | 0 | 110 | 100000101 | 1010111 | 110100 |
Color Harmonies of #661CEF
Complementary color
Monochromatic Colors of #661CEF
Black with #661CEF
Text Example
Text Example
White with #661CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661CEF; }
p { color: rgb(102,28,239); }
H1.HeaderClassName
{
color: #661CEF;
}
.AnyTagClassName
{
color: #661CEF;
}
</style>
background-color css
<style>
a { background-color: #661CEF; }
a { background-color: rgb(102,28,239); }
div.DivClassName
{
background-color: #661CEF;
}
.BgClassName
{
background-color: #661CEF;
}
</style>
border-color css
<style>
span { border-color: #661CEF; }
span { border-color: rgb(102,28,239); }
td.TdClassName
{
border-color: #661CEF;
}
.TagClassName
{
border-color: #661CEF;
}
</style>