Shades of Tyrian Purple #700759
Tints of Tyrian Purple #700759
RGB
CMYK
RGB Variations
Color information
#700759 (or 0x700759) is known color: Tyrian Purple. HEX triplet: 70, 07 and 59. RGB value is (112,7,89). Sum of RGB (Red+Green+Blue) = 112+7+89=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #700759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700759 is #8FF8A6. Grayscale: #2F2F2F. Windows color (decimal): -9435303 or 5834608. OLE color: 5834608.
HSL color Cylindrical-coordinate representation of color #700759: hue angle of 313.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700759 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 89 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.56 |
| HSL | 313.14º | 0.88% | 0.23% | - |
| HSV(B) | 313.14º | 0.94% | 0.44% | - |
| XYZ | 8.56 | 4.32 | 9.83 | - |
| YUV | 47.74 | 151.29 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 89 | 0 | 0.94 | 0.21 | 0.56 | 313.14 | 0.88 | 0.23 |
| Hex | 70 | 7 | 59 | 0 | 5E | 15 | 38 | 139 | 58 | 17 |
| Octal | 160 | 7 | 131 | 0 | 136 | 25 | 70 | 471 | 130 | 27 |
| Binary | 1110000 | 111 | 1011001 | 0 | 1011110 | 10101 | 111000 | 100111001 | 1011000 | 10111 |
Color Harmonies of #700759
Complementary color
Monochromatic Colors of #700759
Black with #700759
Text Example
Text Example
White with #700759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700759; }
p { color: rgb(112,7,89); }
H1.HeaderClassName
{
color: #700759;
}
.AnyTagClassName
{
color: #700759;
}
</style>
background-color css
<style>
a { background-color: #700759; }
a { background-color: rgb(112,7,89); }
div.DivClassName
{
background-color: #700759;
}
.BgClassName
{
background-color: #700759;
}
</style>
border-color css
<style>
span { border-color: #700759; }
span { border-color: rgb(112,7,89); }
td.TdClassName
{
border-color: #700759;
}
.TagClassName
{
border-color: #700759;
}
</style>