Shades of Tyrian Purple #700947
Tints of Tyrian Purple #700947
RGB
CMYK
RGB Variations
Color information
#700947 (or 0x700947) is known color: Tyrian Purple. HEX triplet: 70, 09 and 47. RGB value is (112,9,71). Sum of RGB (Red+Green+Blue) = 112+9+71=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #700947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700947 is #8FF6B8. Grayscale: #2E2E2E. Windows color (decimal): -9434809 or 4655472. OLE color: 4655472.
HSL color Cylindrical-coordinate representation of color #700947: hue angle of 323.88º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700947 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 9 | 71 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.56 |
| HSL | 323.88º | 0.85% | 0.24% | - |
| HSV(B) | 323.88º | 0.92% | 0.44% | - |
| XYZ | 7.92 | 4.1 | 6.33 | - |
| YUV | 46.87 | 141.62 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 71 | 0 | 0.92 | 0.37 | 0.56 | 323.88 | 0.85 | 0.24 |
| Hex | 70 | 9 | 47 | 0 | 5C | 25 | 38 | 144 | 55 | 18 |
| Octal | 160 | 11 | 107 | 0 | 134 | 45 | 70 | 504 | 125 | 30 |
| Binary | 1110000 | 1001 | 1000111 | 0 | 1011100 | 100101 | 111000 | 101000100 | 1010101 | 11000 |
Color Harmonies of #700947
Complementary color
Monochromatic Colors of #700947
Black with #700947
Text Example
Text Example
White with #700947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700947; }
p { color: rgb(112,9,71); }
H1.HeaderClassName
{
color: #700947;
}
.AnyTagClassName
{
color: #700947;
}
</style>
background-color css
<style>
a { background-color: #700947; }
a { background-color: rgb(112,9,71); }
div.DivClassName
{
background-color: #700947;
}
.BgClassName
{
background-color: #700947;
}
</style>
border-color css
<style>
span { border-color: #700947; }
span { border-color: rgb(112,9,71); }
td.TdClassName
{
border-color: #700947;
}
.TagClassName
{
border-color: #700947;
}
</style>