Shades of Han Purple #641AF1
Tints of Han Purple #641AF1
RGB
CMYK
RGB Variations
Color information
#641AF1 (or 0x641AF1) is known color: Han Purple. HEX triplet: 64, 1A and F1. RGB value is (100,26,241). Sum of RGB (Red+Green+Blue) = 100+26+241=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 241 (94.53% from 255 or 65.67% from 367); Max value from RGB is 241 - color contains mainly: blue. Hex color #641AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641AF1 is #9BE50E. Grayscale: #474747. Windows color (decimal): -10216719 or 15800932. OLE color: 15800932.
HSL color Cylindrical-coordinate representation of color #641AF1: hue angle of 260.65º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #641AF1 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 26 | 241 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.05 |
| HSL | 260.65º | 0.88% | 0.52% | - |
| HSV(B) | 260.65º | 0.89% | 0.95% | - |
| XYZ | 21.5 | 9.8 | 83.98 | - |
| YUV | 72.64 | 223.02 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 26 | 241 | 0.59 | 0.89 | 0 | 0.05 | 260.65 | 0.88 | 0.52 |
| Hex | 64 | 1A | F1 | 3B | 59 | 0 | 5 | 105 | 58 | 34 |
| Octal | 144 | 32 | 361 | 73 | 131 | 0 | 5 | 405 | 130 | 64 |
| Binary | 1100100 | 11010 | 11110001 | 111011 | 1011001 | 0 | 101 | 100000101 | 1011000 | 110100 |
Color Harmonies of #641AF1
Complementary color
Monochromatic Colors of #641AF1
Black with #641AF1
Text Example
Text Example
White with #641AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641AF1; }
p { color: rgb(100,26,241); }
H1.HeaderClassName
{
color: #641AF1;
}
.AnyTagClassName
{
color: #641AF1;
}
</style>
background-color css
<style>
a { background-color: #641AF1; }
a { background-color: rgb(100,26,241); }
div.DivClassName
{
background-color: #641AF1;
}
.BgClassName
{
background-color: #641AF1;
}
</style>
border-color css
<style>
span { border-color: #641AF1; }
span { border-color: rgb(100,26,241); }
td.TdClassName
{
border-color: #641AF1;
}
.TagClassName
{
border-color: #641AF1;
}
</style>