Shades of Tyrian Purple #700A47
Tints of Tyrian Purple #700A47
RGB
CMYK
RGB Variations
Color information
#700A47 (or 0x700A47) is known color: Tyrian Purple. HEX triplet: 70, 0A and 47. RGB value is (112,10,71). Sum of RGB (Red+Green+Blue) = 112+10+71=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #700A47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A47 is #8FF5B8. Grayscale: #2F2F2F. Windows color (decimal): -9434553 or 4655728. OLE color: 4655728.
HSL color Cylindrical-coordinate representation of color #700A47: hue angle of 324.12º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A47 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 71 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.56 |
| HSL | 324.12º | 0.84% | 0.24% | - |
| HSV(B) | 324.12º | 0.91% | 0.44% | - |
| XYZ | 7.93 | 4.12 | 6.34 | - |
| YUV | 47.45 | 141.29 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 71 | 0 | 0.91 | 0.37 | 0.56 | 324.12 | 0.84 | 0.24 |
| Hex | 70 | A | 47 | 0 | 5B | 25 | 38 | 144 | 54 | 18 |
| Octal | 160 | 12 | 107 | 0 | 133 | 45 | 70 | 504 | 124 | 30 |
| Binary | 1110000 | 1010 | 1000111 | 0 | 1011011 | 100101 | 111000 | 101000100 | 1010100 | 11000 |
Color Harmonies of #700A47
Complementary color
Monochromatic Colors of #700A47
Black with #700A47
Text Example
Text Example
White with #700A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A47; }
p { color: rgb(112,10,71); }
H1.HeaderClassName
{
color: #700A47;
}
.AnyTagClassName
{
color: #700A47;
}
</style>
background-color css
<style>
a { background-color: #700A47; }
a { background-color: rgb(112,10,71); }
div.DivClassName
{
background-color: #700A47;
}
.BgClassName
{
background-color: #700A47;
}
</style>
border-color css
<style>
span { border-color: #700A47; }
span { border-color: rgb(112,10,71); }
td.TdClassName
{
border-color: #700A47;
}
.TagClassName
{
border-color: #700A47;
}
</style>