Shades of Han Purple #642EF3
Tints of Han Purple #642EF3
RGB
CMYK
RGB Variations
Color information
#642EF3 (or 0x642EF3) is known color: Han Purple. HEX triplet: 64, 2E and F3. RGB value is (100,46,243). Sum of RGB (Red+Green+Blue) = 100+46+243=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 243 (95.31% from 255 or 62.47% from 389); Max value from RGB is 243 - color contains mainly: blue. Hex color #642EF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642EF3 is #9BD10C. Grayscale: #535353. Windows color (decimal): -10211597 or 15937124. OLE color: 15937124.
HSL color Cylindrical-coordinate representation of color #642EF3: hue angle of 256.45º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #642EF3 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 46 | 243 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.05 |
| HSL | 256.45º | 0.89% | 0.57% | - |
| HSV(B) | 256.45º | 0.81% | 0.95% | - |
| XYZ | 22.41 | 11.13 | 85.76 | - |
| YUV | 84.6 | 217.39 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 243 | 0.59 | 0.81 | 0 | 0.05 | 256.45 | 0.89 | 0.57 |
| Hex | 64 | 2E | F3 | 3B | 51 | 0 | 5 | 100 | 59 | 39 |
| Octal | 144 | 56 | 363 | 73 | 121 | 0 | 5 | 400 | 131 | 71 |
| Binary | 1100100 | 101110 | 11110011 | 111011 | 1010001 | 0 | 101 | 100000000 | 1011001 | 111001 |
Color Harmonies of #642EF3
Complementary color
Monochromatic Colors of #642EF3
Black with #642EF3
Text Example
Text Example
White with #642EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642EF3; }
p { color: rgb(100,46,243); }
H1.HeaderClassName
{
color: #642EF3;
}
.AnyTagClassName
{
color: #642EF3;
}
</style>
background-color css
<style>
a { background-color: #642EF3; }
a { background-color: rgb(100,46,243); }
div.DivClassName
{
background-color: #642EF3;
}
.BgClassName
{
background-color: #642EF3;
}
</style>
border-color css
<style>
span { border-color: #642EF3; }
span { border-color: rgb(100,46,243); }
td.TdClassName
{
border-color: #642EF3;
}
.TagClassName
{
border-color: #642EF3;
}
</style>