Shades of Han Purple #641EEB
Tints of Han Purple #641EEB
RGB
CMYK
RGB Variations
Color information
#641EEB (or 0x641EEB) is known color: Han Purple. HEX triplet: 64, 1E and EB. RGB value is (100,30,235). Sum of RGB (Red+Green+Blue) = 100+30+235=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #641EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641EEB is #9BE114. Grayscale: #494949. Windows color (decimal): -10215701 or 15408740. OLE color: 15408740.
HSL color Cylindrical-coordinate representation of color #641EEB: hue angle of 260.49º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #641EEB is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 30 | 235 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.08 |
| HSL | 260.49º | 0.84% | 0.52% | - |
| HSV(B) | 260.49º | 0.87% | 0.92% | - |
| XYZ | 20.72 | 9.64 | 79.37 | - |
| YUV | 74.3 | 218.69 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 30 | 235 | 0.57 | 0.87 | 0 | 0.08 | 260.49 | 0.84 | 0.52 |
| Hex | 64 | 1E | EB | 39 | 57 | 0 | 8 | 104 | 54 | 34 |
| Octal | 144 | 36 | 353 | 71 | 127 | 0 | 10 | 404 | 124 | 64 |
| Binary | 1100100 | 11110 | 11101011 | 111001 | 1010111 | 0 | 1000 | 100000100 | 1010100 | 110100 |
Color Harmonies of #641EEB
Complementary color
Monochromatic Colors of #641EEB
Black with #641EEB
Text Example
Text Example
White with #641EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641EEB; }
p { color: rgb(100,30,235); }
H1.HeaderClassName
{
color: #641EEB;
}
.AnyTagClassName
{
color: #641EEB;
}
</style>
background-color css
<style>
a { background-color: #641EEB; }
a { background-color: rgb(100,30,235); }
div.DivClassName
{
background-color: #641EEB;
}
.BgClassName
{
background-color: #641EEB;
}
</style>
border-color css
<style>
span { border-color: #641EEB; }
span { border-color: rgb(100,30,235); }
td.TdClassName
{
border-color: #641EEB;
}
.TagClassName
{
border-color: #641EEB;
}
</style>