Shades of Tyrian Purple #70053D
Tints of Tyrian Purple #70053D
RGB
CMYK
RGB Variations
Color information
#70053D (or 0x70053D) is known color: Tyrian Purple. HEX triplet: 70, 05 and 3D. RGB value is (112,5,61). Sum of RGB (Red+Green+Blue) = 112+5+61=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #70053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70053D is #8FFAC2. Grayscale: #2B2B2B. Windows color (decimal): -9435843 or 3999088. OLE color: 3999088.
HSL color Cylindrical-coordinate representation of color #70053D: hue angle of 328.6º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70053D is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 61 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.56 |
| HSL | 328.6º | 0.91% | 0.23% | - |
| HSV(B) | 328.6º | 0.96% | 0.44% | - |
| XYZ | 7.58 | 3.89 | 4.77 | - |
| YUV | 43.38 | 137.95 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 61 | 0 | 0.96 | 0.46 | 0.56 | 328.6 | 0.91 | 0.23 |
| Hex | 70 | 5 | 3D | 0 | 60 | 2E | 38 | 149 | 5B | 17 |
| Octal | 160 | 5 | 75 | 0 | 140 | 56 | 70 | 511 | 133 | 27 |
| Binary | 1110000 | 101 | 111101 | 0 | 1100000 | 101110 | 111000 | 101001001 | 1011011 | 10111 |
Color Harmonies of #70053D
Complementary color
Monochromatic Colors of #70053D
Black with #70053D
Text Example
Text Example
White with #70053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70053D; }
p { color: rgb(112,5,61); }
H1.HeaderClassName
{
color: #70053D;
}
.AnyTagClassName
{
color: #70053D;
}
</style>
background-color css
<style>
a { background-color: #70053D; }
a { background-color: rgb(112,5,61); }
div.DivClassName
{
background-color: #70053D;
}
.BgClassName
{
background-color: #70053D;
}
</style>
border-color css
<style>
span { border-color: #70053D; }
span { border-color: rgb(112,5,61); }
td.TdClassName
{
border-color: #70053D;
}
.TagClassName
{
border-color: #70053D;
}
</style>