Shades of Tyrian Purple #4A013F
Tints of Tyrian Purple #4A013F
RGB
CMYK
RGB Variations
Color information
#4A013F (or 0x4A013F) is known color: Tyrian Purple. HEX triplet: 4A, 01 and 3F. RGB value is (74,1,63). Sum of RGB (Red+Green+Blue) = 74+1+63=138 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.62% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 74 - color contains mainly: red. Hex color #4A013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A013F is #B5FEC0. Grayscale: #1D1D1D. Windows color (decimal): -11927233 or 4129098. OLE color: 4129098.
HSL color Cylindrical-coordinate representation of color #4A013F: hue angle of 309.04º 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 #4A013F is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.71 |
| HSL | 309.04º | 0.97% | 0.15% | - |
| HSV(B) | 309.04º | 0.99% | 0.29% | - |
| XYZ | 3.73 | 1.84 | 4.86 | - |
| YUV | 29.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 1 | 63 | 0 | 0.99 | 0.15 | 0.71 | 309.04 | 0.97 | 0.15 |
| Hex | 4A | 1 | 3F | 0 | 63 | F | 47 | 135 | 61 | F |
| Octal | 112 | 1 | 77 | 0 | 143 | 17 | 107 | 465 | 141 | 17 |
| Binary | 1001010 | 1 | 111111 | 0 | 1100011 | 1111 | 1000111 | 100110101 | 1100001 | 1111 |
Color Harmonies of #4A013F
Complementary color
Monochromatic Colors of #4A013F
Black with #4A013F
Text Example
Text Example
White with #4A013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A013F; }
p { color: rgb(74,1,63); }
H1.HeaderClassName
{
color: #4A013F;
}
.AnyTagClassName
{
color: #4A013F;
}
</style>
background-color css
<style>
a { background-color: #4A013F; }
a { background-color: rgb(74,1,63); }
div.DivClassName
{
background-color: #4A013F;
}
.BgClassName
{
background-color: #4A013F;
}
</style>
border-color css
<style>
span { border-color: #4A013F; }
span { border-color: rgb(74,1,63); }
td.TdClassName
{
border-color: #4A013F;
}
.TagClassName
{
border-color: #4A013F;
}
</style>