Shades of Han Purple #642EFF
Tints of Han Purple #642EFF
RGB
CMYK
RGB Variations
Color information
#642EFF (or 0x642EFF) is known color: Han Purple. HEX triplet: 64, 2E and FF. RGB value is (100,46,255). Sum of RGB (Red+Green+Blue) = 100+46+255=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #642EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642EFF is #9BD100. Grayscale: #555555. Windows color (decimal): -10211585 or 16723556. OLE color: 16723556.
HSL color Cylindrical-coordinate representation of color #642EFF: hue angle of 255.5º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #642EFF is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 46 | 255 | - |
| CMYK | 0.61 | 0.82 | 0 | 0 |
| HSL | 255.5º | 1% | 0.59% | - |
| HSV(B) | 255.5º | 0.82% | 1% | - |
| XYZ | 24.28 | 11.88 | 95.62 | - |
| YUV | 85.97 | 223.39 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 255 | 0.61 | 0.82 | 0 | 0 | 255.5 | 1 | 0.59 |
| Hex | 64 | 2E | FF | 3D | 52 | 0 | 0 | 100 | 64 | 3B |
| Octal | 144 | 56 | 377 | 75 | 122 | 0 | 0 | 400 | 144 | 73 |
| Binary | 1100100 | 101110 | 11111111 | 111101 | 1010010 | 0 | 0 | 100000000 | 1100100 | 111011 |
Color Harmonies of #642EFF
Complementary color
Monochromatic Colors of #642EFF
Black with #642EFF
Text Example
Text Example
White with #642EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642EFF; }
p { color: rgb(100,46,255); }
H1.HeaderClassName
{
color: #642EFF;
}
.AnyTagClassName
{
color: #642EFF;
}
</style>
background-color css
<style>
a { background-color: #642EFF; }
a { background-color: rgb(100,46,255); }
div.DivClassName
{
background-color: #642EFF;
}
.BgClassName
{
background-color: #642EFF;
}
</style>
border-color css
<style>
span { border-color: #642EFF; }
span { border-color: rgb(100,46,255); }
td.TdClassName
{
border-color: #642EFF;
}
.TagClassName
{
border-color: #642EFF;
}
</style>