Shades of Tyrian Purple #4C0341
Tints of Tyrian Purple #4C0341
RGB
CMYK
RGB Variations
Color information
#4C0341 (or 0x4C0341) is known color: Tyrian Purple. HEX triplet: 4C, 03 and 41. RGB value is (76,3,65). Sum of RGB (Red+Green+Blue) = 76+3+65=144 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.78% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0341 is #B3FCBE. Grayscale: #1F1F1F. Windows color (decimal): -11795647 or 4260684. OLE color: 4260684.
HSL color Cylindrical-coordinate representation of color #4C0341: hue angle of 309.04º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C0341 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 3 | 65 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.70 |
| HSL | 309.04º | 0.92% | 0.15% | - |
| HSV(B) | 309.04º | 0.96% | 0.3% | - |
| XYZ | 3.97 | 1.98 | 5.17 | - |
| YUV | 31.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 65 | 0 | 0.96 | 0.14 | 0.70 | 309.04 | 0.92 | 0.15 |
| Hex | 4C | 3 | 41 | 0 | 60 | E | 46 | 135 | 5C | F |
| Octal | 114 | 3 | 101 | 0 | 140 | 16 | 106 | 465 | 134 | 17 |
| Binary | 1001100 | 11 | 1000001 | 0 | 1100000 | 1110 | 1000110 | 100110101 | 1011100 | 1111 |
Color Harmonies of #4C0341
Complementary color
Monochromatic Colors of #4C0341
Black with #4C0341
Text Example
Text Example
White with #4C0341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0341; }
p { color: rgb(76,3,65); }
H1.HeaderClassName
{
color: #4C0341;
}
.AnyTagClassName
{
color: #4C0341;
}
</style>
background-color css
<style>
a { background-color: #4C0341; }
a { background-color: rgb(76,3,65); }
div.DivClassName
{
background-color: #4C0341;
}
.BgClassName
{
background-color: #4C0341;
}
</style>
border-color css
<style>
span { border-color: #4C0341; }
span { border-color: rgb(76,3,65); }
td.TdClassName
{
border-color: #4C0341;
}
.TagClassName
{
border-color: #4C0341;
}
</style>