Shades of Han Purple #641EEE
Tints of Han Purple #641EEE
RGB
CMYK
RGB Variations
Color information
#641EEE (or 0x641EEE) is known color: Han Purple. HEX triplet: 64, 1E and EE. RGB value is (100,30,238). Sum of RGB (Red+Green+Blue) = 100+30+238=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 238 (93.36% from 255 or 64.67% from 368); Max value from RGB is 238 - color contains mainly: blue. Hex color #641EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641EEE is #9BE111. Grayscale: #494949. Windows color (decimal): -10215698 or 15605348. OLE color: 15605348.
HSL color Cylindrical-coordinate representation of color #641EEE: hue angle of 260.19º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #641EEE is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 30 | 238 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.07 |
| HSL | 260.19º | 0.86% | 0.53% | - |
| HSV(B) | 260.19º | 0.87% | 0.93% | - |
| XYZ | 21.15 | 9.81 | 81.67 | - |
| YUV | 74.64 | 220.19 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 30 | 238 | 0.58 | 0.87 | 0 | 0.07 | 260.19 | 0.86 | 0.53 |
| Hex | 64 | 1E | EE | 3A | 57 | 0 | 7 | 104 | 56 | 35 |
| Octal | 144 | 36 | 356 | 72 | 127 | 0 | 7 | 404 | 126 | 65 |
| Binary | 1100100 | 11110 | 11101110 | 111010 | 1010111 | 0 | 111 | 100000100 | 1010110 | 110101 |
Color Harmonies of #641EEE
Complementary color
Monochromatic Colors of #641EEE
Black with #641EEE
Text Example
Text Example
White with #641EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641EEE; }
p { color: rgb(100,30,238); }
H1.HeaderClassName
{
color: #641EEE;
}
.AnyTagClassName
{
color: #641EEE;
}
</style>
background-color css
<style>
a { background-color: #641EEE; }
a { background-color: rgb(100,30,238); }
div.DivClassName
{
background-color: #641EEE;
}
.BgClassName
{
background-color: #641EEE;
}
</style>
border-color css
<style>
span { border-color: #641EEE; }
span { border-color: rgb(100,30,238); }
td.TdClassName
{
border-color: #641EEE;
}
.TagClassName
{
border-color: #641EEE;
}
</style>