Shades of Han Purple #642CE8
Tints of Han Purple #642CE8
RGB
CMYK
RGB Variations
Color information
#642CE8 (or 0x642CE8) is known color: Han Purple. HEX triplet: 64, 2C and E8. RGB value is (100,44,232). Sum of RGB (Red+Green+Blue) = 100+44+232=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 44 (17.58% from 255 or 11.70% from 376); Blue value is 232 (91.02% from 255 or 61.70% from 376); Max value from RGB is 232 - color contains mainly: blue. Hex color #642CE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642CE8 is #9BD317. Grayscale: #515151. Windows color (decimal): -10212120 or 15215716. OLE color: 15215716.
HSL color Cylindrical-coordinate representation of color #642CE8: hue angle of 257.87º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #642CE8 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 44 | 232 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.09 |
| HSL | 257.87º | 0.8% | 0.54% | - |
| HSV(B) | 257.87º | 0.81% | 0.91% | - |
| XYZ | 20.72 | 10.34 | 77.25 | - |
| YUV | 82.18 | 212.55 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 232 | 0.57 | 0.81 | 0 | 0.09 | 257.87 | 0.8 | 0.54 |
| Hex | 64 | 2C | E8 | 39 | 51 | 0 | 9 | 102 | 50 | 36 |
| Octal | 144 | 54 | 350 | 71 | 121 | 0 | 11 | 402 | 120 | 66 |
| Binary | 1100100 | 101100 | 11101000 | 111001 | 1010001 | 0 | 1001 | 100000010 | 1010000 | 110110 |
Color Harmonies of #642CE8
Complementary color
Monochromatic Colors of #642CE8
Black with #642CE8
Text Example
Text Example
White with #642CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642CE8; }
p { color: rgb(100,44,232); }
H1.HeaderClassName
{
color: #642CE8;
}
.AnyTagClassName
{
color: #642CE8;
}
</style>
background-color css
<style>
a { background-color: #642CE8; }
a { background-color: rgb(100,44,232); }
div.DivClassName
{
background-color: #642CE8;
}
.BgClassName
{
background-color: #642CE8;
}
</style>
border-color css
<style>
span { border-color: #642CE8; }
span { border-color: rgb(100,44,232); }
td.TdClassName
{
border-color: #642CE8;
}
.TagClassName
{
border-color: #642CE8;
}
</style>