Shades of Han Purple #642EE7
Tints of Han Purple #642EE7
RGB
CMYK
RGB Variations
Color information
#642EE7 (or 0x642EE7) is known color: Han Purple. HEX triplet: 64, 2E and E7. RGB value is (100,46,231). Sum of RGB (Red+Green+Blue) = 100+46+231=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 231 (90.62% from 255 or 61.27% from 377); Max value from RGB is 231 - color contains mainly: blue. Hex color #642EE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642EE7 is #9BD118. Grayscale: #525252. Windows color (decimal): -10211609 or 15150692. OLE color: 15150692.
HSL color Cylindrical-coordinate representation of color #642EE7: hue angle of 257.51º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #642EE7 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 46 | 231 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.09 |
| HSL | 257.51º | 0.79% | 0.54% | - |
| HSV(B) | 257.51º | 0.8% | 0.91% | - |
| XYZ | 20.66 | 10.43 | 76.53 | - |
| YUV | 83.24 | 211.39 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 231 | 0.57 | 0.80 | 0 | 0.09 | 257.51 | 0.79 | 0.54 |
| Hex | 64 | 2E | E7 | 39 | 50 | 0 | 9 | 102 | 4F | 36 |
| Octal | 144 | 56 | 347 | 71 | 120 | 0 | 11 | 402 | 117 | 66 |
| Binary | 1100100 | 101110 | 11100111 | 111001 | 1010000 | 0 | 1001 | 100000010 | 1001111 | 110110 |
Color Harmonies of #642EE7
Complementary color
Monochromatic Colors of #642EE7
Black with #642EE7
Text Example
Text Example
White with #642EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642EE7; }
p { color: rgb(100,46,231); }
H1.HeaderClassName
{
color: #642EE7;
}
.AnyTagClassName
{
color: #642EE7;
}
</style>
background-color css
<style>
a { background-color: #642EE7; }
a { background-color: rgb(100,46,231); }
div.DivClassName
{
background-color: #642EE7;
}
.BgClassName
{
background-color: #642EE7;
}
</style>
border-color css
<style>
span { border-color: #642EE7; }
span { border-color: rgb(100,46,231); }
td.TdClassName
{
border-color: #642EE7;
}
.TagClassName
{
border-color: #642EE7;
}
</style>