Shades of Han Purple #4C1CE0
Tints of Han Purple #4C1CE0
RGB
CMYK
RGB Variations
Color information
#4C1CE0 (or 0x4C1CE0) is known color: Han Purple. HEX triplet: 4C, 1C and E0. RGB value is (76,28,224). Sum of RGB (Red+Green+Blue) = 76+28+224=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 224 (87.89% from 255 or 68.29% from 328); Max value from RGB is 224 - color contains mainly: blue. Hex color #4C1CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1CE0 is #B3E31F. Grayscale: #3F3F3F. Windows color (decimal): -11789088 or 14687308. OLE color: 14687308.
HSL color Cylindrical-coordinate representation of color #4C1CE0: hue angle of 254.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C1CE0 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 28 | 224 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.12 |
| HSL | 254.69º | 0.78% | 0.49% | - |
| HSV(B) | 254.69º | 0.88% | 0.88% | - |
| XYZ | 16.85 | 7.75 | 71.13 | - |
| YUV | 64.7 | 217.9 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 28 | 224 | 0.66 | 0.88 | 0 | 0.12 | 254.69 | 0.78 | 0.49 |
| Hex | 4C | 1C | E0 | 42 | 58 | 0 | C | FF | 4E | 31 |
| Octal | 114 | 34 | 340 | 102 | 130 | 0 | 14 | 377 | 116 | 61 |
| Binary | 1001100 | 11100 | 11100000 | 1000010 | 1011000 | 0 | 1100 | 11111111 | 1001110 | 110001 |
Color Harmonies of #4C1CE0
Complementary color
Monochromatic Colors of #4C1CE0
Black with #4C1CE0
Text Example
Text Example
White with #4C1CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1CE0; }
p { color: rgb(76,28,224); }
H1.HeaderClassName
{
color: #4C1CE0;
}
.AnyTagClassName
{
color: #4C1CE0;
}
</style>
background-color css
<style>
a { background-color: #4C1CE0; }
a { background-color: rgb(76,28,224); }
div.DivClassName
{
background-color: #4C1CE0;
}
.BgClassName
{
background-color: #4C1CE0;
}
</style>
border-color css
<style>
span { border-color: #4C1CE0; }
span { border-color: rgb(76,28,224); }
td.TdClassName
{
border-color: #4C1CE0;
}
.TagClassName
{
border-color: #4C1CE0;
}
</style>