Shades of Tyrian Purple #700D55
Tints of Tyrian Purple #700D55
RGB
CMYK
RGB Variations
Color information
#700D55 (or 0x700D55) is known color: Tyrian Purple. HEX triplet: 70, 0D and 55. RGB value is (112,13,85). Sum of RGB (Red+Green+Blue) = 112+13+85=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #700D55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D55 is #8FF2AA. Grayscale: #323232. Windows color (decimal): -9433771 or 5574000. OLE color: 5574000.
HSL color Cylindrical-coordinate representation of color #700D55: hue angle of 316.36º 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 #700D55 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 85 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.56 |
| HSL | 316.36º | 0.79% | 0.25% | - |
| HSV(B) | 316.36º | 0.88% | 0.44% | - |
| XYZ | 8.47 | 4.39 | 9 | - |
| YUV | 50.81 | 147.3 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 85 | 0 | 0.88 | 0.24 | 0.56 | 316.36 | 0.79 | 0.25 |
| Hex | 70 | D | 55 | 0 | 58 | 18 | 38 | 13C | 4F | 19 |
| Octal | 160 | 15 | 125 | 0 | 130 | 30 | 70 | 474 | 117 | 31 |
| Binary | 1110000 | 1101 | 1010101 | 0 | 1011000 | 11000 | 111000 | 100111100 | 1001111 | 11001 |
Color Harmonies of #700D55
Complementary color
Monochromatic Colors of #700D55
Black with #700D55
Text Example
Text Example
White with #700D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D55; }
p { color: rgb(112,13,85); }
H1.HeaderClassName
{
color: #700D55;
}
.AnyTagClassName
{
color: #700D55;
}
</style>
background-color css
<style>
a { background-color: #700D55; }
a { background-color: rgb(112,13,85); }
div.DivClassName
{
background-color: #700D55;
}
.BgClassName
{
background-color: #700D55;
}
</style>
border-color css
<style>
span { border-color: #700D55; }
span { border-color: rgb(112,13,85); }
td.TdClassName
{
border-color: #700D55;
}
.TagClassName
{
border-color: #700D55;
}
</style>