Shades of Han Purple #4C0DDF
Tints of Han Purple #4C0DDF
RGB
CMYK
RGB Variations
Color information
#4C0DDF (or 0x4C0DDF) is known color: Han Purple. HEX triplet: 4C, 0D and DF. RGB value is (76,13,223). Sum of RGB (Red+Green+Blue) = 76+13+223=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C0DDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0DDF is #B3F220. Grayscale: #373737. Windows color (decimal): -11792929 or 14617932. OLE color: 14617932.
HSL color Cylindrical-coordinate representation of color #4C0DDF: hue angle of 258º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0DDF is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 13 | 223 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.13 |
| HSL | 258º | 0.89% | 0.46% | - |
| HSV(B) | 258º | 0.94% | 0.87% | - |
| XYZ | 16.44 | 7.15 | 70.33 | - |
| YUV | 55.78 | 222.37 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 13 | 223 | 0.66 | 0.94 | 0 | 0.13 | 258 | 0.89 | 0.46 |
| Hex | 4C | D | DF | 42 | 5E | 0 | D | 102 | 59 | 2E |
| Octal | 114 | 15 | 337 | 102 | 136 | 0 | 15 | 402 | 131 | 56 |
| Binary | 1001100 | 1101 | 11011111 | 1000010 | 1011110 | 0 | 1101 | 100000010 | 1011001 | 101110 |
Color Harmonies of #4C0DDF
Complementary color
Monochromatic Colors of #4C0DDF
Black with #4C0DDF
Text Example
Text Example
White with #4C0DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0DDF; }
p { color: rgb(76,13,223); }
H1.HeaderClassName
{
color: #4C0DDF;
}
.AnyTagClassName
{
color: #4C0DDF;
}
</style>
background-color css
<style>
a { background-color: #4C0DDF; }
a { background-color: rgb(76,13,223); }
div.DivClassName
{
background-color: #4C0DDF;
}
.BgClassName
{
background-color: #4C0DDF;
}
</style>
border-color css
<style>
span { border-color: #4C0DDF; }
span { border-color: rgb(76,13,223); }
td.TdClassName
{
border-color: #4C0DDF;
}
.TagClassName
{
border-color: #4C0DDF;
}
</style>