Shades of Han Purple #641CFE
Tints of Han Purple #641CFE
RGB
CMYK
RGB Variations
Color information
#641CFE (or 0x641CFE) is known color: Han Purple. HEX triplet: 64, 1C and FE. RGB value is (100,28,254). Sum of RGB (Red+Green+Blue) = 100+28+254=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #641CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641CFE is #9BE301. Grayscale: #4A4A4A. Windows color (decimal): -10216194 or 16653412. OLE color: 16653412.
HSL color Cylindrical-coordinate representation of color #641CFE: hue angle of 259.12º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #641CFE is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 28 | 254 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.00 |
| HSL | 259.12º | 0.99% | 0.55% | - |
| HSV(B) | 259.12º | 0.89% | 1% | - |
| XYZ | 23.56 | 10.7 | 94.59 | - |
| YUV | 75.29 | 228.85 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 28 | 254 | 0.61 | 0.89 | 0 | 0.00 | 259.12 | 0.99 | 0.55 |
| Hex | 64 | 1C | FE | 3D | 59 | 0 | 0 | 103 | 63 | 37 |
| Octal | 144 | 34 | 376 | 75 | 131 | 0 | 0 | 403 | 143 | 67 |
| Binary | 1100100 | 11100 | 11111110 | 111101 | 1011001 | 0 | 0 | 100000011 | 1100011 | 110111 |
Color Harmonies of #641CFE
Complementary color
Monochromatic Colors of #641CFE
Black with #641CFE
Text Example
Text Example
White with #641CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641CFE; }
p { color: rgb(100,28,254); }
H1.HeaderClassName
{
color: #641CFE;
}
.AnyTagClassName
{
color: #641CFE;
}
</style>
background-color css
<style>
a { background-color: #641CFE; }
a { background-color: rgb(100,28,254); }
div.DivClassName
{
background-color: #641CFE;
}
.BgClassName
{
background-color: #641CFE;
}
</style>
border-color css
<style>
span { border-color: #641CFE; }
span { border-color: rgb(100,28,254); }
td.TdClassName
{
border-color: #641CFE;
}
.TagClassName
{
border-color: #641CFE;
}
</style>