Shades of Han Purple #4C0DDB
Tints of Han Purple #4C0DDB
RGB
CMYK
RGB Variations
Color information
#4C0DDB (or 0x4C0DDB) is known color: Han Purple. HEX triplet: 4C, 0D and DB. RGB value is (76,13,219). Sum of RGB (Red+Green+Blue) = 76+13+219=308 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.68% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C0DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0DDB is #B3F224. Grayscale: #363636. Windows color (decimal): -11792933 or 14355788. OLE color: 14355788.
HSL color Cylindrical-coordinate representation of color #4C0DDB: hue angle of 258.35º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0DDB is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 13 | 219 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.14 |
| HSL | 258.35º | 0.89% | 0.45% | - |
| HSV(B) | 258.35º | 0.94% | 0.86% | - |
| XYZ | 15.91 | 6.94 | 67.52 | - |
| YUV | 55.32 | 220.37 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 13 | 219 | 0.65 | 0.94 | 0 | 0.14 | 258.35 | 0.89 | 0.45 |
| Hex | 4C | D | DB | 41 | 5E | 0 | E | 102 | 59 | 2D |
| Octal | 114 | 15 | 333 | 101 | 136 | 0 | 16 | 402 | 131 | 55 |
| Binary | 1001100 | 1101 | 11011011 | 1000001 | 1011110 | 0 | 1110 | 100000010 | 1011001 | 101101 |
Color Harmonies of #4C0DDB
Complementary color
Monochromatic Colors of #4C0DDB
Black with #4C0DDB
Text Example
Text Example
White with #4C0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0DDB; }
p { color: rgb(76,13,219); }
H1.HeaderClassName
{
color: #4C0DDB;
}
.AnyTagClassName
{
color: #4C0DDB;
}
</style>
background-color css
<style>
a { background-color: #4C0DDB; }
a { background-color: rgb(76,13,219); }
div.DivClassName
{
background-color: #4C0DDB;
}
.BgClassName
{
background-color: #4C0DDB;
}
</style>
border-color css
<style>
span { border-color: #4C0DDB; }
span { border-color: rgb(76,13,219); }
td.TdClassName
{
border-color: #4C0DDB;
}
.TagClassName
{
border-color: #4C0DDB;
}
</style>