Shades of Tyrian Purple #70062F
Tints of Tyrian Purple #70062F
RGB
CMYK
RGB Variations
Color information
#70062F (or 0x70062F) is known color: Tyrian Purple. HEX triplet: 70, 06 and 2F. RGB value is (112,6,47). Sum of RGB (Red+Green+Blue) = 112+6+47=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #70062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70062F is #8FF9D0. Grayscale: #2A2A2A. Windows color (decimal): -9435601 or 3081840. OLE color: 3081840.
HSL color Cylindrical-coordinate representation of color #70062F: hue angle of 336.79º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70062F is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 47 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.56 |
| HSL | 336.79º | 0.9% | 0.23% | - |
| HSV(B) | 336.79º | 0.95% | 0.44% | - |
| XYZ | 7.26 | 3.78 | 3.04 | - |
| YUV | 42.37 | 130.62 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 47 | 0 | 0.95 | 0.58 | 0.56 | 336.79 | 0.9 | 0.23 |
| Hex | 70 | 6 | 2F | 0 | 5F | 3A | 38 | 151 | 5A | 17 |
| Octal | 160 | 6 | 57 | 0 | 137 | 72 | 70 | 521 | 132 | 27 |
| Binary | 1110000 | 110 | 101111 | 0 | 1011111 | 111010 | 111000 | 101010001 | 1011010 | 10111 |
Color Harmonies of #70062F
Complementary color
Monochromatic Colors of #70062F
Black with #70062F
Text Example
Text Example
White with #70062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70062F; }
p { color: rgb(112,6,47); }
H1.HeaderClassName
{
color: #70062F;
}
.AnyTagClassName
{
color: #70062F;
}
</style>
background-color css
<style>
a { background-color: #70062F; }
a { background-color: rgb(112,6,47); }
div.DivClassName
{
background-color: #70062F;
}
.BgClassName
{
background-color: #70062F;
}
</style>
border-color css
<style>
span { border-color: #70062F; }
span { border-color: rgb(112,6,47); }
td.TdClassName
{
border-color: #70062F;
}
.TagClassName
{
border-color: #70062F;
}
</style>