Shades of Han Purple #4C1CD6
Tints of Han Purple #4C1CD6
RGB
CMYK
RGB Variations
Color information
#4C1CD6 (or 0x4C1CD6) is known color: Han Purple. HEX triplet: 4C, 1C and D6. RGB value is (76,28,214). Sum of RGB (Red+Green+Blue) = 76+28+214=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 214 (83.98% from 255 or 67.30% from 318); Max value from RGB is 214 - color contains mainly: blue. Hex color #4C1CD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1CD6 is #B3E329. Grayscale: #3E3E3E. Windows color (decimal): -11789098 or 14031948. OLE color: 14031948.
HSL color Cylindrical-coordinate representation of color #4C1CD6: hue angle of 255.48º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C1CD6 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 28 | 214 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.16 |
| HSL | 255.48º | 0.77% | 0.47% | - |
| HSV(B) | 255.48º | 0.87% | 0.84% | - |
| XYZ | 15.53 | 7.22 | 64.19 | - |
| YUV | 63.56 | 212.9 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 28 | 214 | 0.64 | 0.87 | 0 | 0.16 | 255.48 | 0.77 | 0.47 |
| Hex | 4C | 1C | D6 | 40 | 57 | 0 | 10 | FF | 4D | 2F |
| Octal | 114 | 34 | 326 | 100 | 127 | 0 | 20 | 377 | 115 | 57 |
| Binary | 1001100 | 11100 | 11010110 | 1000000 | 1010111 | 0 | 10000 | 11111111 | 1001101 | 101111 |
Color Harmonies of #4C1CD6
Complementary color
Monochromatic Colors of #4C1CD6
Black with #4C1CD6
Text Example
Text Example
White with #4C1CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1CD6; }
p { color: rgb(76,28,214); }
H1.HeaderClassName
{
color: #4C1CD6;
}
.AnyTagClassName
{
color: #4C1CD6;
}
</style>
background-color css
<style>
a { background-color: #4C1CD6; }
a { background-color: rgb(76,28,214); }
div.DivClassName
{
background-color: #4C1CD6;
}
.BgClassName
{
background-color: #4C1CD6;
}
</style>
border-color css
<style>
span { border-color: #4C1CD6; }
span { border-color: rgb(76,28,214); }
td.TdClassName
{
border-color: #4C1CD6;
}
.TagClassName
{
border-color: #4C1CD6;
}
</style>