Shades of Tyrian Purple #700051
Tints of Tyrian Purple #700051
RGB
CMYK
RGB Variations
Color information
#700051 (or 0x700051) is known color: Tyrian Purple. HEX triplet: 70, 00 and 51. RGB value is (112,0,81). Sum of RGB (Red+Green+Blue) = 112+0+81=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #700051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700051 is #8FFFAE. Grayscale: #2A2A2A. Windows color (decimal): -9437103 or 5308528. OLE color: 5308528.
HSL color Cylindrical-coordinate representation of color #700051: hue angle of 316.61º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700051 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.28 | 0.56 |
| HSL | 316.61º | 1% | 0.22% | - |
| HSV(B) | 316.61º | 1% | 0.44% | - |
| XYZ | 8.17 | 4.04 | 8.13 | - |
| YUV | 42.72 | 149.61 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 81 | 0 | 1 | 0.28 | 0.56 | 316.61 | 1 | 0.22 |
| Hex | 70 | 0 | 51 | 0 | 64 | 1C | 38 | 13D | 64 | 16 |
| Octal | 160 | 0 | 121 | 0 | 144 | 34 | 70 | 475 | 144 | 26 |
| Binary | 1110000 | 0 | 1010001 | 0 | 1100100 | 11100 | 111000 | 100111101 | 1100100 | 10110 |
Color Harmonies of #700051
Complementary color
Monochromatic Colors of #700051
Black with #700051
Text Example
Text Example
White with #700051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700051; }
p { color: rgb(112,0,81); }
H1.HeaderClassName
{
color: #700051;
}
.AnyTagClassName
{
color: #700051;
}
</style>
background-color css
<style>
a { background-color: #700051; }
a { background-color: rgb(112,0,81); }
div.DivClassName
{
background-color: #700051;
}
.BgClassName
{
background-color: #700051;
}
</style>
border-color css
<style>
span { border-color: #700051; }
span { border-color: rgb(112,0,81); }
td.TdClassName
{
border-color: #700051;
}
.TagClassName
{
border-color: #700051;
}
</style>