Shades of Han Purple #4C0EF9
Tints of Han Purple #4C0EF9
RGB
CMYK
RGB Variations
Color information
#4C0EF9 (or 0x4C0EF9) is known color: Han Purple. HEX triplet: 4C, 0E and F9. RGB value is (76,14,249). Sum of RGB (Red+Green+Blue) = 76+14+249=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 249 (97.66% from 255 or 73.45% from 339); Max value from RGB is 249 - color contains mainly: blue. Hex color #4C0EF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0EF9 is #B3F106. Grayscale: #3A3A3A. Windows color (decimal): -11792647 or 16322124. OLE color: 16322124.
HSL color Cylindrical-coordinate representation of color #4C0EF9: hue angle of 255.83º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0EF9 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 14 | 249 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.02 |
| HSL | 255.83º | 0.95% | 0.52% | - |
| HSV(B) | 255.83º | 0.94% | 0.98% | - |
| XYZ | 20.24 | 8.69 | 90.23 | - |
| YUV | 59.33 | 235.04 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 14 | 249 | 0.69 | 0.94 | 0 | 0.02 | 255.83 | 0.95 | 0.52 |
| Hex | 4C | E | F9 | 45 | 5E | 0 | 2 | 100 | 5F | 34 |
| Octal | 114 | 16 | 371 | 105 | 136 | 0 | 2 | 400 | 137 | 64 |
| Binary | 1001100 | 1110 | 11111001 | 1000101 | 1011110 | 0 | 10 | 100000000 | 1011111 | 110100 |
Color Harmonies of #4C0EF9
Complementary color
Monochromatic Colors of #4C0EF9
Black with #4C0EF9
Text Example
Text Example
White with #4C0EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0EF9; }
p { color: rgb(76,14,249); }
H1.HeaderClassName
{
color: #4C0EF9;
}
.AnyTagClassName
{
color: #4C0EF9;
}
</style>
background-color css
<style>
a { background-color: #4C0EF9; }
a { background-color: rgb(76,14,249); }
div.DivClassName
{
background-color: #4C0EF9;
}
.BgClassName
{
background-color: #4C0EF9;
}
</style>
border-color css
<style>
span { border-color: #4C0EF9; }
span { border-color: rgb(76,14,249); }
td.TdClassName
{
border-color: #4C0EF9;
}
.TagClassName
{
border-color: #4C0EF9;
}
</style>