Shades of Tyrian Purple #4A043D
Tints of Tyrian Purple #4A043D
RGB
CMYK
RGB Variations
Color information
#4A043D (or 0x4A043D) is known color: Tyrian Purple. HEX triplet: 4A, 04 and 3D. RGB value is (74,4,61). Sum of RGB (Red+Green+Blue) = 74+4+61=139 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.24% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 74 - color contains mainly: red. Hex color #4A043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A043D is #B5FBC2. Grayscale: #1F1F1F. Windows color (decimal): -11926467 or 3998794. OLE color: 3998794.
HSL color Cylindrical-coordinate representation of color #4A043D: hue angle of 311.14º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A043D is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 4 | 61 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.71 |
| HSL | 311.14º | 0.9% | 0.15% | - |
| HSV(B) | 311.14º | 0.95% | 0.29% | - |
| XYZ | 3.71 | 1.88 | 4.58 | - |
| YUV | 31.43 | 144.69 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 61 | 0 | 0.95 | 0.18 | 0.71 | 311.14 | 0.9 | 0.15 |
| Hex | 4A | 4 | 3D | 0 | 5F | 12 | 47 | 137 | 5A | F |
| Octal | 112 | 4 | 75 | 0 | 137 | 22 | 107 | 467 | 132 | 17 |
| Binary | 1001010 | 100 | 111101 | 0 | 1011111 | 10010 | 1000111 | 100110111 | 1011010 | 1111 |
Color Harmonies of #4A043D
Complementary color
Monochromatic Colors of #4A043D
Black with #4A043D
Text Example
Text Example
White with #4A043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A043D; }
p { color: rgb(74,4,61); }
H1.HeaderClassName
{
color: #4A043D;
}
.AnyTagClassName
{
color: #4A043D;
}
</style>
background-color css
<style>
a { background-color: #4A043D; }
a { background-color: rgb(74,4,61); }
div.DivClassName
{
background-color: #4A043D;
}
.BgClassName
{
background-color: #4A043D;
}
</style>
border-color css
<style>
span { border-color: #4A043D; }
span { border-color: rgb(74,4,61); }
td.TdClassName
{
border-color: #4A043D;
}
.TagClassName
{
border-color: #4A043D;
}
</style>