Shades of Han Purple #642BEE
Tints of Han Purple #642BEE
RGB
CMYK
RGB Variations
Color information
#642BEE (or 0x642BEE) is known color: Han Purple. HEX triplet: 64, 2B and EE. RGB value is (100,43,238). Sum of RGB (Red+Green+Blue) = 100+43+238=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 238 (93.36% from 255 or 62.47% from 381); Max value from RGB is 238 - color contains mainly: blue. Hex color #642BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642BEE is #9BD411. Grayscale: #515151. Windows color (decimal): -10212370 or 15608676. OLE color: 15608676.
HSL color Cylindrical-coordinate representation of color #642BEE: hue angle of 257.54º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #642BEE is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 43 | 238 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.07 |
| HSL | 257.54º | 0.85% | 0.55% | - |
| HSV(B) | 257.54º | 0.82% | 0.93% | - |
| XYZ | 21.55 | 10.61 | 81.8 | - |
| YUV | 82.27 | 215.88 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 238 | 0.58 | 0.82 | 0 | 0.07 | 257.54 | 0.85 | 0.55 |
| Hex | 64 | 2B | EE | 3A | 52 | 0 | 7 | 102 | 55 | 37 |
| Octal | 144 | 53 | 356 | 72 | 122 | 0 | 7 | 402 | 125 | 67 |
| Binary | 1100100 | 101011 | 11101110 | 111010 | 1010010 | 0 | 111 | 100000010 | 1010101 | 110111 |
Color Harmonies of #642BEE
Complementary color
Monochromatic Colors of #642BEE
Black with #642BEE
Text Example
Text Example
White with #642BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642BEE; }
p { color: rgb(100,43,238); }
H1.HeaderClassName
{
color: #642BEE;
}
.AnyTagClassName
{
color: #642BEE;
}
</style>
background-color css
<style>
a { background-color: #642BEE; }
a { background-color: rgb(100,43,238); }
div.DivClassName
{
background-color: #642BEE;
}
.BgClassName
{
background-color: #642BEE;
}
</style>
border-color css
<style>
span { border-color: #642BEE; }
span { border-color: rgb(100,43,238); }
td.TdClassName
{
border-color: #642BEE;
}
.TagClassName
{
border-color: #642BEE;
}
</style>