Shades of Tyrian Purple #70082F
Tints of Tyrian Purple #70082F
RGB
CMYK
RGB Variations
Color information
#70082F (or 0x70082F) is known color: Tyrian Purple. HEX triplet: 70, 08 and 2F. RGB value is (112,8,47). Sum of RGB (Red+Green+Blue) = 112+8+47=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #70082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70082F is #8FF7D0. Grayscale: #2B2B2B. Windows color (decimal): -9435089 or 3082352. OLE color: 3082352.
HSL color Cylindrical-coordinate representation of color #70082F: hue angle of 337.5º 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 #70082F is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 8 | 47 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.56 |
| HSL | 337.5º | 0.87% | 0.24% | - |
| HSV(B) | 337.5º | 0.93% | 0.44% | - |
| XYZ | 7.28 | 3.82 | 3.04 | - |
| YUV | 43.54 | 129.96 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 47 | 0 | 0.93 | 0.58 | 0.56 | 337.5 | 0.87 | 0.24 |
| Hex | 70 | 8 | 2F | 0 | 5D | 3A | 38 | 152 | 57 | 18 |
| Octal | 160 | 10 | 57 | 0 | 135 | 72 | 70 | 522 | 127 | 30 |
| Binary | 1110000 | 1000 | 101111 | 0 | 1011101 | 111010 | 111000 | 101010010 | 1010111 | 11000 |
Color Harmonies of #70082F
Complementary color
Monochromatic Colors of #70082F
Black with #70082F
Text Example
Text Example
White with #70082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70082F; }
p { color: rgb(112,8,47); }
H1.HeaderClassName
{
color: #70082F;
}
.AnyTagClassName
{
color: #70082F;
}
</style>
background-color css
<style>
a { background-color: #70082F; }
a { background-color: rgb(112,8,47); }
div.DivClassName
{
background-color: #70082F;
}
.BgClassName
{
background-color: #70082F;
}
</style>
border-color css
<style>
span { border-color: #70082F; }
span { border-color: rgb(112,8,47); }
td.TdClassName
{
border-color: #70082F;
}
.TagClassName
{
border-color: #70082F;
}
</style>