Shades of Tyrian Purple #700459
Tints of Tyrian Purple #700459
RGB
CMYK
RGB Variations
Color information
#700459 (or 0x700459) is known color: Tyrian Purple. HEX triplet: 70, 04 and 59. RGB value is (112,4,89). Sum of RGB (Red+Green+Blue) = 112+4+89=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #700459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700459 is #8FFBA6. Grayscale: #2D2D2D. Windows color (decimal): -9436071 or 5833840. OLE color: 5833840.
HSL color Cylindrical-coordinate representation of color #700459: hue angle of 312.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700459 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 89 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.56 |
| HSL | 312.78º | 0.93% | 0.23% | - |
| HSV(B) | 312.78º | 0.96% | 0.44% | - |
| XYZ | 8.53 | 4.25 | 9.82 | - |
| YUV | 45.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 89 | 0 | 0.96 | 0.21 | 0.56 | 312.78 | 0.93 | 0.23 |
| Hex | 70 | 4 | 59 | 0 | 60 | 15 | 38 | 139 | 5D | 17 |
| Octal | 160 | 4 | 131 | 0 | 140 | 25 | 70 | 471 | 135 | 27 |
| Binary | 1110000 | 100 | 1011001 | 0 | 1100000 | 10101 | 111000 | 100111001 | 1011101 | 10111 |
Color Harmonies of #700459
Complementary color
Monochromatic Colors of #700459
Black with #700459
Text Example
Text Example
White with #700459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700459; }
p { color: rgb(112,4,89); }
H1.HeaderClassName
{
color: #700459;
}
.AnyTagClassName
{
color: #700459;
}
</style>
background-color css
<style>
a { background-color: #700459; }
a { background-color: rgb(112,4,89); }
div.DivClassName
{
background-color: #700459;
}
.BgClassName
{
background-color: #700459;
}
</style>
border-color css
<style>
span { border-color: #700459; }
span { border-color: rgb(112,4,89); }
td.TdClassName
{
border-color: #700459;
}
.TagClassName
{
border-color: #700459;
}
</style>