Shades of Han Purple #641EF1
Tints of Han Purple #641EF1
RGB
CMYK
RGB Variations
Color information
#641EF1 (or 0x641EF1) is known color: Han Purple. HEX triplet: 64, 1E and F1. RGB value is (100,30,241). Sum of RGB (Red+Green+Blue) = 100+30+241=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 241 (94.53% from 255 or 64.96% from 371); Max value from RGB is 241 - color contains mainly: blue. Hex color #641EF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641EF1 is #9BE10E. Grayscale: #4A4A4A. Windows color (decimal): -10215695 or 15801956. OLE color: 15801956.
HSL color Cylindrical-coordinate representation of color #641EF1: hue angle of 259.91º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641EF1 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 30 | 241 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.05 |
| HSL | 259.91º | 0.88% | 0.53% | - |
| HSV(B) | 259.91º | 0.88% | 0.95% | - |
| XYZ | 21.6 | 9.99 | 84.01 | - |
| YUV | 74.98 | 221.69 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 30 | 241 | 0.59 | 0.88 | 0 | 0.05 | 259.91 | 0.88 | 0.53 |
| Hex | 64 | 1E | F1 | 3B | 58 | 0 | 5 | 104 | 58 | 35 |
| Octal | 144 | 36 | 361 | 73 | 130 | 0 | 5 | 404 | 130 | 65 |
| Binary | 1100100 | 11110 | 11110001 | 111011 | 1011000 | 0 | 101 | 100000100 | 1011000 | 110101 |
Color Harmonies of #641EF1
Complementary color
Monochromatic Colors of #641EF1
Black with #641EF1
Text Example
Text Example
White with #641EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641EF1; }
p { color: rgb(100,30,241); }
H1.HeaderClassName
{
color: #641EF1;
}
.AnyTagClassName
{
color: #641EF1;
}
</style>
background-color css
<style>
a { background-color: #641EF1; }
a { background-color: rgb(100,30,241); }
div.DivClassName
{
background-color: #641EF1;
}
.BgClassName
{
background-color: #641EF1;
}
</style>
border-color css
<style>
span { border-color: #641EF1; }
span { border-color: rgb(100,30,241); }
td.TdClassName
{
border-color: #641EF1;
}
.TagClassName
{
border-color: #641EF1;
}
</style>