Shades of Han Purple #4C23DB
Tints of Han Purple #4C23DB
RGB
CMYK
RGB Variations
Color information
#4C23DB (or 0x4C23DB) is known color: Han Purple. HEX triplet: 4C, 23 and DB. RGB value is (76,35,219). Sum of RGB (Red+Green+Blue) = 76+35+219=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C23DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C23DB is #B3DC24. Grayscale: #434343. Windows color (decimal): -11787301 or 14361420. OLE color: 14361420.
HSL color Cylindrical-coordinate representation of color #4C23DB: hue angle of 253.37º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C23DB is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 35 | 219 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.14 |
| HSL | 253.37º | 0.72% | 0.5% | - |
| HSV(B) | 253.37º | 0.84% | 0.86% | - |
| XYZ | 16.37 | 7.85 | 67.67 | - |
| YUV | 68.24 | 213.08 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 35 | 219 | 0.65 | 0.84 | 0 | 0.14 | 253.37 | 0.72 | 0.5 |
| Hex | 4C | 23 | DB | 41 | 54 | 0 | E | FD | 48 | 32 |
| Octal | 114 | 43 | 333 | 101 | 124 | 0 | 16 | 375 | 110 | 62 |
| Binary | 1001100 | 100011 | 11011011 | 1000001 | 1010100 | 0 | 1110 | 11111101 | 1001000 | 110010 |
Color Harmonies of #4C23DB
Complementary color
Monochromatic Colors of #4C23DB
Black with #4C23DB
Text Example
Text Example
White with #4C23DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C23DB; }
p { color: rgb(76,35,219); }
H1.HeaderClassName
{
color: #4C23DB;
}
.AnyTagClassName
{
color: #4C23DB;
}
</style>
background-color css
<style>
a { background-color: #4C23DB; }
a { background-color: rgb(76,35,219); }
div.DivClassName
{
background-color: #4C23DB;
}
.BgClassName
{
background-color: #4C23DB;
}
</style>
border-color css
<style>
span { border-color: #4C23DB; }
span { border-color: rgb(76,35,219); }
td.TdClassName
{
border-color: #4C23DB;
}
.TagClassName
{
border-color: #4C23DB;
}
</style>