Shades of Tyrian Purple #70084E
Tints of Tyrian Purple #70084E
RGB
CMYK
RGB Variations
Color information
#70084E (or 0x70084E) is known color: Tyrian Purple. HEX triplet: 70, 08 and 4E. RGB value is (112,8,78). Sum of RGB (Red+Green+Blue) = 112+8+78=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #70084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70084E is #8FF7B1. Grayscale: #2E2E2E. Windows color (decimal): -9435058 or 5113968. OLE color: 5113968.
HSL color Cylindrical-coordinate representation of color #70084E: hue angle of 319.62º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70084E is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 8 | 78 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.56 |
| HSL | 319.62º | 0.87% | 0.24% | - |
| HSV(B) | 319.62º | 0.93% | 0.44% | - |
| XYZ | 8.14 | 4.17 | 7.58 | - |
| YUV | 47.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 78 | 0 | 0.93 | 0.30 | 0.56 | 319.62 | 0.87 | 0.24 |
| Hex | 70 | 8 | 4E | 0 | 5D | 1E | 38 | 140 | 57 | 18 |
| Octal | 160 | 10 | 116 | 0 | 135 | 36 | 70 | 500 | 127 | 30 |
| Binary | 1110000 | 1000 | 1001110 | 0 | 1011101 | 11110 | 111000 | 101000000 | 1010111 | 11000 |
Color Harmonies of #70084E
Complementary color
Monochromatic Colors of #70084E
Black with #70084E
Text Example
Text Example
White with #70084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70084E; }
p { color: rgb(112,8,78); }
H1.HeaderClassName
{
color: #70084E;
}
.AnyTagClassName
{
color: #70084E;
}
</style>
background-color css
<style>
a { background-color: #70084E; }
a { background-color: rgb(112,8,78); }
div.DivClassName
{
background-color: #70084E;
}
.BgClassName
{
background-color: #70084E;
}
</style>
border-color css
<style>
span { border-color: #70084E; }
span { border-color: rgb(112,8,78); }
td.TdClassName
{
border-color: #70084E;
}
.TagClassName
{
border-color: #70084E;
}
</style>