Shades of Han Purple #661FF1
Tints of Han Purple #661FF1
RGB
CMYK
RGB Variations
Color information
#661FF1 (or 0x661FF1) is known color: Han Purple. HEX triplet: 66, 1F and F1. RGB value is (102,31,241). Sum of RGB (Red+Green+Blue) = 102+31+241=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 241 (94.53% from 255 or 64.44% from 374); Max value from RGB is 241 - color contains mainly: blue. Hex color #661FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661FF1 is #99E00E. Grayscale: #4B4B4B. Windows color (decimal): -10084367 or 15802214. OLE color: 15802214.
HSL color Cylindrical-coordinate representation of color #661FF1: hue angle of 260.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661FF1 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 31 | 241 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.05 |
| HSL | 260.29º | 0.88% | 0.53% | - |
| HSV(B) | 260.29º | 0.87% | 0.95% | - |
| XYZ | 21.85 | 10.16 | 84.03 | - |
| YUV | 76.17 | 221.02 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 241 | 0.58 | 0.87 | 0 | 0.05 | 260.29 | 0.88 | 0.53 |
| Hex | 66 | 1F | F1 | 3A | 57 | 0 | 5 | 104 | 58 | 35 |
| Octal | 146 | 37 | 361 | 72 | 127 | 0 | 5 | 404 | 130 | 65 |
| Binary | 1100110 | 11111 | 11110001 | 111010 | 1010111 | 0 | 101 | 100000100 | 1011000 | 110101 |
Color Harmonies of #661FF1
Complementary color
Monochromatic Colors of #661FF1
Black with #661FF1
Text Example
Text Example
White with #661FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661FF1; }
p { color: rgb(102,31,241); }
H1.HeaderClassName
{
color: #661FF1;
}
.AnyTagClassName
{
color: #661FF1;
}
</style>
background-color css
<style>
a { background-color: #661FF1; }
a { background-color: rgb(102,31,241); }
div.DivClassName
{
background-color: #661FF1;
}
.BgClassName
{
background-color: #661FF1;
}
</style>
border-color css
<style>
span { border-color: #661FF1; }
span { border-color: rgb(102,31,241); }
td.TdClassName
{
border-color: #661FF1;
}
.TagClassName
{
border-color: #661FF1;
}
</style>