Shades of Han Purple #642CEC
Tints of Han Purple #642CEC
RGB
CMYK
RGB Variations
Color information
#642CEC (or 0x642CEC) is known color: Han Purple. HEX triplet: 64, 2C and EC. RGB value is (100,44,236). Sum of RGB (Red+Green+Blue) = 100+44+236=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #642CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642CEC is #9BD313. Grayscale: #515151. Windows color (decimal): -10212116 or 15477860. OLE color: 15477860.
HSL color Cylindrical-coordinate representation of color #642CEC: hue angle of 257.5º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #642CEC is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 44 | 236 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.07 |
| HSL | 257.5º | 0.83% | 0.55% | - |
| HSV(B) | 257.5º | 0.81% | 0.93% | - |
| XYZ | 21.3 | 10.57 | 80.27 | - |
| YUV | 82.63 | 214.55 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 236 | 0.58 | 0.81 | 0 | 0.07 | 257.5 | 0.83 | 0.55 |
| Hex | 64 | 2C | EC | 3A | 51 | 0 | 7 | 102 | 53 | 37 |
| Octal | 144 | 54 | 354 | 72 | 121 | 0 | 7 | 402 | 123 | 67 |
| Binary | 1100100 | 101100 | 11101100 | 111010 | 1010001 | 0 | 111 | 100000010 | 1010011 | 110111 |
Color Harmonies of #642CEC
Complementary color
Monochromatic Colors of #642CEC
Black with #642CEC
Text Example
Text Example
White with #642CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642CEC; }
p { color: rgb(100,44,236); }
H1.HeaderClassName
{
color: #642CEC;
}
.AnyTagClassName
{
color: #642CEC;
}
</style>
background-color css
<style>
a { background-color: #642CEC; }
a { background-color: rgb(100,44,236); }
div.DivClassName
{
background-color: #642CEC;
}
.BgClassName
{
background-color: #642CEC;
}
</style>
border-color css
<style>
span { border-color: #642CEC; }
span { border-color: rgb(100,44,236); }
td.TdClassName
{
border-color: #642CEC;
}
.TagClassName
{
border-color: #642CEC;
}
</style>