Shades of Han Purple #641BFF
Tints of Han Purple #641BFF
RGB
CMYK
RGB Variations
Color information
#641BFF (or 0x641BFF) is known color: Han Purple. HEX triplet: 64, 1B and FF. RGB value is (100,27,255). Sum of RGB (Red+Green+Blue) = 100+27+255=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 27 (10.94% from 255 or 7.07% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #641BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641BFF is #9BE400. Grayscale: #494949. Windows color (decimal): -10216449 or 16718692. OLE color: 16718692.
HSL color Cylindrical-coordinate representation of color #641BFF: hue angle of 259.21º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #641BFF is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 27 | 255 | - |
| CMYK | 0.61 | 0.89 | 0 | 0 |
| HSL | 259.21º | 1% | 0.55% | - |
| HSV(B) | 259.21º | 0.89% | 1% | - |
| XYZ | 23.7 | 10.71 | 95.43 | - |
| YUV | 74.82 | 229.68 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 255 | 0.61 | 0.89 | 0 | 0 | 259.21 | 1 | 0.55 |
| Hex | 64 | 1B | FF | 3D | 59 | 0 | 0 | 103 | 64 | 37 |
| Octal | 144 | 33 | 377 | 75 | 131 | 0 | 0 | 403 | 144 | 67 |
| Binary | 1100100 | 11011 | 11111111 | 111101 | 1011001 | 0 | 0 | 100000011 | 1100100 | 110111 |
Color Harmonies of #641BFF
Complementary color
Monochromatic Colors of #641BFF
Black with #641BFF
Text Example
Text Example
White with #641BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641BFF; }
p { color: rgb(100,27,255); }
H1.HeaderClassName
{
color: #641BFF;
}
.AnyTagClassName
{
color: #641BFF;
}
</style>
background-color css
<style>
a { background-color: #641BFF; }
a { background-color: rgb(100,27,255); }
div.DivClassName
{
background-color: #641BFF;
}
.BgClassName
{
background-color: #641BFF;
}
</style>
border-color css
<style>
span { border-color: #641BFF; }
span { border-color: rgb(100,27,255); }
td.TdClassName
{
border-color: #641BFF;
}
.TagClassName
{
border-color: #641BFF;
}
</style>