Shades of Han Purple #4C1DDA
Tints of Han Purple #4C1DDA
RGB
CMYK
RGB Variations
Color information
#4C1DDA (or 0x4C1DDA) is known color: Han Purple. HEX triplet: 4C, 1D and DA. RGB value is (76,29,218). Sum of RGB (Red+Green+Blue) = 76+29+218=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 218 (85.55% from 255 or 67.49% from 323); Max value from RGB is 218 - color contains mainly: blue. Hex color #4C1DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1DDA is #B3E225. Grayscale: #3F3F3F. Windows color (decimal): -11788838 or 14294348. OLE color: 14294348.
HSL color Cylindrical-coordinate representation of color #4C1DDA: hue angle of 254.92º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C1DDA is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 29 | 218 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.15 |
| HSL | 254.92º | 0.77% | 0.48% | - |
| HSV(B) | 254.92º | 0.87% | 0.85% | - |
| XYZ | 16.07 | 7.48 | 66.93 | - |
| YUV | 64.6 | 214.57 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 29 | 218 | 0.65 | 0.87 | 0 | 0.15 | 254.92 | 0.77 | 0.48 |
| Hex | 4C | 1D | DA | 41 | 57 | 0 | F | FF | 4D | 30 |
| Octal | 114 | 35 | 332 | 101 | 127 | 0 | 17 | 377 | 115 | 60 |
| Binary | 1001100 | 11101 | 11011010 | 1000001 | 1010111 | 0 | 1111 | 11111111 | 1001101 | 110000 |
Color Harmonies of #4C1DDA
Complementary color
Monochromatic Colors of #4C1DDA
Black with #4C1DDA
Text Example
Text Example
White with #4C1DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1DDA; }
p { color: rgb(76,29,218); }
H1.HeaderClassName
{
color: #4C1DDA;
}
.AnyTagClassName
{
color: #4C1DDA;
}
</style>
background-color css
<style>
a { background-color: #4C1DDA; }
a { background-color: rgb(76,29,218); }
div.DivClassName
{
background-color: #4C1DDA;
}
.BgClassName
{
background-color: #4C1DDA;
}
</style>
border-color css
<style>
span { border-color: #4C1DDA; }
span { border-color: rgb(76,29,218); }
td.TdClassName
{
border-color: #4C1DDA;
}
.TagClassName
{
border-color: #4C1DDA;
}
</style>