Shades of Han Purple #4C0DE7
Tints of Han Purple #4C0DE7
RGB
CMYK
RGB Variations
Color information
#4C0DE7 (or 0x4C0DE7) is known color: Han Purple. HEX triplet: 4C, 0D and E7. RGB value is (76,13,231). Sum of RGB (Red+Green+Blue) = 76+13+231=320 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.75% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 231 (90.62% from 255 or 72.19% from 320); Max value from RGB is 231 - color contains mainly: blue. Hex color #4C0DE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0DE7 is #B3F218. Grayscale: #373737. Windows color (decimal): -11792921 or 15142220. OLE color: 15142220.
HSL color Cylindrical-coordinate representation of color #4C0DE7: hue angle of 257.34º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0DE7 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 13 | 231 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.09 |
| HSL | 257.34º | 0.89% | 0.48% | - |
| HSV(B) | 257.34º | 0.94% | 0.91% | - |
| XYZ | 17.55 | 7.59 | 76.14 | - |
| YUV | 56.69 | 226.37 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 13 | 231 | 0.67 | 0.94 | 0 | 0.09 | 257.34 | 0.89 | 0.48 |
| Hex | 4C | D | E7 | 43 | 5E | 0 | 9 | 101 | 59 | 30 |
| Octal | 114 | 15 | 347 | 103 | 136 | 0 | 11 | 401 | 131 | 60 |
| Binary | 1001100 | 1101 | 11100111 | 1000011 | 1011110 | 0 | 1001 | 100000001 | 1011001 | 110000 |
Color Harmonies of #4C0DE7
Complementary color
Monochromatic Colors of #4C0DE7
Black with #4C0DE7
Text Example
Text Example
White with #4C0DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0DE7; }
p { color: rgb(76,13,231); }
H1.HeaderClassName
{
color: #4C0DE7;
}
.AnyTagClassName
{
color: #4C0DE7;
}
</style>
background-color css
<style>
a { background-color: #4C0DE7; }
a { background-color: rgb(76,13,231); }
div.DivClassName
{
background-color: #4C0DE7;
}
.BgClassName
{
background-color: #4C0DE7;
}
</style>
border-color css
<style>
span { border-color: #4C0DE7; }
span { border-color: rgb(76,13,231); }
td.TdClassName
{
border-color: #4C0DE7;
}
.TagClassName
{
border-color: #4C0DE7;
}
</style>