Shades of Han Purple #641EFF
Tints of Han Purple #641EFF
RGB
CMYK
RGB Variations
Color information
#641EFF (or 0x641EFF) is known color: Han Purple. HEX triplet: 64, 1E and FF. RGB value is (100,30,255). Sum of RGB (Red+Green+Blue) = 100+30+255=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 30 (12.11% from 255 or 7.79% 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 #641EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641EFF is #9BE100. Grayscale: #4B4B4B. Windows color (decimal): -10215681 or 16719460. OLE color: 16719460.
HSL color Cylindrical-coordinate representation of color #641EFF: hue angle of 258.67º 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 #641EFF is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 30 | 255 | - |
| CMYK | 0.61 | 0.88 | 0 | 0 |
| HSL | 258.67º | 1% | 0.56% | - |
| HSV(B) | 258.67º | 0.88% | 1% | - |
| XYZ | 23.77 | 10.86 | 95.45 | - |
| YUV | 76.58 | 228.69 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 30 | 255 | 0.61 | 0.88 | 0 | 0 | 258.67 | 1 | 0.56 |
| Hex | 64 | 1E | FF | 3D | 58 | 0 | 0 | 103 | 64 | 38 |
| Octal | 144 | 36 | 377 | 75 | 130 | 0 | 0 | 403 | 144 | 70 |
| Binary | 1100100 | 11110 | 11111111 | 111101 | 1011000 | 0 | 0 | 100000011 | 1100100 | 111000 |
Color Harmonies of #641EFF
Complementary color
Monochromatic Colors of #641EFF
Black with #641EFF
Text Example
Text Example
White with #641EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641EFF; }
p { color: rgb(100,30,255); }
H1.HeaderClassName
{
color: #641EFF;
}
.AnyTagClassName
{
color: #641EFF;
}
</style>
background-color css
<style>
a { background-color: #641EFF; }
a { background-color: rgb(100,30,255); }
div.DivClassName
{
background-color: #641EFF;
}
.BgClassName
{
background-color: #641EFF;
}
</style>
border-color css
<style>
span { border-color: #641EFF; }
span { border-color: rgb(100,30,255); }
td.TdClassName
{
border-color: #641EFF;
}
.TagClassName
{
border-color: #641EFF;
}
</style>