Shades of Tyrian Purple #700747
Tints of Tyrian Purple #700747
RGB
CMYK
RGB Variations
Color information
#700747 (or 0x700747) is known color: Tyrian Purple. HEX triplet: 70, 07 and 47. RGB value is (112,7,71). Sum of RGB (Red+Green+Blue) = 112+7+71=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #700747 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700747 is #8FF8B8. Grayscale: #2D2D2D. Windows color (decimal): -9435321 or 4654960. OLE color: 4654960.
HSL color Cylindrical-coordinate representation of color #700747: hue angle of 323.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700747 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 71 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.56 |
| HSL | 323.43º | 0.88% | 0.23% | - |
| HSV(B) | 323.43º | 0.94% | 0.44% | - |
| XYZ | 7.9 | 4.05 | 6.33 | - |
| YUV | 45.69 | 142.29 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 71 | 0 | 0.94 | 0.37 | 0.56 | 323.43 | 0.88 | 0.23 |
| Hex | 70 | 7 | 47 | 0 | 5E | 25 | 38 | 143 | 58 | 17 |
| Octal | 160 | 7 | 107 | 0 | 136 | 45 | 70 | 503 | 130 | 27 |
| Binary | 1110000 | 111 | 1000111 | 0 | 1011110 | 100101 | 111000 | 101000011 | 1011000 | 10111 |
Color Harmonies of #700747
Complementary color
Monochromatic Colors of #700747
Black with #700747
Text Example
Text Example
White with #700747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700747; }
p { color: rgb(112,7,71); }
H1.HeaderClassName
{
color: #700747;
}
.AnyTagClassName
{
color: #700747;
}
</style>
background-color css
<style>
a { background-color: #700747; }
a { background-color: rgb(112,7,71); }
div.DivClassName
{
background-color: #700747;
}
.BgClassName
{
background-color: #700747;
}
</style>
border-color css
<style>
span { border-color: #700747; }
span { border-color: rgb(112,7,71); }
td.TdClassName
{
border-color: #700747;
}
.TagClassName
{
border-color: #700747;
}
</style>