Shades of Han Purple #641FF2
Tints of Han Purple #641FF2
RGB
CMYK
RGB Variations
Color information
#641FF2 (or 0x641FF2) is known color: Han Purple. HEX triplet: 64, 1F and F2. RGB value is (100,31,242). Sum of RGB (Red+Green+Blue) = 100+31+242=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 242 (94.92% from 255 or 64.88% from 373); Max value from RGB is 242 - color contains mainly: blue. Hex color #641FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641FF2 is #9BE00D. Grayscale: #4A4A4A. Windows color (decimal): -10215438 or 15867748. OLE color: 15867748.
HSL color Cylindrical-coordinate representation of color #641FF2: hue angle of 259.62º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #641FF2 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 31 | 242 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.05 |
| HSL | 259.62º | 0.89% | 0.54% | - |
| HSV(B) | 259.62º | 0.87% | 0.95% | - |
| XYZ | 21.77 | 10.1 | 84.81 | - |
| YUV | 75.69 | 221.86 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 31 | 242 | 0.59 | 0.87 | 0 | 0.05 | 259.62 | 0.89 | 0.54 |
| Hex | 64 | 1F | F2 | 3B | 57 | 0 | 5 | 104 | 59 | 36 |
| Octal | 144 | 37 | 362 | 73 | 127 | 0 | 5 | 404 | 131 | 66 |
| Binary | 1100100 | 11111 | 11110010 | 111011 | 1010111 | 0 | 101 | 100000100 | 1011001 | 110110 |
Color Harmonies of #641FF2
Complementary color
Monochromatic Colors of #641FF2
Black with #641FF2
Text Example
Text Example
White with #641FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641FF2; }
p { color: rgb(100,31,242); }
H1.HeaderClassName
{
color: #641FF2;
}
.AnyTagClassName
{
color: #641FF2;
}
</style>
background-color css
<style>
a { background-color: #641FF2; }
a { background-color: rgb(100,31,242); }
div.DivClassName
{
background-color: #641FF2;
}
.BgClassName
{
background-color: #641FF2;
}
</style>
border-color css
<style>
span { border-color: #641FF2; }
span { border-color: rgb(100,31,242); }
td.TdClassName
{
border-color: #641FF2;
}
.TagClassName
{
border-color: #641FF2;
}
</style>