Shades of Han Purple #642CE5
Tints of Han Purple #642CE5
RGB
CMYK
RGB Variations
Color information
#642CE5 (or 0x642CE5) is known color: Han Purple. HEX triplet: 64, 2C and E5. RGB value is (100,44,229). Sum of RGB (Red+Green+Blue) = 100+44+229=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 229 (89.84% from 255 or 61.39% from 373); Max value from RGB is 229 - color contains mainly: blue. Hex color #642CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642CE5 is #9BD31A. Grayscale: #515151. Windows color (decimal): -10212123 or 15019108. OLE color: 15019108.
HSL color Cylindrical-coordinate representation of color #642CE5: hue angle of 258.16º degrees, saturation: 0.78, 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 #642CE5 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 44 | 229 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.10 |
| HSL | 258.16º | 0.78% | 0.54% | - |
| HSV(B) | 258.16º | 0.81% | 0.9% | - |
| XYZ | 20.3 | 10.17 | 75.02 | - |
| YUV | 81.83 | 211.05 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 229 | 0.56 | 0.81 | 0 | 0.10 | 258.16 | 0.78 | 0.54 |
| Hex | 64 | 2C | E5 | 38 | 51 | 0 | A | 102 | 4E | 36 |
| Octal | 144 | 54 | 345 | 70 | 121 | 0 | 12 | 402 | 116 | 66 |
| Binary | 1100100 | 101100 | 11100101 | 111000 | 1010001 | 0 | 1010 | 100000010 | 1001110 | 110110 |
Color Harmonies of #642CE5
Complementary color
Monochromatic Colors of #642CE5
Black with #642CE5
Text Example
Text Example
White with #642CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642CE5; }
p { color: rgb(100,44,229); }
H1.HeaderClassName
{
color: #642CE5;
}
.AnyTagClassName
{
color: #642CE5;
}
</style>
background-color css
<style>
a { background-color: #642CE5; }
a { background-color: rgb(100,44,229); }
div.DivClassName
{
background-color: #642CE5;
}
.BgClassName
{
background-color: #642CE5;
}
</style>
border-color css
<style>
span { border-color: #642CE5; }
span { border-color: rgb(100,44,229); }
td.TdClassName
{
border-color: #642CE5;
}
.TagClassName
{
border-color: #642CE5;
}
</style>