Shades of Han Purple #4C1FEC
Tints of Han Purple #4C1FEC
RGB
CMYK
RGB Variations
Color information
#4C1FEC (or 0x4C1FEC) is known color: Han Purple. HEX triplet: 4C, 1F and EC. RGB value is (76,31,236). Sum of RGB (Red+Green+Blue) = 76+31+236=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 236 (92.58% from 255 or 68.80% from 343); Max value from RGB is 236 - color contains mainly: blue. Hex color #4C1FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C1FEC is #B3E013. Grayscale: #434343. Windows color (decimal): -11788308 or 15474508. OLE color: 15474508.
HSL color Cylindrical-coordinate representation of color #4C1FEC: hue angle of 253.17º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C1FEC is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 31 | 236 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.07 |
| HSL | 253.17º | 0.84% | 0.52% | - |
| HSV(B) | 253.17º | 0.87% | 0.93% | - |
| XYZ | 18.61 | 8.57 | 80.03 | - |
| YUV | 67.83 | 222.91 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 31 | 236 | 0.68 | 0.87 | 0 | 0.07 | 253.17 | 0.84 | 0.52 |
| Hex | 4C | 1F | EC | 44 | 57 | 0 | 7 | FD | 54 | 34 |
| Octal | 114 | 37 | 354 | 104 | 127 | 0 | 7 | 375 | 124 | 64 |
| Binary | 1001100 | 11111 | 11101100 | 1000100 | 1010111 | 0 | 111 | 11111101 | 1010100 | 110100 |
Color Harmonies of #4C1FEC
Complementary color
Monochromatic Colors of #4C1FEC
Black with #4C1FEC
Text Example
Text Example
White with #4C1FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1FEC; }
p { color: rgb(76,31,236); }
H1.HeaderClassName
{
color: #4C1FEC;
}
.AnyTagClassName
{
color: #4C1FEC;
}
</style>
background-color css
<style>
a { background-color: #4C1FEC; }
a { background-color: rgb(76,31,236); }
div.DivClassName
{
background-color: #4C1FEC;
}
.BgClassName
{
background-color: #4C1FEC;
}
</style>
border-color css
<style>
span { border-color: #4C1FEC; }
span { border-color: rgb(76,31,236); }
td.TdClassName
{
border-color: #4C1FEC;
}
.TagClassName
{
border-color: #4C1FEC;
}
</style>