Shades of Tyrian Purple #700D3D
Tints of Tyrian Purple #700D3D
RGB
CMYK
RGB Variations
Color information
#700D3D (or 0x700D3D) is known color: Tyrian Purple. HEX triplet: 70, 0D and 3D. RGB value is (112,13,61). Sum of RGB (Red+Green+Blue) = 112+13+61=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #700D3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D3D is #8FF2C2. Grayscale: #2F2F2F. Windows color (decimal): -9433795 or 4001136. OLE color: 4001136.
HSL color Cylindrical-coordinate representation of color #700D3D: hue angle of 330.91º 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 #700D3D is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 61 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.56 |
| HSL | 330.91º | 0.79% | 0.25% | - |
| HSV(B) | 330.91º | 0.88% | 0.44% | - |
| XYZ | 7.67 | 4.07 | 4.8 | - |
| YUV | 48.07 | 135.3 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 61 | 0 | 0.88 | 0.46 | 0.56 | 330.91 | 0.79 | 0.25 |
| Hex | 70 | D | 3D | 0 | 58 | 2E | 38 | 14B | 4F | 19 |
| Octal | 160 | 15 | 75 | 0 | 130 | 56 | 70 | 513 | 117 | 31 |
| Binary | 1110000 | 1101 | 111101 | 0 | 1011000 | 101110 | 111000 | 101001011 | 1001111 | 11001 |
Color Harmonies of #700D3D
Complementary color
Monochromatic Colors of #700D3D
Black with #700D3D
Text Example
Text Example
White with #700D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D3D; }
p { color: rgb(112,13,61); }
H1.HeaderClassName
{
color: #700D3D;
}
.AnyTagClassName
{
color: #700D3D;
}
</style>
background-color css
<style>
a { background-color: #700D3D; }
a { background-color: rgb(112,13,61); }
div.DivClassName
{
background-color: #700D3D;
}
.BgClassName
{
background-color: #700D3D;
}
</style>
border-color css
<style>
span { border-color: #700D3D; }
span { border-color: rgb(112,13,61); }
td.TdClassName
{
border-color: #700D3D;
}
.TagClassName
{
border-color: #700D3D;
}
</style>