Shades of Tyrian Purple #700E40
Tints of Tyrian Purple #700E40
RGB
CMYK
RGB Variations
Color information
#700E40 (or 0x700E40) is known color: Tyrian Purple. HEX triplet: 70, 0E and 40. RGB value is (112,14,64). Sum of RGB (Red+Green+Blue) = 112+14+64=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 14 (5.86% from 255 or 7.37% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #700E40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E40 is #8FF1BF. Grayscale: #303030. Windows color (decimal): -9433536 or 4198000. OLE color: 4198000.
HSL color Cylindrical-coordinate representation of color #700E40: hue angle of 329.39º 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 #700E40 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 14 | 64 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.56 |
| HSL | 329.39º | 0.78% | 0.25% | - |
| HSV(B) | 329.39º | 0.88% | 0.44% | - |
| XYZ | 7.76 | 4.13 | 5.24 | - |
| YUV | 49 | 136.47 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 64 | 0 | 0.88 | 0.43 | 0.56 | 329.39 | 0.78 | 0.25 |
| Hex | 70 | E | 40 | 0 | 58 | 2B | 38 | 149 | 4E | 19 |
| Octal | 160 | 16 | 100 | 0 | 130 | 53 | 70 | 511 | 116 | 31 |
| Binary | 1110000 | 1110 | 1000000 | 0 | 1011000 | 101011 | 111000 | 101001001 | 1001110 | 11001 |
Color Harmonies of #700E40
Complementary color
Monochromatic Colors of #700E40
Black with #700E40
Text Example
Text Example
White with #700E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E40; }
p { color: rgb(112,14,64); }
H1.HeaderClassName
{
color: #700E40;
}
.AnyTagClassName
{
color: #700E40;
}
</style>
background-color css
<style>
a { background-color: #700E40; }
a { background-color: rgb(112,14,64); }
div.DivClassName
{
background-color: #700E40;
}
.BgClassName
{
background-color: #700E40;
}
</style>
border-color css
<style>
span { border-color: #700E40; }
span { border-color: rgb(112,14,64); }
td.TdClassName
{
border-color: #700E40;
}
.TagClassName
{
border-color: #700E40;
}
</style>