Shades of Han Purple #642CF3
Tints of Han Purple #642CF3
RGB
CMYK
RGB Variations
Color information
#642CF3 (or 0x642CF3) is known color: Han Purple. HEX triplet: 64, 2C and F3. RGB value is (100,44,243). Sum of RGB (Red+Green+Blue) = 100+44+243=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 243 (95.31% from 255 or 62.79% from 387); Max value from RGB is 243 - color contains mainly: blue. Hex color #642CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642CF3 is #9BD30C. Grayscale: #525252. Windows color (decimal): -10212109 or 15936612. OLE color: 15936612.
HSL color Cylindrical-coordinate representation of color #642CF3: hue angle of 256.88º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #642CF3 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 44 | 243 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.05 |
| HSL | 256.88º | 0.89% | 0.56% | - |
| HSV(B) | 256.88º | 0.82% | 0.95% | - |
| XYZ | 22.33 | 10.98 | 85.74 | - |
| YUV | 83.43 | 218.05 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 243 | 0.59 | 0.82 | 0 | 0.05 | 256.88 | 0.89 | 0.56 |
| Hex | 64 | 2C | F3 | 3B | 52 | 0 | 5 | 101 | 59 | 38 |
| Octal | 144 | 54 | 363 | 73 | 122 | 0 | 5 | 401 | 131 | 70 |
| Binary | 1100100 | 101100 | 11110011 | 111011 | 1010010 | 0 | 101 | 100000001 | 1011001 | 111000 |
Color Harmonies of #642CF3
Complementary color
Monochromatic Colors of #642CF3
Black with #642CF3
Text Example
Text Example
White with #642CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642CF3; }
p { color: rgb(100,44,243); }
H1.HeaderClassName
{
color: #642CF3;
}
.AnyTagClassName
{
color: #642CF3;
}
</style>
background-color css
<style>
a { background-color: #642CF3; }
a { background-color: rgb(100,44,243); }
div.DivClassName
{
background-color: #642CF3;
}
.BgClassName
{
background-color: #642CF3;
}
</style>
border-color css
<style>
span { border-color: #642CF3; }
span { border-color: rgb(100,44,243); }
td.TdClassName
{
border-color: #642CF3;
}
.TagClassName
{
border-color: #642CF3;
}
</style>