Shades of Han Purple #641CEC
Tints of Han Purple #641CEC
RGB
CMYK
RGB Variations
Color information
#641CEC (or 0x641CEC) is known color: Han Purple. HEX triplet: 64, 1C and EC. RGB value is (100,28,236). Sum of RGB (Red+Green+Blue) = 100+28+236=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #641CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641CEC is #9BE313. Grayscale: #484848. Windows color (decimal): -10216212 or 15473764. OLE color: 15473764.
HSL color Cylindrical-coordinate representation of color #641CEC: hue angle of 260.77º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641CEC is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 28 | 236 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.07 |
| HSL | 260.77º | 0.85% | 0.52% | - |
| HSV(B) | 260.77º | 0.88% | 0.93% | - |
| XYZ | 20.81 | 9.6 | 80.11 | - |
| YUV | 73.24 | 219.85 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 28 | 236 | 0.58 | 0.88 | 0 | 0.07 | 260.77 | 0.85 | 0.52 |
| Hex | 64 | 1C | EC | 3A | 58 | 0 | 7 | 105 | 55 | 34 |
| Octal | 144 | 34 | 354 | 72 | 130 | 0 | 7 | 405 | 125 | 64 |
| Binary | 1100100 | 11100 | 11101100 | 111010 | 1011000 | 0 | 111 | 100000101 | 1010101 | 110100 |
Color Harmonies of #641CEC
Complementary color
Monochromatic Colors of #641CEC
Black with #641CEC
Text Example
Text Example
White with #641CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641CEC; }
p { color: rgb(100,28,236); }
H1.HeaderClassName
{
color: #641CEC;
}
.AnyTagClassName
{
color: #641CEC;
}
</style>
background-color css
<style>
a { background-color: #641CEC; }
a { background-color: rgb(100,28,236); }
div.DivClassName
{
background-color: #641CEC;
}
.BgClassName
{
background-color: #641CEC;
}
</style>
border-color css
<style>
span { border-color: #641CEC; }
span { border-color: rgb(100,28,236); }
td.TdClassName
{
border-color: #641CEC;
}
.TagClassName
{
border-color: #641CEC;
}
</style>