Shades of Tyrian Purple #70073F
Tints of Tyrian Purple #70073F
RGB
CMYK
RGB Variations
Color information
#70073F (or 0x70073F) is known color: Tyrian Purple. HEX triplet: 70, 07 and 3F. RGB value is (112,7,63). Sum of RGB (Red+Green+Blue) = 112+7+63=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #70073F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70073F is #8FF8C0. Grayscale: #2C2C2C. Windows color (decimal): -9435329 or 4130672. OLE color: 4130672.
HSL color Cylindrical-coordinate representation of color #70073F: hue angle of 328º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70073F is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 63 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.56 |
| HSL | 328º | 0.88% | 0.23% | - |
| HSV(B) | 328º | 0.94% | 0.44% | - |
| XYZ | 7.66 | 3.96 | 5.06 | - |
| YUV | 44.78 | 138.29 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 63 | 0 | 0.94 | 0.44 | 0.56 | 328 | 0.88 | 0.23 |
| Hex | 70 | 7 | 3F | 0 | 5E | 2C | 38 | 148 | 58 | 17 |
| Octal | 160 | 7 | 77 | 0 | 136 | 54 | 70 | 510 | 130 | 27 |
| Binary | 1110000 | 111 | 111111 | 0 | 1011110 | 101100 | 111000 | 101001000 | 1011000 | 10111 |
Color Harmonies of #70073F
Complementary color
Monochromatic Colors of #70073F
Black with #70073F
Text Example
Text Example
White with #70073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70073F; }
p { color: rgb(112,7,63); }
H1.HeaderClassName
{
color: #70073F;
}
.AnyTagClassName
{
color: #70073F;
}
</style>
background-color css
<style>
a { background-color: #70073F; }
a { background-color: rgb(112,7,63); }
div.DivClassName
{
background-color: #70073F;
}
.BgClassName
{
background-color: #70073F;
}
</style>
border-color css
<style>
span { border-color: #70073F; }
span { border-color: rgb(112,7,63); }
td.TdClassName
{
border-color: #70073F;
}
.TagClassName
{
border-color: #70073F;
}
</style>