Shades of Han Purple #642CE6
Tints of Han Purple #642CE6
RGB
CMYK
RGB Variations
Color information
#642CE6 (or 0x642CE6) is known color: Han Purple. HEX triplet: 64, 2C and E6. RGB value is (100,44,230). Sum of RGB (Red+Green+Blue) = 100+44+230=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 230 (90.23% from 255 or 61.50% from 374); Max value from RGB is 230 - color contains mainly: blue. Hex color #642CE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642CE6 is #9BD319. Grayscale: #515151. Windows color (decimal): -10212122 or 15084644. OLE color: 15084644.
HSL color Cylindrical-coordinate representation of color #642CE6: hue angle of 258.06º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #642CE6 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 44 | 230 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.10 |
| HSL | 258.06º | 0.79% | 0.54% | - |
| HSV(B) | 258.06º | 0.81% | 0.9% | - |
| XYZ | 20.44 | 10.22 | 75.76 | - |
| YUV | 81.95 | 211.55 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 230 | 0.57 | 0.81 | 0 | 0.10 | 258.06 | 0.79 | 0.54 |
| Hex | 64 | 2C | E6 | 39 | 51 | 0 | A | 102 | 4F | 36 |
| Octal | 144 | 54 | 346 | 71 | 121 | 0 | 12 | 402 | 117 | 66 |
| Binary | 1100100 | 101100 | 11100110 | 111001 | 1010001 | 0 | 1010 | 100000010 | 1001111 | 110110 |
Color Harmonies of #642CE6
Complementary color
Monochromatic Colors of #642CE6
Black with #642CE6
Text Example
Text Example
White with #642CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642CE6; }
p { color: rgb(100,44,230); }
H1.HeaderClassName
{
color: #642CE6;
}
.AnyTagClassName
{
color: #642CE6;
}
</style>
background-color css
<style>
a { background-color: #642CE6; }
a { background-color: rgb(100,44,230); }
div.DivClassName
{
background-color: #642CE6;
}
.BgClassName
{
background-color: #642CE6;
}
</style>
border-color css
<style>
span { border-color: #642CE6; }
span { border-color: rgb(100,44,230); }
td.TdClassName
{
border-color: #642CE6;
}
.TagClassName
{
border-color: #642CE6;
}
</style>