Shades of Tyrian Purple #4A013A
Tints of Tyrian Purple #4A013A
RGB
CMYK
RGB Variations
Color information
#4A013A (or 0x4A013A) is known color: Tyrian Purple. HEX triplet: 4A, 01 and 3A. RGB value is (74,1,58). Sum of RGB (Red+Green+Blue) = 74+1+58=133 (17% of max value = 765). Red value is 74 (29.30% from 255 or 55.64% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 74 - color contains mainly: red. Hex color #4A013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A013A is #B5FEC5. Grayscale: #1D1D1D. Windows color (decimal): -11927238 or 3801418. OLE color: 3801418.
HSL color Cylindrical-coordinate representation of color #4A013A: hue angle of 313.15º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A013A is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.71 |
| HSL | 313.15º | 0.97% | 0.15% | - |
| HSV(B) | 313.15º | 0.99% | 0.29% | - |
| XYZ | 3.6 | 1.78 | 4.16 | - |
| YUV | 29.33 | 144.18 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 1 | 58 | 0 | 0.99 | 0.22 | 0.71 | 313.15 | 0.97 | 0.15 |
| Hex | 4A | 1 | 3A | 0 | 63 | 16 | 47 | 139 | 61 | F |
| Octal | 112 | 1 | 72 | 0 | 143 | 26 | 107 | 471 | 141 | 17 |
| Binary | 1001010 | 1 | 111010 | 0 | 1100011 | 10110 | 1000111 | 100111001 | 1100001 | 1111 |
Color Harmonies of #4A013A
Complementary color
Monochromatic Colors of #4A013A
Black with #4A013A
Text Example
Text Example
White with #4A013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A013A; }
p { color: rgb(74,1,58); }
H1.HeaderClassName
{
color: #4A013A;
}
.AnyTagClassName
{
color: #4A013A;
}
</style>
background-color css
<style>
a { background-color: #4A013A; }
a { background-color: rgb(74,1,58); }
div.DivClassName
{
background-color: #4A013A;
}
.BgClassName
{
background-color: #4A013A;
}
</style>
border-color css
<style>
span { border-color: #4A013A; }
span { border-color: rgb(74,1,58); }
td.TdClassName
{
border-color: #4A013A;
}
.TagClassName
{
border-color: #4A013A;
}
</style>