Shades of Han Purple #661CFF
Tints of Han Purple #661CFF
RGB
CMYK
RGB Variations
Color information
#661CFF (or 0x661CFF) is known color: Han Purple. HEX triplet: 66, 1C and FF. RGB value is (102,28,255). Sum of RGB (Red+Green+Blue) = 102+28+255=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #661CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661CFF is #99E300. Grayscale: #4B4B4B. Windows color (decimal): -10085121 or 16718950. OLE color: 16718950.
HSL color Cylindrical-coordinate representation of color #661CFF: hue angle of 259.56º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #661CFF is Cyan = 0.6, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 28 | 255 | - |
| CMYK | 0.6 | 0.89 | 0 | 0 |
| HSL | 259.56º | 1% | 0.55% | - |
| HSV(B) | 259.56º | 0.89% | 1% | - |
| XYZ | 23.94 | 10.88 | 95.44 | - |
| YUV | 76 | 229.02 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 255 | 0.6 | 0.89 | 0 | 0 | 259.56 | 1 | 0.55 |
| Hex | 66 | 1C | FF | 3C | 59 | 0 | 0 | 104 | 64 | 37 |
| Octal | 146 | 34 | 377 | 74 | 131 | 0 | 0 | 404 | 144 | 67 |
| Binary | 1100110 | 11100 | 11111111 | 111100 | 1011001 | 0 | 0 | 100000100 | 1100100 | 110111 |
Color Harmonies of #661CFF
Complementary color
Monochromatic Colors of #661CFF
Black with #661CFF
Text Example
Text Example
White with #661CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661CFF; }
p { color: rgb(102,28,255); }
H1.HeaderClassName
{
color: #661CFF;
}
.AnyTagClassName
{
color: #661CFF;
}
</style>
background-color css
<style>
a { background-color: #661CFF; }
a { background-color: rgb(102,28,255); }
div.DivClassName
{
background-color: #661CFF;
}
.BgClassName
{
background-color: #661CFF;
}
</style>
border-color css
<style>
span { border-color: #661CFF; }
span { border-color: rgb(102,28,255); }
td.TdClassName
{
border-color: #661CFF;
}
.TagClassName
{
border-color: #661CFF;
}
</style>