Shades of Tyrian Purple #70002D
Tints of Tyrian Purple #70002D
RGB
CMYK
RGB Variations
Color information
#70002D (or 0x70002D) is known color: Tyrian Purple. HEX triplet: 70, 00 and 2D. RGB value is (112,0,45). Sum of RGB (Red+Green+Blue) = 112+0+45=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #70002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70002D is #8FFFD2. Grayscale: #262626. Windows color (decimal): -9437139 or 2949232. OLE color: 2949232.
HSL color Cylindrical-coordinate representation of color #70002D: hue angle of 335.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70002D is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.60 | 0.56 |
| HSL | 335.89º | 1% | 0.22% | - |
| HSV(B) | 335.89º | 1% | 0.44% | - |
| XYZ | 7.16 | 3.63 | 2.81 | - |
| YUV | 38.62 | 131.61 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 45 | 0 | 1 | 0.60 | 0.56 | 335.89 | 1 | 0.22 |
| Hex | 70 | 0 | 2D | 0 | 64 | 3C | 38 | 150 | 64 | 16 |
| Octal | 160 | 0 | 55 | 0 | 144 | 74 | 70 | 520 | 144 | 26 |
| Binary | 1110000 | 0 | 101101 | 0 | 1100100 | 111100 | 111000 | 101010000 | 1100100 | 10110 |
Color Harmonies of #70002D
Complementary color
Monochromatic Colors of #70002D
Black with #70002D
Text Example
Text Example
White with #70002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70002D; }
p { color: rgb(112,0,45); }
H1.HeaderClassName
{
color: #70002D;
}
.AnyTagClassName
{
color: #70002D;
}
</style>
background-color css
<style>
a { background-color: #70002D; }
a { background-color: rgb(112,0,45); }
div.DivClassName
{
background-color: #70002D;
}
.BgClassName
{
background-color: #70002D;
}
</style>
border-color css
<style>
span { border-color: #70002D; }
span { border-color: rgb(112,0,45); }
td.TdClassName
{
border-color: #70002D;
}
.TagClassName
{
border-color: #70002D;
}
</style>