Shades of Tyrian Purple #70013D
Tints of Tyrian Purple #70013D
RGB
CMYK
RGB Variations
Color information
#70013D (or 0x70013D) is known color: Tyrian Purple. HEX triplet: 70, 01 and 3D. RGB value is (112,1,61). Sum of RGB (Red+Green+Blue) = 112+1+61=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #70013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70013D is #8FFEC2. Grayscale: #282828. Windows color (decimal): -9436867 or 3998064. OLE color: 3998064.
HSL color Cylindrical-coordinate representation of color #70013D: hue angle of 327.57º 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 #70013D is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.56 |
| HSL | 327.57º | 0.98% | 0.22% | - |
| HSV(B) | 327.57º | 0.99% | 0.44% | - |
| XYZ | 7.54 | 3.8 | 4.75 | - |
| YUV | 41.03 | 139.27 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 61 | 0 | 0.99 | 0.46 | 0.56 | 327.57 | 0.98 | 0.22 |
| Hex | 70 | 1 | 3D | 0 | 63 | 2E | 38 | 148 | 62 | 16 |
| Octal | 160 | 1 | 75 | 0 | 143 | 56 | 70 | 510 | 142 | 26 |
| Binary | 1110000 | 1 | 111101 | 0 | 1100011 | 101110 | 111000 | 101001000 | 1100010 | 10110 |
Color Harmonies of #70013D
Complementary color
Monochromatic Colors of #70013D
Black with #70013D
Text Example
Text Example
White with #70013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70013D; }
p { color: rgb(112,1,61); }
H1.HeaderClassName
{
color: #70013D;
}
.AnyTagClassName
{
color: #70013D;
}
</style>
background-color css
<style>
a { background-color: #70013D; }
a { background-color: rgb(112,1,61); }
div.DivClassName
{
background-color: #70013D;
}
.BgClassName
{
background-color: #70013D;
}
</style>
border-color css
<style>
span { border-color: #70013D; }
span { border-color: rgb(112,1,61); }
td.TdClassName
{
border-color: #70013D;
}
.TagClassName
{
border-color: #70013D;
}
</style>