Shades of Han Purple #661EFF
Tints of Han Purple #661EFF
RGB
CMYK
RGB Variations
Color information
#661EFF (or 0x661EFF) is known color: Han Purple. HEX triplet: 66, 1E and FF. RGB value is (102,30,255). Sum of RGB (Red+Green+Blue) = 102+30+255=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #661EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661EFF is #99E100. Grayscale: #4C4C4C. Windows color (decimal): -10084609 or 16719462. OLE color: 16719462.
HSL color Cylindrical-coordinate representation of color #661EFF: hue angle of 259.2º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661EFF is Cyan = 0.6, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 30 | 255 | - |
| CMYK | 0.6 | 0.88 | 0 | 0 |
| HSL | 259.2º | 1% | 0.56% | - |
| HSV(B) | 259.2º | 0.88% | 1% | - |
| XYZ | 23.99 | 10.97 | 95.46 | - |
| YUV | 77.18 | 228.35 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 255 | 0.6 | 0.88 | 0 | 0 | 259.2 | 1 | 0.56 |
| Hex | 66 | 1E | FF | 3C | 58 | 0 | 0 | 103 | 64 | 38 |
| Octal | 146 | 36 | 377 | 74 | 130 | 0 | 0 | 403 | 144 | 70 |
| Binary | 1100110 | 11110 | 11111111 | 111100 | 1011000 | 0 | 0 | 100000011 | 1100100 | 111000 |
Color Harmonies of #661EFF
Complementary color
Monochromatic Colors of #661EFF
Black with #661EFF
Text Example
Text Example
White with #661EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661EFF; }
p { color: rgb(102,30,255); }
H1.HeaderClassName
{
color: #661EFF;
}
.AnyTagClassName
{
color: #661EFF;
}
</style>
background-color css
<style>
a { background-color: #661EFF; }
a { background-color: rgb(102,30,255); }
div.DivClassName
{
background-color: #661EFF;
}
.BgClassName
{
background-color: #661EFF;
}
</style>
border-color css
<style>
span { border-color: #661EFF; }
span { border-color: rgb(102,30,255); }
td.TdClassName
{
border-color: #661EFF;
}
.TagClassName
{
border-color: #661EFF;
}
</style>