Shades of Tyrian Purple #700A4D
Tints of Tyrian Purple #700A4D
RGB
CMYK
RGB Variations
Color information
#700A4D (or 0x700A4D) is known color: Tyrian Purple. HEX triplet: 70, 0A and 4D. RGB value is (112,10,77). Sum of RGB (Red+Green+Blue) = 112+10+77=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #700A4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A4D is #8FF5B2. Grayscale: #2F2F2F. Windows color (decimal): -9434547 or 5048944. OLE color: 5048944.
HSL color Cylindrical-coordinate representation of color #700A4D: hue angle of 320.59º 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 #700A4D is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 77 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.56 |
| HSL | 320.59º | 0.84% | 0.24% | - |
| HSV(B) | 320.59º | 0.91% | 0.44% | - |
| XYZ | 8.13 | 4.2 | 7.4 | - |
| YUV | 48.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 77 | 0 | 0.91 | 0.31 | 0.56 | 320.59 | 0.84 | 0.24 |
| Hex | 70 | A | 4D | 0 | 5B | 1F | 38 | 141 | 54 | 18 |
| Octal | 160 | 12 | 115 | 0 | 133 | 37 | 70 | 501 | 124 | 30 |
| Binary | 1110000 | 1010 | 1001101 | 0 | 1011011 | 11111 | 111000 | 101000001 | 1010100 | 11000 |
Color Harmonies of #700A4D
Complementary color
Monochromatic Colors of #700A4D
Black with #700A4D
Text Example
Text Example
White with #700A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A4D; }
p { color: rgb(112,10,77); }
H1.HeaderClassName
{
color: #700A4D;
}
.AnyTagClassName
{
color: #700A4D;
}
</style>
background-color css
<style>
a { background-color: #700A4D; }
a { background-color: rgb(112,10,77); }
div.DivClassName
{
background-color: #700A4D;
}
.BgClassName
{
background-color: #700A4D;
}
</style>
border-color css
<style>
span { border-color: #700A4D; }
span { border-color: rgb(112,10,77); }
td.TdClassName
{
border-color: #700A4D;
}
.TagClassName
{
border-color: #700A4D;
}
</style>