Shades of Han Purple #642CEE
Tints of Han Purple #642CEE
RGB
CMYK
RGB Variations
Color information
#642CEE (or 0x642CEE) is known color: Han Purple. HEX triplet: 64, 2C and EE. RGB value is (100,44,238). Sum of RGB (Red+Green+Blue) = 100+44+238=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #642CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642CEE is #9BD311. Grayscale: #525252. Windows color (decimal): -10212114 or 15608932. OLE color: 15608932.
HSL color Cylindrical-coordinate representation of color #642CEE: hue angle of 257.32º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #642CEE is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 44 | 238 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.07 |
| HSL | 257.32º | 0.85% | 0.55% | - |
| HSV(B) | 257.32º | 0.82% | 0.93% | - |
| XYZ | 21.59 | 10.68 | 81.81 | - |
| YUV | 82.86 | 215.55 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 238 | 0.58 | 0.82 | 0 | 0.07 | 257.32 | 0.85 | 0.55 |
| Hex | 64 | 2C | EE | 3A | 52 | 0 | 7 | 101 | 55 | 37 |
| Octal | 144 | 54 | 356 | 72 | 122 | 0 | 7 | 401 | 125 | 67 |
| Binary | 1100100 | 101100 | 11101110 | 111010 | 1010010 | 0 | 111 | 100000001 | 1010101 | 110111 |
Color Harmonies of #642CEE
Complementary color
Monochromatic Colors of #642CEE
Black with #642CEE
Text Example
Text Example
White with #642CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642CEE; }
p { color: rgb(100,44,238); }
H1.HeaderClassName
{
color: #642CEE;
}
.AnyTagClassName
{
color: #642CEE;
}
</style>
background-color css
<style>
a { background-color: #642CEE; }
a { background-color: rgb(100,44,238); }
div.DivClassName
{
background-color: #642CEE;
}
.BgClassName
{
background-color: #642CEE;
}
</style>
border-color css
<style>
span { border-color: #642CEE; }
span { border-color: rgb(100,44,238); }
td.TdClassName
{
border-color: #642CEE;
}
.TagClassName
{
border-color: #642CEE;
}
</style>