Shades of Han Purple #642DEE
Tints of Han Purple #642DEE
RGB
CMYK
RGB Variations
Color information
#642DEE (or 0x642DEE) is known color: Han Purple. HEX triplet: 64, 2D and EE. RGB value is (100,45,238). Sum of RGB (Red+Green+Blue) = 100+45+238=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #642DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642DEE is #9BD211. Grayscale: #525252. Windows color (decimal): -10211858 or 15609188. OLE color: 15609188.
HSL color Cylindrical-coordinate representation of color #642DEE: hue angle of 257.1º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #642DEE is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 45 | 238 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.07 |
| HSL | 257.1º | 0.85% | 0.55% | - |
| HSV(B) | 257.1º | 0.81% | 0.93% | - |
| XYZ | 21.63 | 10.76 | 81.83 | - |
| YUV | 83.45 | 215.22 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 238 | 0.58 | 0.81 | 0 | 0.07 | 257.1 | 0.85 | 0.55 |
| Hex | 64 | 2D | EE | 3A | 51 | 0 | 7 | 101 | 55 | 37 |
| Octal | 144 | 55 | 356 | 72 | 121 | 0 | 7 | 401 | 125 | 67 |
| Binary | 1100100 | 101101 | 11101110 | 111010 | 1010001 | 0 | 111 | 100000001 | 1010101 | 110111 |
Color Harmonies of #642DEE
Complementary color
Monochromatic Colors of #642DEE
Black with #642DEE
Text Example
Text Example
White with #642DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642DEE; }
p { color: rgb(100,45,238); }
H1.HeaderClassName
{
color: #642DEE;
}
.AnyTagClassName
{
color: #642DEE;
}
</style>
background-color css
<style>
a { background-color: #642DEE; }
a { background-color: rgb(100,45,238); }
div.DivClassName
{
background-color: #642DEE;
}
.BgClassName
{
background-color: #642DEE;
}
</style>
border-color css
<style>
span { border-color: #642DEE; }
span { border-color: rgb(100,45,238); }
td.TdClassName
{
border-color: #642DEE;
}
.TagClassName
{
border-color: #642DEE;
}
</style>