Shades of Tyrian Purple #70034E
Tints of Tyrian Purple #70034E
RGB
CMYK
RGB Variations
Color information
#70034E (or 0x70034E) is known color: Tyrian Purple. HEX triplet: 70, 03 and 4E. RGB value is (112,3,78). Sum of RGB (Red+Green+Blue) = 112+3+78=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70034E is #8FFCB1. Grayscale: #2B2B2B. Windows color (decimal): -9436338 or 5112688. OLE color: 5112688.
HSL color Cylindrical-coordinate representation of color #70034E: hue angle of 318.72º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70034E is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 78 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.56 |
| HSL | 318.72º | 0.95% | 0.23% | - |
| HSV(B) | 318.72º | 0.97% | 0.44% | - |
| XYZ | 8.09 | 4.06 | 7.56 | - |
| YUV | 44.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 78 | 0 | 0.97 | 0.30 | 0.56 | 318.72 | 0.95 | 0.23 |
| Hex | 70 | 3 | 4E | 0 | 61 | 1E | 38 | 13F | 5F | 17 |
| Octal | 160 | 3 | 116 | 0 | 141 | 36 | 70 | 477 | 137 | 27 |
| Binary | 1110000 | 11 | 1001110 | 0 | 1100001 | 11110 | 111000 | 100111111 | 1011111 | 10111 |
Color Harmonies of #70034E
Complementary color
Monochromatic Colors of #70034E
Black with #70034E
Text Example
Text Example
White with #70034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70034E; }
p { color: rgb(112,3,78); }
H1.HeaderClassName
{
color: #70034E;
}
.AnyTagClassName
{
color: #70034E;
}
</style>
background-color css
<style>
a { background-color: #70034E; }
a { background-color: rgb(112,3,78); }
div.DivClassName
{
background-color: #70034E;
}
.BgClassName
{
background-color: #70034E;
}
</style>
border-color css
<style>
span { border-color: #70034E; }
span { border-color: rgb(112,3,78); }
td.TdClassName
{
border-color: #70034E;
}
.TagClassName
{
border-color: #70034E;
}
</style>