Shades of Tyrian Purple #4C0444
Tints of Tyrian Purple #4C0444
RGB
CMYK
RGB Variations
Color information
#4C0444 (or 0x4C0444) is known color: Tyrian Purple. HEX triplet: 4C, 04 and 44. RGB value is (76,4,68). Sum of RGB (Red+Green+Blue) = 76+4+68=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0444 is #B3FBBB. Grayscale: #202020. Windows color (decimal): -11795388 or 4457548. OLE color: 4457548.
HSL color Cylindrical-coordinate representation of color #4C0444: hue angle of 306.67º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0444 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 4 | 68 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.70 |
| HSL | 306.67º | 0.9% | 0.16% | - |
| HSV(B) | 306.67º | 0.95% | 0.3% | - |
| XYZ | 4.07 | 2.04 | 5.65 | - |
| YUV | 32.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 4 | 68 | 0 | 0.95 | 0.11 | 0.70 | 306.67 | 0.9 | 0.16 |
| Hex | 4C | 4 | 44 | 0 | 5F | B | 46 | 133 | 5A | 10 |
| Octal | 114 | 4 | 104 | 0 | 137 | 13 | 106 | 463 | 132 | 20 |
| Binary | 1001100 | 100 | 1000100 | 0 | 1011111 | 1011 | 1000110 | 100110011 | 1011010 | 10000 |
Color Harmonies of #4C0444
Complementary color
Monochromatic Colors of #4C0444
Black with #4C0444
Text Example
Text Example
White with #4C0444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0444; }
p { color: rgb(76,4,68); }
H1.HeaderClassName
{
color: #4C0444;
}
.AnyTagClassName
{
color: #4C0444;
}
</style>
background-color css
<style>
a { background-color: #4C0444; }
a { background-color: rgb(76,4,68); }
div.DivClassName
{
background-color: #4C0444;
}
.BgClassName
{
background-color: #4C0444;
}
</style>
border-color css
<style>
span { border-color: #4C0444; }
span { border-color: rgb(76,4,68); }
td.TdClassName
{
border-color: #4C0444;
}
.TagClassName
{
border-color: #4C0444;
}
</style>