Shades of Tyrian Purple #700E4D
Tints of Tyrian Purple #700E4D
RGB
CMYK
RGB Variations
Color information
#700E4D (or 0x700E4D) is known color: Tyrian Purple. HEX triplet: 70, 0E and 4D. RGB value is (112,14,77). Sum of RGB (Red+Green+Blue) = 112+14+77=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #700E4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E4D is #8FF1B2. Grayscale: #323232. Windows color (decimal): -9433523 or 5049968. OLE color: 5049968.
HSL color Cylindrical-coordinate representation of color #700E4D: hue angle of 321.43º 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 #700E4D is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 14 | 77 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.56 |
| HSL | 321.43º | 0.78% | 0.25% | - |
| HSV(B) | 321.43º | 0.88% | 0.44% | - |
| XYZ | 8.18 | 4.29 | 7.42 | - |
| YUV | 50.48 | 142.97 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 77 | 0 | 0.88 | 0.31 | 0.56 | 321.43 | 0.78 | 0.25 |
| Hex | 70 | E | 4D | 0 | 58 | 1F | 38 | 141 | 4E | 19 |
| Octal | 160 | 16 | 115 | 0 | 130 | 37 | 70 | 501 | 116 | 31 |
| Binary | 1110000 | 1110 | 1001101 | 0 | 1011000 | 11111 | 111000 | 101000001 | 1001110 | 11001 |
Color Harmonies of #700E4D
Complementary color
Monochromatic Colors of #700E4D
Black with #700E4D
Text Example
Text Example
White with #700E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E4D; }
p { color: rgb(112,14,77); }
H1.HeaderClassName
{
color: #700E4D;
}
.AnyTagClassName
{
color: #700E4D;
}
</style>
background-color css
<style>
a { background-color: #700E4D; }
a { background-color: rgb(112,14,77); }
div.DivClassName
{
background-color: #700E4D;
}
.BgClassName
{
background-color: #700E4D;
}
</style>
border-color css
<style>
span { border-color: #700E4D; }
span { border-color: rgb(112,14,77); }
td.TdClassName
{
border-color: #700E4D;
}
.TagClassName
{
border-color: #700E4D;
}
</style>