Shades of Han Purple #4C0AEF
Tints of Han Purple #4C0AEF
RGB
CMYK
RGB Variations
Color information
#4C0AEF (or 0x4C0AEF) is known color: Han Purple. HEX triplet: 4C, 0A and EF. RGB value is (76,10,239). Sum of RGB (Red+Green+Blue) = 76+10+239=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #4C0AEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0AEF is #B3F510. Grayscale: #363636. Windows color (decimal): -11793681 or 15665740. OLE color: 15665740.
HSL color Cylindrical-coordinate representation of color #4C0AEF: hue angle of 257.29º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C0AEF is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 10 | 239 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.06 |
| HSL | 257.29º | 0.92% | 0.49% | - |
| HSV(B) | 257.29º | 0.96% | 0.94% | - |
| XYZ | 18.67 | 7.99 | 82.22 | - |
| YUV | 55.84 | 231.37 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 10 | 239 | 0.68 | 0.96 | 0 | 0.06 | 257.29 | 0.92 | 0.49 |
| Hex | 4C | A | EF | 44 | 60 | 0 | 6 | 101 | 5C | 31 |
| Octal | 114 | 12 | 357 | 104 | 140 | 0 | 6 | 401 | 134 | 61 |
| Binary | 1001100 | 1010 | 11101111 | 1000100 | 1100000 | 0 | 110 | 100000001 | 1011100 | 110001 |
Color Harmonies of #4C0AEF
Complementary color
Monochromatic Colors of #4C0AEF
Black with #4C0AEF
Text Example
Text Example
White with #4C0AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0AEF; }
p { color: rgb(76,10,239); }
H1.HeaderClassName
{
color: #4C0AEF;
}
.AnyTagClassName
{
color: #4C0AEF;
}
</style>
background-color css
<style>
a { background-color: #4C0AEF; }
a { background-color: rgb(76,10,239); }
div.DivClassName
{
background-color: #4C0AEF;
}
.BgClassName
{
background-color: #4C0AEF;
}
</style>
border-color css
<style>
span { border-color: #4C0AEF; }
span { border-color: rgb(76,10,239); }
td.TdClassName
{
border-color: #4C0AEF;
}
.TagClassName
{
border-color: #4C0AEF;
}
</style>