Shades of Tyrian Purple #70014A
Tints of Tyrian Purple #70014A
RGB
CMYK
RGB Variations
Color information
#70014A (or 0x70014A) is known color: Tyrian Purple. HEX triplet: 70, 01 and 4A. RGB value is (112,1,74). Sum of RGB (Red+Green+Blue) = 112+1+74=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #70014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70014A is #8FFEB5. Grayscale: #2A2A2A. Windows color (decimal): -9436854 or 4850032. OLE color: 4850032.
HSL color Cylindrical-coordinate representation of color #70014A: hue angle of 320.54º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70014A is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 74 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.56 |
| HSL | 320.54º | 0.98% | 0.22% | - |
| HSV(B) | 320.54º | 0.99% | 0.44% | - |
| XYZ | 7.93 | 3.96 | 6.83 | - |
| YUV | 42.51 | 145.77 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 74 | 0 | 0.99 | 0.34 | 0.56 | 320.54 | 0.98 | 0.22 |
| Hex | 70 | 1 | 4A | 0 | 63 | 22 | 38 | 141 | 62 | 16 |
| Octal | 160 | 1 | 112 | 0 | 143 | 42 | 70 | 501 | 142 | 26 |
| Binary | 1110000 | 1 | 1001010 | 0 | 1100011 | 100010 | 111000 | 101000001 | 1100010 | 10110 |
Color Harmonies of #70014A
Complementary color
Monochromatic Colors of #70014A
Black with #70014A
Text Example
Text Example
White with #70014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70014A; }
p { color: rgb(112,1,74); }
H1.HeaderClassName
{
color: #70014A;
}
.AnyTagClassName
{
color: #70014A;
}
</style>
background-color css
<style>
a { background-color: #70014A; }
a { background-color: rgb(112,1,74); }
div.DivClassName
{
background-color: #70014A;
}
.BgClassName
{
background-color: #70014A;
}
</style>
border-color css
<style>
span { border-color: #70014A; }
span { border-color: rgb(112,1,74); }
td.TdClassName
{
border-color: #70014A;
}
.TagClassName
{
border-color: #70014A;
}
</style>