Shades of Han Purple #641BEE
Tints of Han Purple #641BEE
RGB
CMYK
RGB Variations
Color information
#641BEE (or 0x641BEE) is known color: Han Purple. HEX triplet: 64, 1B and EE. RGB value is (100,27,238). Sum of RGB (Red+Green+Blue) = 100+27+238=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #641BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641BEE is #9BE411. Grayscale: #484848. Windows color (decimal): -10216466 or 15604580. OLE color: 15604580.
HSL color Cylindrical-coordinate representation of color #641BEE: hue angle of 260.76º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #641BEE is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 27 | 238 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.07 |
| HSL | 260.76º | 0.86% | 0.52% | - |
| HSV(B) | 260.76º | 0.89% | 0.93% | - |
| XYZ | 21.08 | 9.67 | 81.64 | - |
| YUV | 72.88 | 221.18 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 238 | 0.58 | 0.89 | 0 | 0.07 | 260.76 | 0.86 | 0.52 |
| Hex | 64 | 1B | EE | 3A | 59 | 0 | 7 | 105 | 56 | 34 |
| Octal | 144 | 33 | 356 | 72 | 131 | 0 | 7 | 405 | 126 | 64 |
| Binary | 1100100 | 11011 | 11101110 | 111010 | 1011001 | 0 | 111 | 100000101 | 1010110 | 110100 |
Color Harmonies of #641BEE
Complementary color
Monochromatic Colors of #641BEE
Black with #641BEE
Text Example
Text Example
White with #641BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641BEE; }
p { color: rgb(100,27,238); }
H1.HeaderClassName
{
color: #641BEE;
}
.AnyTagClassName
{
color: #641BEE;
}
</style>
background-color css
<style>
a { background-color: #641BEE; }
a { background-color: rgb(100,27,238); }
div.DivClassName
{
background-color: #641BEE;
}
.BgClassName
{
background-color: #641BEE;
}
</style>
border-color css
<style>
span { border-color: #641BEE; }
span { border-color: rgb(100,27,238); }
td.TdClassName
{
border-color: #641BEE;
}
.TagClassName
{
border-color: #641BEE;
}
</style>