Shades of Han Purple #661CFE
Tints of Han Purple #661CFE
RGB
CMYK
RGB Variations
Color information
#661CFE (or 0x661CFE) is known color: Han Purple. HEX triplet: 66, 1C and FE. RGB value is (102,28,254). Sum of RGB (Red+Green+Blue) = 102+28+254=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #661CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661CFE is #99E301. Grayscale: #4B4B4B. Windows color (decimal): -10085122 or 16653414. OLE color: 16653414.
HSL color Cylindrical-coordinate representation of color #661CFE: hue angle of 259.65º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #661CFE is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 28 | 254 | - |
| CMYK | 0.60 | 0.89 | 0 | 0.00 |
| HSL | 259.65º | 0.99% | 0.55% | - |
| HSV(B) | 259.65º | 0.89% | 1% | - |
| XYZ | 23.78 | 10.81 | 94.6 | - |
| YUV | 75.89 | 228.52 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 254 | 0.60 | 0.89 | 0 | 0.00 | 259.65 | 0.99 | 0.55 |
| Hex | 66 | 1C | FE | 3C | 59 | 0 | 0 | 104 | 63 | 37 |
| Octal | 146 | 34 | 376 | 74 | 131 | 0 | 0 | 404 | 143 | 67 |
| Binary | 1100110 | 11100 | 11111110 | 111100 | 1011001 | 0 | 0 | 100000100 | 1100011 | 110111 |
Color Harmonies of #661CFE
Complementary color
Monochromatic Colors of #661CFE
Black with #661CFE
Text Example
Text Example
White with #661CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661CFE; }
p { color: rgb(102,28,254); }
H1.HeaderClassName
{
color: #661CFE;
}
.AnyTagClassName
{
color: #661CFE;
}
</style>
background-color css
<style>
a { background-color: #661CFE; }
a { background-color: rgb(102,28,254); }
div.DivClassName
{
background-color: #661CFE;
}
.BgClassName
{
background-color: #661CFE;
}
</style>
border-color css
<style>
span { border-color: #661CFE; }
span { border-color: rgb(102,28,254); }
td.TdClassName
{
border-color: #661CFE;
}
.TagClassName
{
border-color: #661CFE;
}
</style>