Shades of Tyrian Purple #700D53
Tints of Tyrian Purple #700D53
RGB
CMYK
RGB Variations
Color information
#700D53 (or 0x700D53) is known color: Tyrian Purple. HEX triplet: 70, 0D and 53. RGB value is (112,13,83). Sum of RGB (Red+Green+Blue) = 112+13+83=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #700D53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D53 is #8FF2AC. Grayscale: #323232. Windows color (decimal): -9433773 or 5442928. OLE color: 5442928.
HSL color Cylindrical-coordinate representation of color #700D53: hue angle of 317.58º 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 #700D53 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 83 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.56 |
| HSL | 317.58º | 0.79% | 0.25% | - |
| HSV(B) | 317.58º | 0.88% | 0.44% | - |
| XYZ | 8.39 | 4.36 | 8.58 | - |
| YUV | 50.58 | 146.3 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 83 | 0 | 0.88 | 0.26 | 0.56 | 317.58 | 0.79 | 0.25 |
| Hex | 70 | D | 53 | 0 | 58 | 1A | 38 | 13E | 4F | 19 |
| Octal | 160 | 15 | 123 | 0 | 130 | 32 | 70 | 476 | 117 | 31 |
| Binary | 1110000 | 1101 | 1010011 | 0 | 1011000 | 11010 | 111000 | 100111110 | 1001111 | 11001 |
Color Harmonies of #700D53
Complementary color
Monochromatic Colors of #700D53
Black with #700D53
Text Example
Text Example
White with #700D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D53; }
p { color: rgb(112,13,83); }
H1.HeaderClassName
{
color: #700D53;
}
.AnyTagClassName
{
color: #700D53;
}
</style>
background-color css
<style>
a { background-color: #700D53; }
a { background-color: rgb(112,13,83); }
div.DivClassName
{
background-color: #700D53;
}
.BgClassName
{
background-color: #700D53;
}
</style>
border-color css
<style>
span { border-color: #700D53; }
span { border-color: rgb(112,13,83); }
td.TdClassName
{
border-color: #700D53;
}
.TagClassName
{
border-color: #700D53;
}
</style>