Shades of Tyrian Purple #700D54
Tints of Tyrian Purple #700D54
RGB
CMYK
RGB Variations
Color information
#700D54 (or 0x700D54) is known color: Tyrian Purple. HEX triplet: 70, 0D and 54. RGB value is (112,13,84). Sum of RGB (Red+Green+Blue) = 112+13+84=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #700D54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D54 is #8FF2AB. Grayscale: #323232. Windows color (decimal): -9433772 or 5508464. OLE color: 5508464.
HSL color Cylindrical-coordinate representation of color #700D54: hue angle of 316.97º 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 #700D54 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 84 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.56 |
| HSL | 316.97º | 0.79% | 0.25% | - |
| HSV(B) | 316.97º | 0.88% | 0.44% | - |
| XYZ | 8.43 | 4.37 | 8.79 | - |
| YUV | 50.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 84 | 0 | 0.88 | 0.25 | 0.56 | 316.97 | 0.79 | 0.25 |
| Hex | 70 | D | 54 | 0 | 58 | 19 | 38 | 13D | 4F | 19 |
| Octal | 160 | 15 | 124 | 0 | 130 | 31 | 70 | 475 | 117 | 31 |
| Binary | 1110000 | 1101 | 1010100 | 0 | 1011000 | 11001 | 111000 | 100111101 | 1001111 | 11001 |
Color Harmonies of #700D54
Complementary color
Monochromatic Colors of #700D54
Black with #700D54
Text Example
Text Example
White with #700D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D54; }
p { color: rgb(112,13,84); }
H1.HeaderClassName
{
color: #700D54;
}
.AnyTagClassName
{
color: #700D54;
}
</style>
background-color css
<style>
a { background-color: #700D54; }
a { background-color: rgb(112,13,84); }
div.DivClassName
{
background-color: #700D54;
}
.BgClassName
{
background-color: #700D54;
}
</style>
border-color css
<style>
span { border-color: #700D54; }
span { border-color: rgb(112,13,84); }
td.TdClassName
{
border-color: #700D54;
}
.TagClassName
{
border-color: #700D54;
}
</style>