Shades of Han Purple #4C23DC
Tints of Han Purple #4C23DC
RGB
CMYK
RGB Variations
Color information
#4C23DC (or 0x4C23DC) is known color: Han Purple. HEX triplet: 4C, 23 and DC. RGB value is (76,35,220). Sum of RGB (Red+Green+Blue) = 76+35+220=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #4C23DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C23DC is #B3DC23. Grayscale: #434343. Windows color (decimal): -11787300 or 14426956. OLE color: 14426956.
HSL color Cylindrical-coordinate representation of color #4C23DC: hue angle of 253.3º degrees, saturation: 0.73, 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 #4C23DC is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 35 | 220 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.14 |
| HSL | 253.3º | 0.73% | 0.5% | - |
| HSV(B) | 253.3º | 0.84% | 0.86% | - |
| XYZ | 16.5 | 7.91 | 68.37 | - |
| YUV | 68.35 | 213.58 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 35 | 220 | 0.65 | 0.84 | 0 | 0.14 | 253.3 | 0.73 | 0.5 |
| Hex | 4C | 23 | DC | 41 | 54 | 0 | E | FD | 49 | 32 |
| Octal | 114 | 43 | 334 | 101 | 124 | 0 | 16 | 375 | 111 | 62 |
| Binary | 1001100 | 100011 | 11011100 | 1000001 | 1010100 | 0 | 1110 | 11111101 | 1001001 | 110010 |
Color Harmonies of #4C23DC
Complementary color
Monochromatic Colors of #4C23DC
Black with #4C23DC
Text Example
Text Example
White with #4C23DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C23DC; }
p { color: rgb(76,35,220); }
H1.HeaderClassName
{
color: #4C23DC;
}
.AnyTagClassName
{
color: #4C23DC;
}
</style>
background-color css
<style>
a { background-color: #4C23DC; }
a { background-color: rgb(76,35,220); }
div.DivClassName
{
background-color: #4C23DC;
}
.BgClassName
{
background-color: #4C23DC;
}
</style>
border-color css
<style>
span { border-color: #4C23DC; }
span { border-color: rgb(76,35,220); }
td.TdClassName
{
border-color: #4C23DC;
}
.TagClassName
{
border-color: #4C23DC;
}
</style>