Shades of Han Purple #661BFF
Tints of Han Purple #661BFF
RGB
CMYK
RGB Variations
Color information
#661BFF (or 0x661BFF) is known color: Han Purple. HEX triplet: 66, 1B and FF. RGB value is (102,27,255). Sum of RGB (Red+Green+Blue) = 102+27+255=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #661BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661BFF is #99E400. Grayscale: #4A4A4A. Windows color (decimal): -10085377 or 16718694. OLE color: 16718694.
HSL color Cylindrical-coordinate representation of color #661BFF: hue angle of 259.74º 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 #661BFF is Cyan = 0.6, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 27 | 255 | - |
| CMYK | 0.6 | 0.89 | 0 | 0 |
| HSL | 259.74º | 1% | 0.55% | - |
| HSV(B) | 259.74º | 0.89% | 1% | - |
| XYZ | 23.92 | 10.83 | 95.44 | - |
| YUV | 75.42 | 229.35 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 255 | 0.6 | 0.89 | 0 | 0 | 259.74 | 1 | 0.55 |
| Hex | 66 | 1B | FF | 3C | 59 | 0 | 0 | 104 | 64 | 37 |
| Octal | 146 | 33 | 377 | 74 | 131 | 0 | 0 | 404 | 144 | 67 |
| Binary | 1100110 | 11011 | 11111111 | 111100 | 1011001 | 0 | 0 | 100000100 | 1100100 | 110111 |
Color Harmonies of #661BFF
Complementary color
Monochromatic Colors of #661BFF
Black with #661BFF
Text Example
Text Example
White with #661BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661BFF; }
p { color: rgb(102,27,255); }
H1.HeaderClassName
{
color: #661BFF;
}
.AnyTagClassName
{
color: #661BFF;
}
</style>
background-color css
<style>
a { background-color: #661BFF; }
a { background-color: rgb(102,27,255); }
div.DivClassName
{
background-color: #661BFF;
}
.BgClassName
{
background-color: #661BFF;
}
</style>
border-color css
<style>
span { border-color: #661BFF; }
span { border-color: rgb(102,27,255); }
td.TdClassName
{
border-color: #661BFF;
}
.TagClassName
{
border-color: #661BFF;
}
</style>