Shades of Tyrian Purple #700D4E
Tints of Tyrian Purple #700D4E
RGB
CMYK
RGB Variations
Color information
#700D4E (or 0x700D4E) is known color: Tyrian Purple. HEX triplet: 70, 0D and 4E. RGB value is (112,13,78). Sum of RGB (Red+Green+Blue) = 112+13+78=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #700D4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D4E is #8FF2B1. Grayscale: #313131. Windows color (decimal): -9433778 or 5115248. OLE color: 5115248.
HSL color Cylindrical-coordinate representation of color #700D4E: hue angle of 320.61º degrees, saturation: 0.79, 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 #700D4E is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 78 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.56 |
| HSL | 320.61º | 0.79% | 0.25% | - |
| HSV(B) | 320.61º | 0.88% | 0.44% | - |
| XYZ | 8.2 | 4.28 | 7.6 | - |
| YUV | 50.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 78 | 0 | 0.88 | 0.30 | 0.56 | 320.61 | 0.79 | 0.25 |
| Hex | 70 | D | 4E | 0 | 58 | 1E | 38 | 141 | 4F | 19 |
| Octal | 160 | 15 | 116 | 0 | 130 | 36 | 70 | 501 | 117 | 31 |
| Binary | 1110000 | 1101 | 1001110 | 0 | 1011000 | 11110 | 111000 | 101000001 | 1001111 | 11001 |
Color Harmonies of #700D4E
Complementary color
Monochromatic Colors of #700D4E
Black with #700D4E
Text Example
Text Example
White with #700D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D4E; }
p { color: rgb(112,13,78); }
H1.HeaderClassName
{
color: #700D4E;
}
.AnyTagClassName
{
color: #700D4E;
}
</style>
background-color css
<style>
a { background-color: #700D4E; }
a { background-color: rgb(112,13,78); }
div.DivClassName
{
background-color: #700D4E;
}
.BgClassName
{
background-color: #700D4E;
}
</style>
border-color css
<style>
span { border-color: #700D4E; }
span { border-color: rgb(112,13,78); }
td.TdClassName
{
border-color: #700D4E;
}
.TagClassName
{
border-color: #700D4E;
}
</style>