Shades of Tyrian Purple #4C0440
Tints of Tyrian Purple #4C0440
RGB
CMYK
RGB Variations
Color information
#4C0440 (or 0x4C0440) is known color: Tyrian Purple. HEX triplet: 4C, 04 and 40. RGB value is (76,4,64). Sum of RGB (Red+Green+Blue) = 76+4+64=144 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.78% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0440 is #B3FBBF. Grayscale: #202020. Windows color (decimal): -11795392 or 4195404. OLE color: 4195404.
HSL color Cylindrical-coordinate representation of color #4C0440: hue angle of 310º 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 #4C0440 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 4 | 64 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.70 |
| HSL | 310º | 0.9% | 0.16% | - |
| HSV(B) | 310º | 0.95% | 0.3% | - |
| XYZ | 3.95 | 1.99 | 5.03 | - |
| YUV | 32.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 4 | 64 | 0 | 0.95 | 0.16 | 0.70 | 310 | 0.9 | 0.16 |
| Hex | 4C | 4 | 40 | 0 | 5F | 10 | 46 | 136 | 5A | 10 |
| Octal | 114 | 4 | 100 | 0 | 137 | 20 | 106 | 466 | 132 | 20 |
| Binary | 1001100 | 100 | 1000000 | 0 | 1011111 | 10000 | 1000110 | 100110110 | 1011010 | 10000 |
Color Harmonies of #4C0440
Complementary color
Monochromatic Colors of #4C0440
Black with #4C0440
Text Example
Text Example
White with #4C0440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0440; }
p { color: rgb(76,4,64); }
H1.HeaderClassName
{
color: #4C0440;
}
.AnyTagClassName
{
color: #4C0440;
}
</style>
background-color css
<style>
a { background-color: #4C0440; }
a { background-color: rgb(76,4,64); }
div.DivClassName
{
background-color: #4C0440;
}
.BgClassName
{
background-color: #4C0440;
}
</style>
border-color css
<style>
span { border-color: #4C0440; }
span { border-color: rgb(76,4,64); }
td.TdClassName
{
border-color: #4C0440;
}
.TagClassName
{
border-color: #4C0440;
}
</style>