Shades of Han Purple #641CFA
Tints of Han Purple #641CFA
RGB
CMYK
RGB Variations
Color information
#641CFA (or 0x641CFA) is known color: Han Purple. HEX triplet: 64, 1C and FA. RGB value is (100,28,250). Sum of RGB (Red+Green+Blue) = 100+28+250=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #641CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641CFA is #9BE305. Grayscale: #4A4A4A. Windows color (decimal): -10216198 or 16391268. OLE color: 16391268.
HSL color Cylindrical-coordinate representation of color #641CFA: hue angle of 259.46º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #641CFA is Cyan = 0.6, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 28 | 250 | - |
| CMYK | 0.6 | 0.89 | 0 | 0.02 |
| HSL | 259.46º | 0.96% | 0.55% | - |
| HSV(B) | 259.46º | 0.89% | 0.98% | - |
| XYZ | 22.93 | 10.44 | 91.25 | - |
| YUV | 74.84 | 226.85 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 28 | 250 | 0.6 | 0.89 | 0 | 0.02 | 259.46 | 0.96 | 0.55 |
| Hex | 64 | 1C | FA | 3C | 59 | 0 | 2 | 103 | 60 | 37 |
| Octal | 144 | 34 | 372 | 74 | 131 | 0 | 2 | 403 | 140 | 67 |
| Binary | 1100100 | 11100 | 11111010 | 111100 | 1011001 | 0 | 10 | 100000011 | 1100000 | 110111 |
Color Harmonies of #641CFA
Complementary color
Monochromatic Colors of #641CFA
Black with #641CFA
Text Example
Text Example
White with #641CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641CFA; }
p { color: rgb(100,28,250); }
H1.HeaderClassName
{
color: #641CFA;
}
.AnyTagClassName
{
color: #641CFA;
}
</style>
background-color css
<style>
a { background-color: #641CFA; }
a { background-color: rgb(100,28,250); }
div.DivClassName
{
background-color: #641CFA;
}
.BgClassName
{
background-color: #641CFA;
}
</style>
border-color css
<style>
span { border-color: #641CFA; }
span { border-color: rgb(100,28,250); }
td.TdClassName
{
border-color: #641CFA;
}
.TagClassName
{
border-color: #641CFA;
}
</style>