Shades of Tyrian Purple #70074A
Tints of Tyrian Purple #70074A
RGB
CMYK
RGB Variations
Color information
#70074A (or 0x70074A) is known color: Tyrian Purple. HEX triplet: 70, 07 and 4A. RGB value is (112,7,74). Sum of RGB (Red+Green+Blue) = 112+7+74=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70074A is #8FF8B5. Grayscale: #2D2D2D. Windows color (decimal): -9435318 or 4851568. OLE color: 4851568.
HSL color Cylindrical-coordinate representation of color #70074A: hue angle of 321.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70074A is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 74 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.56 |
| HSL | 321.71º | 0.88% | 0.23% | - |
| HSV(B) | 321.71º | 0.94% | 0.44% | - |
| XYZ | 7.99 | 4.09 | 6.85 | - |
| YUV | 46.03 | 143.79 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 74 | 0 | 0.94 | 0.34 | 0.56 | 321.71 | 0.88 | 0.23 |
| Hex | 70 | 7 | 4A | 0 | 5E | 22 | 38 | 142 | 58 | 17 |
| Octal | 160 | 7 | 112 | 0 | 136 | 42 | 70 | 502 | 130 | 27 |
| Binary | 1110000 | 111 | 1001010 | 0 | 1011110 | 100010 | 111000 | 101000010 | 1011000 | 10111 |
Color Harmonies of #70074A
Complementary color
Monochromatic Colors of #70074A
Black with #70074A
Text Example
Text Example
White with #70074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70074A; }
p { color: rgb(112,7,74); }
H1.HeaderClassName
{
color: #70074A;
}
.AnyTagClassName
{
color: #70074A;
}
</style>
background-color css
<style>
a { background-color: #70074A; }
a { background-color: rgb(112,7,74); }
div.DivClassName
{
background-color: #70074A;
}
.BgClassName
{
background-color: #70074A;
}
</style>
border-color css
<style>
span { border-color: #70074A; }
span { border-color: rgb(112,7,74); }
td.TdClassName
{
border-color: #70074A;
}
.TagClassName
{
border-color: #70074A;
}
</style>