Shades of Han Purple #642DF1
Tints of Han Purple #642DF1
RGB
CMYK
RGB Variations
Color information
#642DF1 (or 0x642DF1) is known color: Han Purple. HEX triplet: 64, 2D and F1. RGB value is (100,45,241). Sum of RGB (Red+Green+Blue) = 100+45+241=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #642DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642DF1 is #9BD20E. Grayscale: #535353. Windows color (decimal): -10211855 or 15805796. OLE color: 15805796.
HSL color Cylindrical-coordinate representation of color #642DF1: hue angle of 256.84º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #642DF1 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 45 | 241 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.05 |
| HSL | 256.84º | 0.88% | 0.56% | - |
| HSV(B) | 256.84º | 0.81% | 0.95% | - |
| XYZ | 22.07 | 10.94 | 84.17 | - |
| YUV | 83.79 | 216.72 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 241 | 0.59 | 0.81 | 0 | 0.05 | 256.84 | 0.88 | 0.56 |
| Hex | 64 | 2D | F1 | 3B | 51 | 0 | 5 | 101 | 58 | 38 |
| Octal | 144 | 55 | 361 | 73 | 121 | 0 | 5 | 401 | 130 | 70 |
| Binary | 1100100 | 101101 | 11110001 | 111011 | 1010001 | 0 | 101 | 100000001 | 1011000 | 111000 |
Color Harmonies of #642DF1
Complementary color
Monochromatic Colors of #642DF1
Black with #642DF1
Text Example
Text Example
White with #642DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642DF1; }
p { color: rgb(100,45,241); }
H1.HeaderClassName
{
color: #642DF1;
}
.AnyTagClassName
{
color: #642DF1;
}
</style>
background-color css
<style>
a { background-color: #642DF1; }
a { background-color: rgb(100,45,241); }
div.DivClassName
{
background-color: #642DF1;
}
.BgClassName
{
background-color: #642DF1;
}
</style>
border-color css
<style>
span { border-color: #642DF1; }
span { border-color: rgb(100,45,241); }
td.TdClassName
{
border-color: #642DF1;
}
.TagClassName
{
border-color: #642DF1;
}
</style>