Shades of Han Purple #642EEB
Tints of Han Purple #642EEB
RGB
CMYK
RGB Variations
Color information
#642EEB (or 0x642EEB) is known color: Han Purple. HEX triplet: 64, 2E and EB. RGB value is (100,46,235). Sum of RGB (Red+Green+Blue) = 100+46+235=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #642EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642EEB is #9BD114. Grayscale: #525252. Windows color (decimal): -10211605 or 15412836. OLE color: 15412836.
HSL color Cylindrical-coordinate representation of color #642EEB: hue angle of 257.14º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #642EEB is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 46 | 235 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.08 |
| HSL | 257.14º | 0.83% | 0.55% | - |
| HSV(B) | 257.14º | 0.8% | 0.92% | - |
| XYZ | 21.23 | 10.66 | 79.54 | - |
| YUV | 83.69 | 213.39 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 235 | 0.57 | 0.80 | 0 | 0.08 | 257.14 | 0.83 | 0.55 |
| Hex | 64 | 2E | EB | 39 | 50 | 0 | 8 | 101 | 53 | 37 |
| Octal | 144 | 56 | 353 | 71 | 120 | 0 | 10 | 401 | 123 | 67 |
| Binary | 1100100 | 101110 | 11101011 | 111001 | 1010000 | 0 | 1000 | 100000001 | 1010011 | 110111 |
Color Harmonies of #642EEB
Complementary color
Monochromatic Colors of #642EEB
Black with #642EEB
Text Example
Text Example
White with #642EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642EEB; }
p { color: rgb(100,46,235); }
H1.HeaderClassName
{
color: #642EEB;
}
.AnyTagClassName
{
color: #642EEB;
}
</style>
background-color css
<style>
a { background-color: #642EEB; }
a { background-color: rgb(100,46,235); }
div.DivClassName
{
background-color: #642EEB;
}
.BgClassName
{
background-color: #642EEB;
}
</style>
border-color css
<style>
span { border-color: #642EEB; }
span { border-color: rgb(100,46,235); }
td.TdClassName
{
border-color: #642EEB;
}
.TagClassName
{
border-color: #642EEB;
}
</style>