Shades of Tyrian Purple #700A51
Tints of Tyrian Purple #700A51
RGB
CMYK
RGB Variations
Color information
#700A51 (or 0x700A51) is known color: Tyrian Purple. HEX triplet: 70, 0A and 51. RGB value is (112,10,81). Sum of RGB (Red+Green+Blue) = 112+10+81=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #700A51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A51 is #8FF5AE. Grayscale: #303030. Windows color (decimal): -9434543 or 5311088. OLE color: 5311088.
HSL color Cylindrical-coordinate representation of color #700A51: hue angle of 318.24º 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 #700A51 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 81 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.56 |
| HSL | 318.24º | 0.84% | 0.24% | - |
| HSV(B) | 318.24º | 0.91% | 0.44% | - |
| XYZ | 8.28 | 4.26 | 8.17 | - |
| YUV | 48.59 | 146.29 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 81 | 0 | 0.91 | 0.28 | 0.56 | 318.24 | 0.84 | 0.24 |
| Hex | 70 | A | 51 | 0 | 5B | 1C | 38 | 13E | 54 | 18 |
| Octal | 160 | 12 | 121 | 0 | 133 | 34 | 70 | 476 | 124 | 30 |
| Binary | 1110000 | 1010 | 1010001 | 0 | 1011011 | 11100 | 111000 | 100111110 | 1010100 | 11000 |
Color Harmonies of #700A51
Complementary color
Monochromatic Colors of #700A51
Black with #700A51
Text Example
Text Example
White with #700A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A51; }
p { color: rgb(112,10,81); }
H1.HeaderClassName
{
color: #700A51;
}
.AnyTagClassName
{
color: #700A51;
}
</style>
background-color css
<style>
a { background-color: #700A51; }
a { background-color: rgb(112,10,81); }
div.DivClassName
{
background-color: #700A51;
}
.BgClassName
{
background-color: #700A51;
}
</style>
border-color css
<style>
span { border-color: #700A51; }
span { border-color: rgb(112,10,81); }
td.TdClassName
{
border-color: #700A51;
}
.TagClassName
{
border-color: #700A51;
}
</style>