Shades of Han Purple #642CFE
Tints of Han Purple #642CFE
RGB
CMYK
RGB Variations
Color information
#642CFE (or 0x642CFE) is known color: Han Purple. HEX triplet: 64, 2C and FE. RGB value is (100,44,254). Sum of RGB (Red+Green+Blue) = 100+44+254=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #642CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642CFE is #9BD301. Grayscale: #535353. Windows color (decimal): -10212098 or 16657508. OLE color: 16657508.
HSL color Cylindrical-coordinate representation of color #642CFE: hue angle of 256º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #642CFE is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 44 | 254 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.00 |
| HSL | 256º | 0.99% | 0.58% | - |
| HSV(B) | 256º | 0.83% | 1% | - |
| XYZ | 24.05 | 11.67 | 94.75 | - |
| YUV | 84.68 | 223.55 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 254 | 0.61 | 0.83 | 0 | 0.00 | 256 | 0.99 | 0.58 |
| Hex | 64 | 2C | FE | 3D | 53 | 0 | 0 | 100 | 63 | 3A |
| Octal | 144 | 54 | 376 | 75 | 123 | 0 | 0 | 400 | 143 | 72 |
| Binary | 1100100 | 101100 | 11111110 | 111101 | 1010011 | 0 | 0 | 100000000 | 1100011 | 111010 |
Color Harmonies of #642CFE
Complementary color
Monochromatic Colors of #642CFE
Black with #642CFE
Text Example
Text Example
White with #642CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642CFE; }
p { color: rgb(100,44,254); }
H1.HeaderClassName
{
color: #642CFE;
}
.AnyTagClassName
{
color: #642CFE;
}
</style>
background-color css
<style>
a { background-color: #642CFE; }
a { background-color: rgb(100,44,254); }
div.DivClassName
{
background-color: #642CFE;
}
.BgClassName
{
background-color: #642CFE;
}
</style>
border-color css
<style>
span { border-color: #642CFE; }
span { border-color: rgb(100,44,254); }
td.TdClassName
{
border-color: #642CFE;
}
.TagClassName
{
border-color: #642CFE;
}
</style>