Shades of Han Purple #641CFC
Tints of Han Purple #641CFC
RGB
CMYK
RGB Variations
Color information
#641CFC (or 0x641CFC) is known color: Han Purple. HEX triplet: 64, 1C and FC. RGB value is (100,28,252). Sum of RGB (Red+Green+Blue) = 100+28+252=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #641CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641CFC is #9BE303. Grayscale: #4A4A4A. Windows color (decimal): -10216196 or 16522340. OLE color: 16522340.
HSL color Cylindrical-coordinate representation of color #641CFC: hue angle of 259.29º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #641CFC is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 28 | 252 | - |
| CMYK | 0.60 | 0.89 | 0 | 0.01 |
| HSL | 259.29º | 0.97% | 0.55% | - |
| HSV(B) | 259.29º | 0.89% | 0.99% | - |
| XYZ | 23.24 | 10.57 | 92.91 | - |
| YUV | 75.06 | 227.85 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 28 | 252 | 0.60 | 0.89 | 0 | 0.01 | 259.29 | 0.97 | 0.55 |
| Hex | 64 | 1C | FC | 3C | 59 | 0 | 1 | 103 | 61 | 37 |
| Octal | 144 | 34 | 374 | 74 | 131 | 0 | 1 | 403 | 141 | 67 |
| Binary | 1100100 | 11100 | 11111100 | 111100 | 1011001 | 0 | 1 | 100000011 | 1100001 | 110111 |
Color Harmonies of #641CFC
Complementary color
Monochromatic Colors of #641CFC
Black with #641CFC
Text Example
Text Example
White with #641CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641CFC; }
p { color: rgb(100,28,252); }
H1.HeaderClassName
{
color: #641CFC;
}
.AnyTagClassName
{
color: #641CFC;
}
</style>
background-color css
<style>
a { background-color: #641CFC; }
a { background-color: rgb(100,28,252); }
div.DivClassName
{
background-color: #641CFC;
}
.BgClassName
{
background-color: #641CFC;
}
</style>
border-color css
<style>
span { border-color: #641CFC; }
span { border-color: rgb(100,28,252); }
td.TdClassName
{
border-color: #641CFC;
}
.TagClassName
{
border-color: #641CFC;
}
</style>