Shades of Tyrian Purple #700E4E
Tints of Tyrian Purple #700E4E
RGB
CMYK
RGB Variations
Color information
#700E4E (or 0x700E4E) is known color: Tyrian Purple. HEX triplet: 70, 0E and 4E. RGB value is (112,14,78). Sum of RGB (Red+Green+Blue) = 112+14+78=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #700E4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E4E is #8FF1B1. Grayscale: #323232. Windows color (decimal): -9433522 or 5115504. OLE color: 5115504.
HSL color Cylindrical-coordinate representation of color #700E4E: hue angle of 320.82º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700E4E is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 14 | 78 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.56 |
| HSL | 320.82º | 0.78% | 0.25% | - |
| HSV(B) | 320.82º | 0.88% | 0.44% | - |
| XYZ | 8.21 | 4.31 | 7.61 | - |
| YUV | 50.6 | 143.47 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 78 | 0 | 0.88 | 0.30 | 0.56 | 320.82 | 0.78 | 0.25 |
| Hex | 70 | E | 4E | 0 | 58 | 1E | 38 | 141 | 4E | 19 |
| Octal | 160 | 16 | 116 | 0 | 130 | 36 | 70 | 501 | 116 | 31 |
| Binary | 1110000 | 1110 | 1001110 | 0 | 1011000 | 11110 | 111000 | 101000001 | 1001110 | 11001 |
Color Harmonies of #700E4E
Complementary color
Monochromatic Colors of #700E4E
Black with #700E4E
Text Example
Text Example
White with #700E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E4E; }
p { color: rgb(112,14,78); }
H1.HeaderClassName
{
color: #700E4E;
}
.AnyTagClassName
{
color: #700E4E;
}
</style>
background-color css
<style>
a { background-color: #700E4E; }
a { background-color: rgb(112,14,78); }
div.DivClassName
{
background-color: #700E4E;
}
.BgClassName
{
background-color: #700E4E;
}
</style>
border-color css
<style>
span { border-color: #700E4E; }
span { border-color: rgb(112,14,78); }
td.TdClassName
{
border-color: #700E4E;
}
.TagClassName
{
border-color: #700E4E;
}
</style>