Shades of Tyrian Purple #70094E
Tints of Tyrian Purple #70094E
RGB
CMYK
RGB Variations
Color information
#70094E (or 0x70094E) is known color: Tyrian Purple. HEX triplet: 70, 09 and 4E. RGB value is (112,9,78). Sum of RGB (Red+Green+Blue) = 112+9+78=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #70094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70094E is #8FF6B1. Grayscale: #2F2F2F. Windows color (decimal): -9434802 or 5114224. OLE color: 5114224.
HSL color Cylindrical-coordinate representation of color #70094E: hue angle of 319.81º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70094E is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 9 | 78 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.56 |
| HSL | 319.81º | 0.85% | 0.24% | - |
| HSV(B) | 319.81º | 0.92% | 0.44% | - |
| XYZ | 8.15 | 4.19 | 7.59 | - |
| YUV | 47.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 78 | 0 | 0.92 | 0.30 | 0.56 | 319.81 | 0.85 | 0.24 |
| Hex | 70 | 9 | 4E | 0 | 5C | 1E | 38 | 140 | 55 | 18 |
| Octal | 160 | 11 | 116 | 0 | 134 | 36 | 70 | 500 | 125 | 30 |
| Binary | 1110000 | 1001 | 1001110 | 0 | 1011100 | 11110 | 111000 | 101000000 | 1010101 | 11000 |
Color Harmonies of #70094E
Complementary color
Monochromatic Colors of #70094E
Black with #70094E
Text Example
Text Example
White with #70094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70094E; }
p { color: rgb(112,9,78); }
H1.HeaderClassName
{
color: #70094E;
}
.AnyTagClassName
{
color: #70094E;
}
</style>
background-color css
<style>
a { background-color: #70094E; }
a { background-color: rgb(112,9,78); }
div.DivClassName
{
background-color: #70094E;
}
.BgClassName
{
background-color: #70094E;
}
</style>
border-color css
<style>
span { border-color: #70094E; }
span { border-color: rgb(112,9,78); }
td.TdClassName
{
border-color: #70094E;
}
.TagClassName
{
border-color: #70094E;
}
</style>