Shades of Han Purple #641BEC
Tints of Han Purple #641BEC
RGB
CMYK
RGB Variations
Color information
#641BEC (or 0x641BEC) is known color: Han Purple. HEX triplet: 64, 1B and EC. RGB value is (100,27,236). Sum of RGB (Red+Green+Blue) = 100+27+236=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #641BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641BEC is #9BE413. Grayscale: #474747. Windows color (decimal): -10216468 or 15473508. OLE color: 15473508.
HSL color Cylindrical-coordinate representation of color #641BEC: hue angle of 260.96º degrees, saturation: 0.85, 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 #641BEC is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 27 | 236 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.07 |
| HSL | 260.96º | 0.85% | 0.52% | - |
| HSV(B) | 260.96º | 0.89% | 0.93% | - |
| XYZ | 20.79 | 9.55 | 80.1 | - |
| YUV | 72.65 | 220.18 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 236 | 0.58 | 0.89 | 0 | 0.07 | 260.96 | 0.85 | 0.52 |
| Hex | 64 | 1B | EC | 3A | 59 | 0 | 7 | 105 | 55 | 34 |
| Octal | 144 | 33 | 354 | 72 | 131 | 0 | 7 | 405 | 125 | 64 |
| Binary | 1100100 | 11011 | 11101100 | 111010 | 1011001 | 0 | 111 | 100000101 | 1010101 | 110100 |
Color Harmonies of #641BEC
Complementary color
Monochromatic Colors of #641BEC
Black with #641BEC
Text Example
Text Example
White with #641BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641BEC; }
p { color: rgb(100,27,236); }
H1.HeaderClassName
{
color: #641BEC;
}
.AnyTagClassName
{
color: #641BEC;
}
</style>
background-color css
<style>
a { background-color: #641BEC; }
a { background-color: rgb(100,27,236); }
div.DivClassName
{
background-color: #641BEC;
}
.BgClassName
{
background-color: #641BEC;
}
</style>
border-color css
<style>
span { border-color: #641BEC; }
span { border-color: rgb(100,27,236); }
td.TdClassName
{
border-color: #641BEC;
}
.TagClassName
{
border-color: #641BEC;
}
</style>