Shades of Tyrian Purple #700047
Tints of Tyrian Purple #700047
RGB
CMYK
RGB Variations
Color information
#700047 (or 0x700047) is known color: Tyrian Purple. HEX triplet: 70, 00 and 47. RGB value is (112,0,71). Sum of RGB (Red+Green+Blue) = 112+0+71=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #700047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700047 is #8FFFB8. Grayscale: #292929. Windows color (decimal): -9437113 or 4653168. OLE color: 4653168.
HSL color Cylindrical-coordinate representation of color #700047: hue angle of 321.96º 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 #700047 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.37 | 0.56 |
| HSL | 321.96º | 1% | 0.22% | - |
| HSV(B) | 321.96º | 1% | 0.44% | - |
| XYZ | 7.82 | 3.9 | 6.3 | - |
| YUV | 41.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 71 | 0 | 1 | 0.37 | 0.56 | 321.96 | 1 | 0.22 |
| Hex | 70 | 0 | 47 | 0 | 64 | 25 | 38 | 142 | 64 | 16 |
| Octal | 160 | 0 | 107 | 0 | 144 | 45 | 70 | 502 | 144 | 26 |
| Binary | 1110000 | 0 | 1000111 | 0 | 1100100 | 100101 | 111000 | 101000010 | 1100100 | 10110 |
Color Harmonies of #700047
Complementary color
Monochromatic Colors of #700047
Black with #700047
Text Example
Text Example
White with #700047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700047; }
p { color: rgb(112,0,71); }
H1.HeaderClassName
{
color: #700047;
}
.AnyTagClassName
{
color: #700047;
}
</style>
background-color css
<style>
a { background-color: #700047; }
a { background-color: rgb(112,0,71); }
div.DivClassName
{
background-color: #700047;
}
.BgClassName
{
background-color: #700047;
}
</style>
border-color css
<style>
span { border-color: #700047; }
span { border-color: rgb(112,0,71); }
td.TdClassName
{
border-color: #700047;
}
.TagClassName
{
border-color: #700047;
}
</style>