Shades of Han Purple #4C04E5
Tints of Han Purple #4C04E5
RGB
CMYK
RGB Variations
Color information
#4C04E5 (or 0x4C04E5) is known color: Han Purple. HEX triplet: 4C, 04 and E5. RGB value is (76,4,229). Sum of RGB (Red+Green+Blue) = 76+4+229=309 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.60% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 229 (89.84% from 255 or 74.11% from 309); Max value from RGB is 229 - color contains mainly: blue. Hex color #4C04E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C04E5 is #B3FB1A. Grayscale: #323232. Windows color (decimal): -11795227 or 15008844. OLE color: 15008844.
HSL color Cylindrical-coordinate representation of color #4C04E5: hue angle of 259.2º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C04E5 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 76 | 4 | 229 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.10 |
| HSL | 259.2º | 0.97% | 0.46% | - |
| HSV(B) | 259.2º | 0.98% | 0.9% | - |
| XYZ | 17.17 | 7.28 | 74.63 | - |
| YUV | 51.18 | 228.35 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 4 | 229 | 0.67 | 0.98 | 0 | 0.10 | 259.2 | 0.97 | 0.46 |
| Hex | 4C | 4 | E5 | 43 | 62 | 0 | A | 103 | 61 | 2E |
| Octal | 114 | 4 | 345 | 103 | 142 | 0 | 12 | 403 | 141 | 56 |
| Binary | 1001100 | 100 | 11100101 | 1000011 | 1100010 | 0 | 1010 | 100000011 | 1100001 | 101110 |
Color Harmonies of #4C04E5
Complementary color
Monochromatic Colors of #4C04E5
Black with #4C04E5
Text Example
Text Example
White with #4C04E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C04E5; }
p { color: rgb(76,4,229); }
H1.HeaderClassName
{
color: #4C04E5;
}
.AnyTagClassName
{
color: #4C04E5;
}
</style>
background-color css
<style>
a { background-color: #4C04E5; }
a { background-color: rgb(76,4,229); }
div.DivClassName
{
background-color: #4C04E5;
}
.BgClassName
{
background-color: #4C04E5;
}
</style>
border-color css
<style>
span { border-color: #4C04E5; }
span { border-color: rgb(76,4,229); }
td.TdClassName
{
border-color: #4C04E5;
}
.TagClassName
{
border-color: #4C04E5;
}
</style>