Shades of Tyrian Purple #4C0541
Tints of Tyrian Purple #4C0541
RGB
CMYK
RGB Variations
Color information
#4C0541 (or 0x4C0541) is known color: Tyrian Purple. HEX triplet: 4C, 05 and 41. RGB value is (76,5,65). Sum of RGB (Red+Green+Blue) = 76+5+65=146 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.05% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0541 is #B3FABE. Grayscale: #202020. Windows color (decimal): -11795135 or 4261196. OLE color: 4261196.
HSL color Cylindrical-coordinate representation of color #4C0541: hue angle of 309.3º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C0541 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 5 | 65 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.70 |
| HSL | 309.3º | 0.88% | 0.16% | - |
| HSV(B) | 309.3º | 0.93% | 0.3% | - |
| XYZ | 3.99 | 2.03 | 5.18 | - |
| YUV | 33.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 5 | 65 | 0 | 0.93 | 0.14 | 0.70 | 309.3 | 0.88 | 0.16 |
| Hex | 4C | 5 | 41 | 0 | 5D | E | 46 | 135 | 58 | 10 |
| Octal | 114 | 5 | 101 | 0 | 135 | 16 | 106 | 465 | 130 | 20 |
| Binary | 1001100 | 101 | 1000001 | 0 | 1011101 | 1110 | 1000110 | 100110101 | 1011000 | 10000 |
Color Harmonies of #4C0541
Complementary color
Monochromatic Colors of #4C0541
Black with #4C0541
Text Example
Text Example
White with #4C0541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0541; }
p { color: rgb(76,5,65); }
H1.HeaderClassName
{
color: #4C0541;
}
.AnyTagClassName
{
color: #4C0541;
}
</style>
background-color css
<style>
a { background-color: #4C0541; }
a { background-color: rgb(76,5,65); }
div.DivClassName
{
background-color: #4C0541;
}
.BgClassName
{
background-color: #4C0541;
}
</style>
border-color css
<style>
span { border-color: #4C0541; }
span { border-color: rgb(76,5,65); }
td.TdClassName
{
border-color: #4C0541;
}
.TagClassName
{
border-color: #4C0541;
}
</style>