Shades of Tyrian Purple #4A0341
Tints of Tyrian Purple #4A0341
RGB
CMYK
RGB Variations
Color information
#4A0341 (or 0x4A0341) is known color: Tyrian Purple. HEX triplet: 4A, 03 and 41. RGB value is (74,3,65). Sum of RGB (Red+Green+Blue) = 74+3+65=142 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.11% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0341 is #B5FCBE. Grayscale: #1F1F1F. Windows color (decimal): -11926719 or 4260682. OLE color: 4260682.
HSL color Cylindrical-coordinate representation of color #4A0341: hue angle of 307.61º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A0341 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 3 | 65 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.71 |
| HSL | 307.61º | 0.92% | 0.15% | - |
| HSV(B) | 307.61º | 0.96% | 0.29% | - |
| XYZ | 3.81 | 1.9 | 5.17 | - |
| YUV | 31.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 65 | 0 | 0.96 | 0.12 | 0.71 | 307.61 | 0.92 | 0.15 |
| Hex | 4A | 3 | 41 | 0 | 60 | C | 47 | 134 | 5C | F |
| Octal | 112 | 3 | 101 | 0 | 140 | 14 | 107 | 464 | 134 | 17 |
| Binary | 1001010 | 11 | 1000001 | 0 | 1100000 | 1100 | 1000111 | 100110100 | 1011100 | 1111 |
Color Harmonies of #4A0341
Complementary color
Monochromatic Colors of #4A0341
Black with #4A0341
Text Example
Text Example
White with #4A0341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0341; }
p { color: rgb(74,3,65); }
H1.HeaderClassName
{
color: #4A0341;
}
.AnyTagClassName
{
color: #4A0341;
}
</style>
background-color css
<style>
a { background-color: #4A0341; }
a { background-color: rgb(74,3,65); }
div.DivClassName
{
background-color: #4A0341;
}
.BgClassName
{
background-color: #4A0341;
}
</style>
border-color css
<style>
span { border-color: #4A0341; }
span { border-color: rgb(74,3,65); }
td.TdClassName
{
border-color: #4A0341;
}
.TagClassName
{
border-color: #4A0341;
}
</style>