Shades of Han Purple #661EFE
Tints of Han Purple #661EFE
RGB
CMYK
RGB Variations
Color information
#661EFE (or 0x661EFE) is known color: Han Purple. HEX triplet: 66, 1E and FE. RGB value is (102,30,254). Sum of RGB (Red+Green+Blue) = 102+30+254=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #661EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661EFE is #99E101. Grayscale: #4C4C4C. Windows color (decimal): -10084610 or 16653926. OLE color: 16653926.
HSL color Cylindrical-coordinate representation of color #661EFE: hue angle of 259.29º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661EFE is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 30 | 254 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.00 |
| HSL | 259.29º | 0.99% | 0.56% | - |
| HSV(B) | 259.29º | 0.88% | 1% | - |
| XYZ | 23.83 | 10.91 | 94.62 | - |
| YUV | 77.06 | 227.85 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 254 | 0.60 | 0.88 | 0 | 0.00 | 259.29 | 0.99 | 0.56 |
| Hex | 66 | 1E | FE | 3C | 58 | 0 | 0 | 103 | 63 | 38 |
| Octal | 146 | 36 | 376 | 74 | 130 | 0 | 0 | 403 | 143 | 70 |
| Binary | 1100110 | 11110 | 11111110 | 111100 | 1011000 | 0 | 0 | 100000011 | 1100011 | 111000 |
Color Harmonies of #661EFE
Complementary color
Monochromatic Colors of #661EFE
Black with #661EFE
Text Example
Text Example
White with #661EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661EFE; }
p { color: rgb(102,30,254); }
H1.HeaderClassName
{
color: #661EFE;
}
.AnyTagClassName
{
color: #661EFE;
}
</style>
background-color css
<style>
a { background-color: #661EFE; }
a { background-color: rgb(102,30,254); }
div.DivClassName
{
background-color: #661EFE;
}
.BgClassName
{
background-color: #661EFE;
}
</style>
border-color css
<style>
span { border-color: #661EFE; }
span { border-color: rgb(102,30,254); }
td.TdClassName
{
border-color: #661EFE;
}
.TagClassName
{
border-color: #661EFE;
}
</style>