Shades of Han Purple #661FFF
Tints of Han Purple #661FFF
RGB
CMYK
RGB Variations
Color information
#661FFF (or 0x661FFF) is known color: Han Purple. HEX triplet: 66, 1F and FF. RGB value is (102,31,255). Sum of RGB (Red+Green+Blue) = 102+31+255=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #661FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661FFF is #99E000. Grayscale: #4C4C4C. Windows color (decimal): -10084353 or 16719718. OLE color: 16719718.
HSL color Cylindrical-coordinate representation of color #661FFF: hue angle of 259.02º 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 #661FFF is Cyan = 0.6, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 31 | 255 | - |
| CMYK | 0.6 | 0.88 | 0 | 0 |
| HSL | 259.02º | 1% | 0.56% | - |
| HSV(B) | 259.02º | 0.88% | 1% | - |
| XYZ | 24.02 | 11.02 | 95.47 | - |
| YUV | 77.77 | 228.02 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 255 | 0.6 | 0.88 | 0 | 0 | 259.02 | 1 | 0.56 |
| Hex | 66 | 1F | FF | 3C | 58 | 0 | 0 | 103 | 64 | 38 |
| Octal | 146 | 37 | 377 | 74 | 130 | 0 | 0 | 403 | 144 | 70 |
| Binary | 1100110 | 11111 | 11111111 | 111100 | 1011000 | 0 | 0 | 100000011 | 1100100 | 111000 |
Color Harmonies of #661FFF
Complementary color
Monochromatic Colors of #661FFF
Black with #661FFF
Text Example
Text Example
White with #661FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661FFF; }
p { color: rgb(102,31,255); }
H1.HeaderClassName
{
color: #661FFF;
}
.AnyTagClassName
{
color: #661FFF;
}
</style>
background-color css
<style>
a { background-color: #661FFF; }
a { background-color: rgb(102,31,255); }
div.DivClassName
{
background-color: #661FFF;
}
.BgClassName
{
background-color: #661FFF;
}
</style>
border-color css
<style>
span { border-color: #661FFF; }
span { border-color: rgb(102,31,255); }
td.TdClassName
{
border-color: #661FFF;
}
.TagClassName
{
border-color: #661FFF;
}
</style>