Shades of Tyrian Purple #700A4E
Tints of Tyrian Purple #700A4E
RGB
CMYK
RGB Variations
Color information
#700A4E (or 0x700A4E) is known color: Tyrian Purple. HEX triplet: 70, 0A and 4E. RGB value is (112,10,78). Sum of RGB (Red+Green+Blue) = 112+10+78=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #700A4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A4E is #8FF5B1. Grayscale: #303030. Windows color (decimal): -9434546 or 5114480. OLE color: 5114480.
HSL color Cylindrical-coordinate representation of color #700A4E: hue angle of 320º 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 #700A4E is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 78 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.56 |
| HSL | 320º | 0.84% | 0.24% | - |
| HSV(B) | 320º | 0.91% | 0.44% | - |
| XYZ | 8.17 | 4.21 | 7.59 | - |
| YUV | 48.25 | 144.79 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 78 | 0 | 0.91 | 0.30 | 0.56 | 320 | 0.84 | 0.24 |
| Hex | 70 | A | 4E | 0 | 5B | 1E | 38 | 140 | 54 | 18 |
| Octal | 160 | 12 | 116 | 0 | 133 | 36 | 70 | 500 | 124 | 30 |
| Binary | 1110000 | 1010 | 1001110 | 0 | 1011011 | 11110 | 111000 | 101000000 | 1010100 | 11000 |
Color Harmonies of #700A4E
Complementary color
Monochromatic Colors of #700A4E
Black with #700A4E
Text Example
Text Example
White with #700A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A4E; }
p { color: rgb(112,10,78); }
H1.HeaderClassName
{
color: #700A4E;
}
.AnyTagClassName
{
color: #700A4E;
}
</style>
background-color css
<style>
a { background-color: #700A4E; }
a { background-color: rgb(112,10,78); }
div.DivClassName
{
background-color: #700A4E;
}
.BgClassName
{
background-color: #700A4E;
}
</style>
border-color css
<style>
span { border-color: #700A4E; }
span { border-color: rgb(112,10,78); }
td.TdClassName
{
border-color: #700A4E;
}
.TagClassName
{
border-color: #700A4E;
}
</style>