Shades of Han Purple #4C06DB
Tints of Han Purple #4C06DB
RGB
CMYK
RGB Variations
Color information
#4C06DB (or 0x4C06DB) is known color: Han Purple. HEX triplet: 4C, 06 and DB. RGB value is (76,6,219). Sum of RGB (Red+Green+Blue) = 76+6+219=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C06DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C06DB is #B3F924. Grayscale: #323232. Windows color (decimal): -11794725 or 14353996. OLE color: 14353996.
HSL color Cylindrical-coordinate representation of color #4C06DB: hue angle of 259.72º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C06DB is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 6 | 219 | - |
| CMYK | 0.65 | 0.97 | 0 | 0.14 |
| HSL | 259.72º | 0.95% | 0.44% | - |
| HSV(B) | 259.72º | 0.97% | 0.86% | - |
| XYZ | 15.83 | 6.78 | 67.49 | - |
| YUV | 51.21 | 222.69 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 6 | 219 | 0.65 | 0.97 | 0 | 0.14 | 259.72 | 0.95 | 0.44 |
| Hex | 4C | 6 | DB | 41 | 61 | 0 | E | 104 | 5F | 2C |
| Octal | 114 | 6 | 333 | 101 | 141 | 0 | 16 | 404 | 137 | 54 |
| Binary | 1001100 | 110 | 11011011 | 1000001 | 1100001 | 0 | 1110 | 100000100 | 1011111 | 101100 |
Color Harmonies of #4C06DB
Complementary color
Monochromatic Colors of #4C06DB
Black with #4C06DB
Text Example
Text Example
White with #4C06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C06DB; }
p { color: rgb(76,6,219); }
H1.HeaderClassName
{
color: #4C06DB;
}
.AnyTagClassName
{
color: #4C06DB;
}
</style>
background-color css
<style>
a { background-color: #4C06DB; }
a { background-color: rgb(76,6,219); }
div.DivClassName
{
background-color: #4C06DB;
}
.BgClassName
{
background-color: #4C06DB;
}
</style>
border-color css
<style>
span { border-color: #4C06DB; }
span { border-color: rgb(76,6,219); }
td.TdClassName
{
border-color: #4C06DB;
}
.TagClassName
{
border-color: #4C06DB;
}
</style>