Shades of Han Purple #641BFA
Tints of Han Purple #641BFA
RGB
CMYK
RGB Variations
Color information
#641BFA (or 0x641BFA) is known color: Han Purple. HEX triplet: 64, 1B and FA. RGB value is (100,27,250). Sum of RGB (Red+Green+Blue) = 100+27+250=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #641BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641BFA is #9BE405. Grayscale: #494949. Windows color (decimal): -10216454 or 16391012. OLE color: 16391012.
HSL color Cylindrical-coordinate representation of color #641BFA: hue angle of 259.64º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #641BFA is Cyan = 0.6, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 27 | 250 | - |
| CMYK | 0.6 | 0.89 | 0 | 0.02 |
| HSL | 259.64º | 0.96% | 0.54% | - |
| HSV(B) | 259.64º | 0.89% | 0.98% | - |
| XYZ | 22.9 | 10.4 | 91.24 | - |
| YUV | 74.25 | 227.18 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 250 | 0.6 | 0.89 | 0 | 0.02 | 259.64 | 0.96 | 0.54 |
| Hex | 64 | 1B | FA | 3C | 59 | 0 | 2 | 104 | 60 | 36 |
| Octal | 144 | 33 | 372 | 74 | 131 | 0 | 2 | 404 | 140 | 66 |
| Binary | 1100100 | 11011 | 11111010 | 111100 | 1011001 | 0 | 10 | 100000100 | 1100000 | 110110 |
Color Harmonies of #641BFA
Complementary color
Monochromatic Colors of #641BFA
Black with #641BFA
Text Example
Text Example
White with #641BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641BFA; }
p { color: rgb(100,27,250); }
H1.HeaderClassName
{
color: #641BFA;
}
.AnyTagClassName
{
color: #641BFA;
}
</style>
background-color css
<style>
a { background-color: #641BFA; }
a { background-color: rgb(100,27,250); }
div.DivClassName
{
background-color: #641BFA;
}
.BgClassName
{
background-color: #641BFA;
}
</style>
border-color css
<style>
span { border-color: #641BFA; }
span { border-color: rgb(100,27,250); }
td.TdClassName
{
border-color: #641BFA;
}
.TagClassName
{
border-color: #641BFA;
}
</style>