Shades of Tyrian Purple #700D42
Tints of Tyrian Purple #700D42
RGB
CMYK
RGB Variations
Color information
#700D42 (or 0x700D42) is known color: Tyrian Purple. HEX triplet: 70, 0D and 42. RGB value is (112,13,66). Sum of RGB (Red+Green+Blue) = 112+13+66=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #700D42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D42 is #8FF2BD. Grayscale: #303030. Windows color (decimal): -9433790 or 4328816. OLE color: 4328816.
HSL color Cylindrical-coordinate representation of color #700D42: hue angle of 327.88º 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 #700D42 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 66 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.56 |
| HSL | 327.88º | 0.79% | 0.25% | - |
| HSV(B) | 327.88º | 0.88% | 0.44% | - |
| XYZ | 7.81 | 4.13 | 5.54 | - |
| YUV | 48.64 | 137.8 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 66 | 0 | 0.88 | 0.41 | 0.56 | 327.88 | 0.79 | 0.25 |
| Hex | 70 | D | 42 | 0 | 58 | 29 | 38 | 148 | 4F | 19 |
| Octal | 160 | 15 | 102 | 0 | 130 | 51 | 70 | 510 | 117 | 31 |
| Binary | 1110000 | 1101 | 1000010 | 0 | 1011000 | 101001 | 111000 | 101001000 | 1001111 | 11001 |
Color Harmonies of #700D42
Complementary color
Monochromatic Colors of #700D42
Black with #700D42
Text Example
Text Example
White with #700D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D42; }
p { color: rgb(112,13,66); }
H1.HeaderClassName
{
color: #700D42;
}
.AnyTagClassName
{
color: #700D42;
}
</style>
background-color css
<style>
a { background-color: #700D42; }
a { background-color: rgb(112,13,66); }
div.DivClassName
{
background-color: #700D42;
}
.BgClassName
{
background-color: #700D42;
}
</style>
border-color css
<style>
span { border-color: #700D42; }
span { border-color: rgb(112,13,66); }
td.TdClassName
{
border-color: #700D42;
}
.TagClassName
{
border-color: #700D42;
}
</style>