Shades of Tyrian Purple #4A023B
Tints of Tyrian Purple #4A023B
RGB
CMYK
RGB Variations
Color information
#4A023B (or 0x4A023B) is known color: Tyrian Purple. HEX triplet: 4A, 02 and 3B. RGB value is (74,2,59). Sum of RGB (Red+Green+Blue) = 74+2+59=135 (17% of max value = 765). Red value is 74 (29.30% from 255 or 54.81% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 74 - color contains mainly: red. Hex color #4A023B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A023B is #B5FDC4. Grayscale: #1D1D1D. Windows color (decimal): -11926981 or 3867210. OLE color: 3867210.
HSL color Cylindrical-coordinate representation of color #4A023B: hue angle of 312.5º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A023B is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 2 | 59 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.71 |
| HSL | 312.5º | 0.95% | 0.15% | - |
| HSV(B) | 312.5º | 0.97% | 0.29% | - |
| XYZ | 3.64 | 1.82 | 4.3 | - |
| YUV | 30.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 59 | 0 | 0.97 | 0.20 | 0.71 | 312.5 | 0.95 | 0.15 |
| Hex | 4A | 2 | 3B | 0 | 61 | 14 | 47 | 138 | 5F | F |
| Octal | 112 | 2 | 73 | 0 | 141 | 24 | 107 | 470 | 137 | 17 |
| Binary | 1001010 | 10 | 111011 | 0 | 1100001 | 10100 | 1000111 | 100111000 | 1011111 | 1111 |
Color Harmonies of #4A023B
Complementary color
Monochromatic Colors of #4A023B
Black with #4A023B
Text Example
Text Example
White with #4A023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A023B; }
p { color: rgb(74,2,59); }
H1.HeaderClassName
{
color: #4A023B;
}
.AnyTagClassName
{
color: #4A023B;
}
</style>
background-color css
<style>
a { background-color: #4A023B; }
a { background-color: rgb(74,2,59); }
div.DivClassName
{
background-color: #4A023B;
}
.BgClassName
{
background-color: #4A023B;
}
</style>
border-color css
<style>
span { border-color: #4A023B; }
span { border-color: rgb(74,2,59); }
td.TdClassName
{
border-color: #4A023B;
}
.TagClassName
{
border-color: #4A023B;
}
</style>