Shades of Tyrian Purple #70014F
Tints of Tyrian Purple #70014F
RGB
CMYK
RGB Variations
Color information
#70014F (or 0x70014F) is known color: Tyrian Purple. HEX triplet: 70, 01 and 4F. RGB value is (112,1,79). Sum of RGB (Red+Green+Blue) = 112+1+79=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #70014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70014F is #8FFEB0. Grayscale: #2A2A2A. Windows color (decimal): -9436849 or 5177712. OLE color: 5177712.
HSL color Cylindrical-coordinate representation of color #70014F: hue angle of 317.84º 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 #70014F is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 79 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.56 |
| HSL | 317.84º | 0.98% | 0.22% | - |
| HSV(B) | 317.84º | 0.99% | 0.44% | - |
| XYZ | 8.1 | 4.03 | 7.75 | - |
| YUV | 43.08 | 148.27 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 79 | 0 | 0.99 | 0.29 | 0.56 | 317.84 | 0.98 | 0.22 |
| Hex | 70 | 1 | 4F | 0 | 63 | 1D | 38 | 13E | 62 | 16 |
| Octal | 160 | 1 | 117 | 0 | 143 | 35 | 70 | 476 | 142 | 26 |
| Binary | 1110000 | 1 | 1001111 | 0 | 1100011 | 11101 | 111000 | 100111110 | 1100010 | 10110 |
Color Harmonies of #70014F
Complementary color
Monochromatic Colors of #70014F
Black with #70014F
Text Example
Text Example
White with #70014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70014F; }
p { color: rgb(112,1,79); }
H1.HeaderClassName
{
color: #70014F;
}
.AnyTagClassName
{
color: #70014F;
}
</style>
background-color css
<style>
a { background-color: #70014F; }
a { background-color: rgb(112,1,79); }
div.DivClassName
{
background-color: #70014F;
}
.BgClassName
{
background-color: #70014F;
}
</style>
border-color css
<style>
span { border-color: #70014F; }
span { border-color: rgb(112,1,79); }
td.TdClassName
{
border-color: #70014F;
}
.TagClassName
{
border-color: #70014F;
}
</style>