Shades of Han Purple #642FEB
Tints of Han Purple #642FEB
RGB
CMYK
RGB Variations
Color information
#642FEB (or 0x642FEB) is known color: Han Purple. HEX triplet: 64, 2F and EB. RGB value is (100,47,235). Sum of RGB (Red+Green+Blue) = 100+47+235=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #642FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642FEB is #9BD014. Grayscale: #535353. Windows color (decimal): -10211349 or 15413092. OLE color: 15413092.
HSL color Cylindrical-coordinate representation of color #642FEB: hue angle of 256.91º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #642FEB is Cyan = 0.57, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 47 | 235 | - |
| CMYK | 0.57 | 0.8 | 0 | 0.08 |
| HSL | 256.91º | 0.82% | 0.55% | - |
| HSV(B) | 256.91º | 0.8% | 0.92% | - |
| XYZ | 21.27 | 10.74 | 79.55 | - |
| YUV | 84.28 | 213.06 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 47 | 235 | 0.57 | 0.8 | 0 | 0.08 | 256.91 | 0.82 | 0.55 |
| Hex | 64 | 2F | EB | 39 | 50 | 0 | 8 | 101 | 52 | 37 |
| Octal | 144 | 57 | 353 | 71 | 120 | 0 | 10 | 401 | 122 | 67 |
| Binary | 1100100 | 101111 | 11101011 | 111001 | 1010000 | 0 | 1000 | 100000001 | 1010010 | 110111 |
Color Harmonies of #642FEB
Complementary color
Monochromatic Colors of #642FEB
Black with #642FEB
Text Example
Text Example
White with #642FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642FEB; }
p { color: rgb(100,47,235); }
H1.HeaderClassName
{
color: #642FEB;
}
.AnyTagClassName
{
color: #642FEB;
}
</style>
background-color css
<style>
a { background-color: #642FEB; }
a { background-color: rgb(100,47,235); }
div.DivClassName
{
background-color: #642FEB;
}
.BgClassName
{
background-color: #642FEB;
}
</style>
border-color css
<style>
span { border-color: #642FEB; }
span { border-color: rgb(100,47,235); }
td.TdClassName
{
border-color: #642FEB;
}
.TagClassName
{
border-color: #642FEB;
}
</style>