Shades of Han Purple #642CE4
Tints of Han Purple #642CE4
RGB
CMYK
RGB Variations
Color information
#642CE4 (or 0x642CE4) is known color: Han Purple. HEX triplet: 64, 2C and E4. RGB value is (100,44,228). Sum of RGB (Red+Green+Blue) = 100+44+228=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 44 (17.58% from 255 or 11.83% from 372); Blue value is 228 (89.45% from 255 or 61.29% from 372); Max value from RGB is 228 - color contains mainly: blue. Hex color #642CE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642CE4 is #9BD31B. Grayscale: #515151. Windows color (decimal): -10212124 or 14953572. OLE color: 14953572.
HSL color Cylindrical-coordinate representation of color #642CE4: hue angle of 258.26º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #642CE4 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 44 | 228 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.11 |
| HSL | 258.26º | 0.77% | 0.53% | - |
| HSV(B) | 258.26º | 0.81% | 0.89% | - |
| XYZ | 20.16 | 10.11 | 74.29 | - |
| YUV | 81.72 | 210.55 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 228 | 0.56 | 0.81 | 0 | 0.11 | 258.26 | 0.77 | 0.53 |
| Hex | 64 | 2C | E4 | 38 | 51 | 0 | B | 102 | 4D | 35 |
| Octal | 144 | 54 | 344 | 70 | 121 | 0 | 13 | 402 | 115 | 65 |
| Binary | 1100100 | 101100 | 11100100 | 111000 | 1010001 | 0 | 1011 | 100000010 | 1001101 | 110101 |
Color Harmonies of #642CE4
Complementary color
Monochromatic Colors of #642CE4
Black with #642CE4
Text Example
Text Example
White with #642CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642CE4; }
p { color: rgb(100,44,228); }
H1.HeaderClassName
{
color: #642CE4;
}
.AnyTagClassName
{
color: #642CE4;
}
</style>
background-color css
<style>
a { background-color: #642CE4; }
a { background-color: rgb(100,44,228); }
div.DivClassName
{
background-color: #642CE4;
}
.BgClassName
{
background-color: #642CE4;
}
</style>
border-color css
<style>
span { border-color: #642CE4; }
span { border-color: rgb(100,44,228); }
td.TdClassName
{
border-color: #642CE4;
}
.TagClassName
{
border-color: #642CE4;
}
</style>