Shades of Tyrian Purple #700D47
Tints of Tyrian Purple #700D47
RGB
CMYK
RGB Variations
Color information
#700D47 (or 0x700D47) is known color: Tyrian Purple. HEX triplet: 70, 0D and 47. RGB value is (112,13,71). Sum of RGB (Red+Green+Blue) = 112+13+71=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #700D47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D47 is #8FF2B8. Grayscale: #313131. Windows color (decimal): -9433785 or 4656496. OLE color: 4656496.
HSL color Cylindrical-coordinate representation of color #700D47: hue angle of 324.85º 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 #700D47 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 71 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.56 |
| HSL | 324.85º | 0.79% | 0.25% | - |
| HSV(B) | 324.85º | 0.88% | 0.44% | - |
| XYZ | 7.96 | 4.19 | 6.35 | - |
| YUV | 49.21 | 140.3 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 71 | 0 | 0.88 | 0.37 | 0.56 | 324.85 | 0.79 | 0.25 |
| Hex | 70 | D | 47 | 0 | 58 | 25 | 38 | 145 | 4F | 19 |
| Octal | 160 | 15 | 107 | 0 | 130 | 45 | 70 | 505 | 117 | 31 |
| Binary | 1110000 | 1101 | 1000111 | 0 | 1011000 | 100101 | 111000 | 101000101 | 1001111 | 11001 |
Color Harmonies of #700D47
Complementary color
Monochromatic Colors of #700D47
Black with #700D47
Text Example
Text Example
White with #700D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D47; }
p { color: rgb(112,13,71); }
H1.HeaderClassName
{
color: #700D47;
}
.AnyTagClassName
{
color: #700D47;
}
</style>
background-color css
<style>
a { background-color: #700D47; }
a { background-color: rgb(112,13,71); }
div.DivClassName
{
background-color: #700D47;
}
.BgClassName
{
background-color: #700D47;
}
</style>
border-color css
<style>
span { border-color: #700D47; }
span { border-color: rgb(112,13,71); }
td.TdClassName
{
border-color: #700D47;
}
.TagClassName
{
border-color: #700D47;
}
</style>