Shades of Tyrian Purple #700E4A
Tints of Tyrian Purple #700E4A
RGB
CMYK
RGB Variations
Color information
#700E4A (or 0x700E4A) is known color: Tyrian Purple. HEX triplet: 70, 0E and 4A. RGB value is (112,14,74). Sum of RGB (Red+Green+Blue) = 112+14+74=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #700E4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E4A is #8FF1B5. Grayscale: #323232. Windows color (decimal): -9433526 or 4853360. OLE color: 4853360.
HSL color Cylindrical-coordinate representation of color #700E4A: hue angle of 323.27º 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 #700E4A is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 14 | 74 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.56 |
| HSL | 323.27º | 0.78% | 0.25% | - |
| HSV(B) | 323.27º | 0.88% | 0.44% | - |
| XYZ | 8.08 | 4.25 | 6.87 | - |
| YUV | 50.14 | 141.47 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 74 | 0 | 0.88 | 0.34 | 0.56 | 323.27 | 0.78 | 0.25 |
| Hex | 70 | E | 4A | 0 | 58 | 22 | 38 | 143 | 4E | 19 |
| Octal | 160 | 16 | 112 | 0 | 130 | 42 | 70 | 503 | 116 | 31 |
| Binary | 1110000 | 1110 | 1001010 | 0 | 1011000 | 100010 | 111000 | 101000011 | 1001110 | 11001 |
Color Harmonies of #700E4A
Complementary color
Monochromatic Colors of #700E4A
Black with #700E4A
Text Example
Text Example
White with #700E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E4A; }
p { color: rgb(112,14,74); }
H1.HeaderClassName
{
color: #700E4A;
}
.AnyTagClassName
{
color: #700E4A;
}
</style>
background-color css
<style>
a { background-color: #700E4A; }
a { background-color: rgb(112,14,74); }
div.DivClassName
{
background-color: #700E4A;
}
.BgClassName
{
background-color: #700E4A;
}
</style>
border-color css
<style>
span { border-color: #700E4A; }
span { border-color: rgb(112,14,74); }
td.TdClassName
{
border-color: #700E4A;
}
.TagClassName
{
border-color: #700E4A;
}
</style>