Shades of Tyrian Purple #700D3E
Tints of Tyrian Purple #700D3E
RGB
CMYK
RGB Variations
Color information
#700D3E (or 0x700D3E) is known color: Tyrian Purple. HEX triplet: 70, 0D and 3E. RGB value is (112,13,62). Sum of RGB (Red+Green+Blue) = 112+13+62=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #700D3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D3E is #8FF2C1. Grayscale: #303030. Windows color (decimal): -9433794 or 4066672. OLE color: 4066672.
HSL color Cylindrical-coordinate representation of color #700D3E: hue angle of 330.3º 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 #700D3E is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 62 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.56 |
| HSL | 330.3º | 0.79% | 0.25% | - |
| HSV(B) | 330.3º | 0.88% | 0.44% | - |
| XYZ | 7.7 | 4.08 | 4.94 | - |
| YUV | 48.19 | 135.8 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 62 | 0 | 0.88 | 0.45 | 0.56 | 330.3 | 0.79 | 0.25 |
| Hex | 70 | D | 3E | 0 | 58 | 2D | 38 | 14A | 4F | 19 |
| Octal | 160 | 15 | 76 | 0 | 130 | 55 | 70 | 512 | 117 | 31 |
| Binary | 1110000 | 1101 | 111110 | 0 | 1011000 | 101101 | 111000 | 101001010 | 1001111 | 11001 |
Color Harmonies of #700D3E
Complementary color
Monochromatic Colors of #700D3E
Black with #700D3E
Text Example
Text Example
White with #700D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D3E; }
p { color: rgb(112,13,62); }
H1.HeaderClassName
{
color: #700D3E;
}
.AnyTagClassName
{
color: #700D3E;
}
</style>
background-color css
<style>
a { background-color: #700D3E; }
a { background-color: rgb(112,13,62); }
div.DivClassName
{
background-color: #700D3E;
}
.BgClassName
{
background-color: #700D3E;
}
</style>
border-color css
<style>
span { border-color: #700D3E; }
span { border-color: rgb(112,13,62); }
td.TdClassName
{
border-color: #700D3E;
}
.TagClassName
{
border-color: #700D3E;
}
</style>