Shades of Tyrian Purple #4A033C
Tints of Tyrian Purple #4A033C
RGB
CMYK
RGB Variations
Color information
#4A033C (or 0x4A033C) is known color: Tyrian Purple. HEX triplet: 4A, 03 and 3C. RGB value is (74,3,60). Sum of RGB (Red+Green+Blue) = 74+3+60=137 (18% of max value = 765). Red value is 74 (29.30% from 255 or 54.01% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 74 - color contains mainly: red. Hex color #4A033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A033C is #B5FCC3. Grayscale: #1E1E1E. Windows color (decimal): -11926724 or 3933002. OLE color: 3933002.
HSL color Cylindrical-coordinate representation of color #4A033C: hue angle of 311.83º 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 #4A033C is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 3 | 60 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.71 |
| HSL | 311.83º | 0.92% | 0.15% | - |
| HSV(B) | 311.83º | 0.96% | 0.29% | - |
| XYZ | 3.67 | 1.85 | 4.44 | - |
| YUV | 30.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 60 | 0 | 0.96 | 0.19 | 0.71 | 311.83 | 0.92 | 0.15 |
| Hex | 4A | 3 | 3C | 0 | 60 | 13 | 47 | 138 | 5C | F |
| Octal | 112 | 3 | 74 | 0 | 140 | 23 | 107 | 470 | 134 | 17 |
| Binary | 1001010 | 11 | 111100 | 0 | 1100000 | 10011 | 1000111 | 100111000 | 1011100 | 1111 |
Color Harmonies of #4A033C
Complementary color
Monochromatic Colors of #4A033C
Black with #4A033C
Text Example
Text Example
White with #4A033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A033C; }
p { color: rgb(74,3,60); }
H1.HeaderClassName
{
color: #4A033C;
}
.AnyTagClassName
{
color: #4A033C;
}
</style>
background-color css
<style>
a { background-color: #4A033C; }
a { background-color: rgb(74,3,60); }
div.DivClassName
{
background-color: #4A033C;
}
.BgClassName
{
background-color: #4A033C;
}
</style>
border-color css
<style>
span { border-color: #4A033C; }
span { border-color: rgb(74,3,60); }
td.TdClassName
{
border-color: #4A033C;
}
.TagClassName
{
border-color: #4A033C;
}
</style>