Shades of Tyrian Purple #70014E
Tints of Tyrian Purple #70014E
RGB
CMYK
RGB Variations
Color information
#70014E (or 0x70014E) is known color: Tyrian Purple. HEX triplet: 70, 01 and 4E. RGB value is (112,1,78). Sum of RGB (Red+Green+Blue) = 112+1+78=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #70014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70014E is #8FFEB1. Grayscale: #2A2A2A. Windows color (decimal): -9436850 or 5112176. OLE color: 5112176.
HSL color Cylindrical-coordinate representation of color #70014E: hue angle of 318.38º 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 #70014E is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.56 |
| HSL | 318.38º | 0.98% | 0.22% | - |
| HSV(B) | 318.38º | 0.99% | 0.44% | - |
| XYZ | 8.07 | 4.02 | 7.56 | - |
| YUV | 42.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 78 | 0 | 0.99 | 0.30 | 0.56 | 318.38 | 0.98 | 0.22 |
| Hex | 70 | 1 | 4E | 0 | 63 | 1E | 38 | 13E | 62 | 16 |
| Octal | 160 | 1 | 116 | 0 | 143 | 36 | 70 | 476 | 142 | 26 |
| Binary | 1110000 | 1 | 1001110 | 0 | 1100011 | 11110 | 111000 | 100111110 | 1100010 | 10110 |
Color Harmonies of #70014E
Complementary color
Monochromatic Colors of #70014E
Black with #70014E
Text Example
Text Example
White with #70014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70014E; }
p { color: rgb(112,1,78); }
H1.HeaderClassName
{
color: #70014E;
}
.AnyTagClassName
{
color: #70014E;
}
</style>
background-color css
<style>
a { background-color: #70014E; }
a { background-color: rgb(112,1,78); }
div.DivClassName
{
background-color: #70014E;
}
.BgClassName
{
background-color: #70014E;
}
</style>
border-color css
<style>
span { border-color: #70014E; }
span { border-color: rgb(112,1,78); }
td.TdClassName
{
border-color: #70014E;
}
.TagClassName
{
border-color: #70014E;
}
</style>