Shades of Tyrian Purple #700A4A
Tints of Tyrian Purple #700A4A
RGB
CMYK
RGB Variations
Color information
#700A4A (or 0x700A4A) is known color: Tyrian Purple. HEX triplet: 70, 0A and 4A. RGB value is (112,10,74). Sum of RGB (Red+Green+Blue) = 112+10+74=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #700A4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A4A is #8FF5B5. Grayscale: #2F2F2F. Windows color (decimal): -9434550 or 4852336. OLE color: 4852336.
HSL color Cylindrical-coordinate representation of color #700A4A: hue angle of 322.35º 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 #700A4A is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 74 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.56 |
| HSL | 322.35º | 0.84% | 0.24% | - |
| HSV(B) | 322.35º | 0.91% | 0.44% | - |
| XYZ | 8.03 | 4.16 | 6.86 | - |
| YUV | 47.79 | 142.79 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 74 | 0 | 0.91 | 0.34 | 0.56 | 322.35 | 0.84 | 0.24 |
| Hex | 70 | A | 4A | 0 | 5B | 22 | 38 | 142 | 54 | 18 |
| Octal | 160 | 12 | 112 | 0 | 133 | 42 | 70 | 502 | 124 | 30 |
| Binary | 1110000 | 1010 | 1001010 | 0 | 1011011 | 100010 | 111000 | 101000010 | 1010100 | 11000 |
Color Harmonies of #700A4A
Complementary color
Monochromatic Colors of #700A4A
Black with #700A4A
Text Example
Text Example
White with #700A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A4A; }
p { color: rgb(112,10,74); }
H1.HeaderClassName
{
color: #700A4A;
}
.AnyTagClassName
{
color: #700A4A;
}
</style>
background-color css
<style>
a { background-color: #700A4A; }
a { background-color: rgb(112,10,74); }
div.DivClassName
{
background-color: #700A4A;
}
.BgClassName
{
background-color: #700A4A;
}
</style>
border-color css
<style>
span { border-color: #700A4A; }
span { border-color: rgb(112,10,74); }
td.TdClassName
{
border-color: #700A4A;
}
.TagClassName
{
border-color: #700A4A;
}
</style>