Shades of Tyrian Purple #700A57
Tints of Tyrian Purple #700A57
RGB
CMYK
RGB Variations
Color information
#700A57 (or 0x700A57) is known color: Tyrian Purple. HEX triplet: 70, 0A and 57. RGB value is (112,10,87). Sum of RGB (Red+Green+Blue) = 112+10+87=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #700A57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A57 is #8FF5A8. Grayscale: #313131. Windows color (decimal): -9434537 or 5704304. OLE color: 5704304.
HSL color Cylindrical-coordinate representation of color #700A57: hue angle of 314.71º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A57 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 87 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.56 |
| HSL | 314.71º | 0.84% | 0.24% | - |
| HSV(B) | 314.71º | 0.91% | 0.44% | - |
| XYZ | 8.51 | 4.35 | 9.41 | - |
| YUV | 49.28 | 149.29 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 87 | 0 | 0.91 | 0.22 | 0.56 | 314.71 | 0.84 | 0.24 |
| Hex | 70 | A | 57 | 0 | 5B | 16 | 38 | 13B | 54 | 18 |
| Octal | 160 | 12 | 127 | 0 | 133 | 26 | 70 | 473 | 124 | 30 |
| Binary | 1110000 | 1010 | 1010111 | 0 | 1011011 | 10110 | 111000 | 100111011 | 1010100 | 11000 |
Color Harmonies of #700A57
Complementary color
Monochromatic Colors of #700A57
Black with #700A57
Text Example
Text Example
White with #700A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A57; }
p { color: rgb(112,10,87); }
H1.HeaderClassName
{
color: #700A57;
}
.AnyTagClassName
{
color: #700A57;
}
</style>
background-color css
<style>
a { background-color: #700A57; }
a { background-color: rgb(112,10,87); }
div.DivClassName
{
background-color: #700A57;
}
.BgClassName
{
background-color: #700A57;
}
</style>
border-color css
<style>
span { border-color: #700A57; }
span { border-color: rgb(112,10,87); }
td.TdClassName
{
border-color: #700A57;
}
.TagClassName
{
border-color: #700A57;
}
</style>