Shades of Tyrian Purple #700059
Tints of Tyrian Purple #700059
RGB
CMYK
RGB Variations
Color information
#700059 (or 0x700059) is known color: Tyrian Purple. HEX triplet: 70, 00 and 59. RGB value is (112,0,89). Sum of RGB (Red+Green+Blue) = 112+0+89=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #700059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700059 is #8FFFA6. Grayscale: #2B2B2B. Windows color (decimal): -9437095 or 5832816. OLE color: 5832816.
HSL color Cylindrical-coordinate representation of color #700059: hue angle of 312.32º 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 #700059 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.21 | 0.56 |
| HSL | 312.32º | 1% | 0.22% | - |
| HSV(B) | 312.32º | 1% | 0.44% | - |
| XYZ | 8.49 | 4.17 | 9.81 | - |
| YUV | 43.63 | 153.61 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 89 | 0 | 1 | 0.21 | 0.56 | 312.32 | 1 | 0.22 |
| Hex | 70 | 0 | 59 | 0 | 64 | 15 | 38 | 138 | 64 | 16 |
| Octal | 160 | 0 | 131 | 0 | 144 | 25 | 70 | 470 | 144 | 26 |
| Binary | 1110000 | 0 | 1011001 | 0 | 1100100 | 10101 | 111000 | 100111000 | 1100100 | 10110 |
Color Harmonies of #700059
Complementary color
Monochromatic Colors of #700059
Black with #700059
Text Example
Text Example
White with #700059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700059; }
p { color: rgb(112,0,89); }
H1.HeaderClassName
{
color: #700059;
}
.AnyTagClassName
{
color: #700059;
}
</style>
background-color css
<style>
a { background-color: #700059; }
a { background-color: rgb(112,0,89); }
div.DivClassName
{
background-color: #700059;
}
.BgClassName
{
background-color: #700059;
}
</style>
border-color css
<style>
span { border-color: #700059; }
span { border-color: rgb(112,0,89); }
td.TdClassName
{
border-color: #700059;
}
.TagClassName
{
border-color: #700059;
}
</style>