Shades of Han Purple #642EF9
Tints of Han Purple #642EF9
RGB
CMYK
RGB Variations
Color information
#642EF9 (or 0x642EF9) is known color: Han Purple. HEX triplet: 64, 2E and F9. RGB value is (100,46,249). Sum of RGB (Red+Green+Blue) = 100+46+249=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 249 (97.66% from 255 or 63.04% from 395); Max value from RGB is 249 - color contains mainly: blue. Hex color #642EF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642EF9 is #9BD106. Grayscale: #545454. Windows color (decimal): -10211591 or 16330340. OLE color: 16330340.
HSL color Cylindrical-coordinate representation of color #642EF9: hue angle of 255.96º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #642EF9 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 46 | 249 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.02 |
| HSL | 255.96º | 0.94% | 0.58% | - |
| HSV(B) | 255.96º | 0.82% | 0.98% | - |
| XYZ | 23.33 | 11.5 | 90.61 | - |
| YUV | 85.29 | 220.39 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 249 | 0.60 | 0.82 | 0 | 0.02 | 255.96 | 0.94 | 0.58 |
| Hex | 64 | 2E | F9 | 3C | 52 | 0 | 2 | 100 | 5E | 3A |
| Octal | 144 | 56 | 371 | 74 | 122 | 0 | 2 | 400 | 136 | 72 |
| Binary | 1100100 | 101110 | 11111001 | 111100 | 1010010 | 0 | 10 | 100000000 | 1011110 | 111010 |
Color Harmonies of #642EF9
Complementary color
Monochromatic Colors of #642EF9
Black with #642EF9
Text Example
Text Example
White with #642EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642EF9; }
p { color: rgb(100,46,249); }
H1.HeaderClassName
{
color: #642EF9;
}
.AnyTagClassName
{
color: #642EF9;
}
</style>
background-color css
<style>
a { background-color: #642EF9; }
a { background-color: rgb(100,46,249); }
div.DivClassName
{
background-color: #642EF9;
}
.BgClassName
{
background-color: #642EF9;
}
</style>
border-color css
<style>
span { border-color: #642EF9; }
span { border-color: rgb(100,46,249); }
td.TdClassName
{
border-color: #642EF9;
}
.TagClassName
{
border-color: #642EF9;
}
</style>