Shades of Han Purple #642EF8
Tints of Han Purple #642EF8
RGB
CMYK
RGB Variations
Color information
#642EF8 (or 0x642EF8) is known color: Han Purple. HEX triplet: 64, 2E and F8. RGB value is (100,46,248). Sum of RGB (Red+Green+Blue) = 100+46+248=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 248 (97.27% from 255 or 62.94% from 394); Max value from RGB is 248 - color contains mainly: blue. Hex color #642EF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642EF8 is #9BD107. Grayscale: #545454. Windows color (decimal): -10211592 or 16264804. OLE color: 16264804.
HSL color Cylindrical-coordinate representation of color #642EF8: hue angle of 256.04º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #642EF8 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 46 | 248 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.03 |
| HSL | 256.04º | 0.94% | 0.58% | - |
| HSV(B) | 256.04º | 0.81% | 0.97% | - |
| XYZ | 23.18 | 11.44 | 89.79 | - |
| YUV | 85.17 | 219.89 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 248 | 0.60 | 0.81 | 0 | 0.03 | 256.04 | 0.94 | 0.58 |
| Hex | 64 | 2E | F8 | 3C | 51 | 0 | 3 | 100 | 5E | 3A |
| Octal | 144 | 56 | 370 | 74 | 121 | 0 | 3 | 400 | 136 | 72 |
| Binary | 1100100 | 101110 | 11111000 | 111100 | 1010001 | 0 | 11 | 100000000 | 1011110 | 111010 |
Color Harmonies of #642EF8
Complementary color
Monochromatic Colors of #642EF8
Black with #642EF8
Text Example
Text Example
White with #642EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642EF8; }
p { color: rgb(100,46,248); }
H1.HeaderClassName
{
color: #642EF8;
}
.AnyTagClassName
{
color: #642EF8;
}
</style>
background-color css
<style>
a { background-color: #642EF8; }
a { background-color: rgb(100,46,248); }
div.DivClassName
{
background-color: #642EF8;
}
.BgClassName
{
background-color: #642EF8;
}
</style>
border-color css
<style>
span { border-color: #642EF8; }
span { border-color: rgb(100,46,248); }
td.TdClassName
{
border-color: #642EF8;
}
.TagClassName
{
border-color: #642EF8;
}
</style>