Shades of Han Purple #641BE6
Tints of Han Purple #641BE6
RGB
CMYK
RGB Variations
Color information
#641BE6 (or 0x641BE6) is known color: Han Purple. HEX triplet: 64, 1B and E6. RGB value is (100,27,230). Sum of RGB (Red+Green+Blue) = 100+27+230=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 230 (90.23% from 255 or 64.43% from 357); Max value from RGB is 230 - color contains mainly: blue. Hex color #641BE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641BE6 is #9BE419. Grayscale: #474747. Windows color (decimal): -10216474 or 15080292. OLE color: 15080292.
HSL color Cylindrical-coordinate representation of color #641BE6: hue angle of 261.58º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641BE6 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 27 | 230 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.10 |
| HSL | 261.58º | 0.8% | 0.5% | - |
| HSV(B) | 261.58º | 0.88% | 0.9% | - |
| XYZ | 19.93 | 9.21 | 75.59 | - |
| YUV | 71.97 | 217.18 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 230 | 0.57 | 0.88 | 0 | 0.10 | 261.58 | 0.8 | 0.5 |
| Hex | 64 | 1B | E6 | 39 | 58 | 0 | A | 106 | 50 | 32 |
| Octal | 144 | 33 | 346 | 71 | 130 | 0 | 12 | 406 | 120 | 62 |
| Binary | 1100100 | 11011 | 11100110 | 111001 | 1011000 | 0 | 1010 | 100000110 | 1010000 | 110010 |
Color Harmonies of #641BE6
Complementary color
Monochromatic Colors of #641BE6
Black with #641BE6
Text Example
Text Example
White with #641BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641BE6; }
p { color: rgb(100,27,230); }
H1.HeaderClassName
{
color: #641BE6;
}
.AnyTagClassName
{
color: #641BE6;
}
</style>
background-color css
<style>
a { background-color: #641BE6; }
a { background-color: rgb(100,27,230); }
div.DivClassName
{
background-color: #641BE6;
}
.BgClassName
{
background-color: #641BE6;
}
</style>
border-color css
<style>
span { border-color: #641BE6; }
span { border-color: rgb(100,27,230); }
td.TdClassName
{
border-color: #641BE6;
}
.TagClassName
{
border-color: #641BE6;
}
</style>