Shades of Han Purple #641BE0
Tints of Han Purple #641BE0
RGB
CMYK
RGB Variations
Color information
#641BE0 (or 0x641BE0) is known color: Han Purple. HEX triplet: 64, 1B and E0. RGB value is (100,27,224). Sum of RGB (Red+Green+Blue) = 100+27+224=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 224 (87.89% from 255 or 63.82% from 351); Max value from RGB is 224 - color contains mainly: blue. Hex color #641BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641BE0 is #9BE41F. Grayscale: #464646. Windows color (decimal): -10216480 or 14687076. OLE color: 14687076.
HSL color Cylindrical-coordinate representation of color #641BE0: hue angle of 262.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641BE0 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 27 | 224 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.12 |
| HSL | 262.23º | 0.78% | 0.49% | - |
| HSV(B) | 262.23º | 0.88% | 0.88% | - |
| XYZ | 19.1 | 8.88 | 71.23 | - |
| YUV | 71.29 | 214.18 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 224 | 0.55 | 0.88 | 0 | 0.12 | 262.23 | 0.78 | 0.49 |
| Hex | 64 | 1B | E0 | 37 | 58 | 0 | C | 106 | 4E | 31 |
| Octal | 144 | 33 | 340 | 67 | 130 | 0 | 14 | 406 | 116 | 61 |
| Binary | 1100100 | 11011 | 11100000 | 110111 | 1011000 | 0 | 1100 | 100000110 | 1001110 | 110001 |
Color Harmonies of #641BE0
Complementary color
Monochromatic Colors of #641BE0
Black with #641BE0
Text Example
Text Example
White with #641BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641BE0; }
p { color: rgb(100,27,224); }
H1.HeaderClassName
{
color: #641BE0;
}
.AnyTagClassName
{
color: #641BE0;
}
</style>
background-color css
<style>
a { background-color: #641BE0; }
a { background-color: rgb(100,27,224); }
div.DivClassName
{
background-color: #641BE0;
}
.BgClassName
{
background-color: #641BE0;
}
</style>
border-color css
<style>
span { border-color: #641BE0; }
span { border-color: rgb(100,27,224); }
td.TdClassName
{
border-color: #641BE0;
}
.TagClassName
{
border-color: #641BE0;
}
</style>