Shades of Tyrian Purple #4A033F
Tints of Tyrian Purple #4A033F
RGB
CMYK
RGB Variations
Color information
#4A033F (or 0x4A033F) is known color: Tyrian Purple. HEX triplet: 4A, 03 and 3F. RGB value is (74,3,63). Sum of RGB (Red+Green+Blue) = 74+3+63=140 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.86% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 74 - color contains mainly: red. Hex color #4A033F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A033F is #B5FCC0. Grayscale: #1E1E1E. Windows color (decimal): -11926721 or 4129610. OLE color: 4129610.
HSL color Cylindrical-coordinate representation of color #4A033F: hue angle of 309.3º 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 #4A033F is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 3 | 63 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.71 |
| HSL | 309.3º | 0.92% | 0.15% | - |
| HSV(B) | 309.3º | 0.96% | 0.29% | - |
| XYZ | 3.75 | 1.88 | 4.87 | - |
| YUV | 31.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 63 | 0 | 0.96 | 0.15 | 0.71 | 309.3 | 0.92 | 0.15 |
| Hex | 4A | 3 | 3F | 0 | 60 | F | 47 | 135 | 5C | F |
| Octal | 112 | 3 | 77 | 0 | 140 | 17 | 107 | 465 | 134 | 17 |
| Binary | 1001010 | 11 | 111111 | 0 | 1100000 | 1111 | 1000111 | 100110101 | 1011100 | 1111 |
Color Harmonies of #4A033F
Complementary color
Monochromatic Colors of #4A033F
Black with #4A033F
Text Example
Text Example
White with #4A033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A033F; }
p { color: rgb(74,3,63); }
H1.HeaderClassName
{
color: #4A033F;
}
.AnyTagClassName
{
color: #4A033F;
}
</style>
background-color css
<style>
a { background-color: #4A033F; }
a { background-color: rgb(74,3,63); }
div.DivClassName
{
background-color: #4A033F;
}
.BgClassName
{
background-color: #4A033F;
}
</style>
border-color css
<style>
span { border-color: #4A033F; }
span { border-color: rgb(74,3,63); }
td.TdClassName
{
border-color: #4A033F;
}
.TagClassName
{
border-color: #4A033F;
}
</style>