Shades of Tyrian Purple #700A3E
Tints of Tyrian Purple #700A3E
RGB
CMYK
RGB Variations
Color information
#700A3E (or 0x700A3E) is known color: Tyrian Purple. HEX triplet: 70, 0A and 3E. RGB value is (112,10,62). Sum of RGB (Red+Green+Blue) = 112+10+62=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #700A3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A3E is #8FF5C1. Grayscale: #2E2E2E. Windows color (decimal): -9434562 or 4065904. OLE color: 4065904.
HSL color Cylindrical-coordinate representation of color #700A3E: hue angle of 329.41º 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 #700A3E is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 62 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.56 |
| HSL | 329.41º | 0.84% | 0.24% | - |
| HSV(B) | 329.41º | 0.91% | 0.44% | - |
| XYZ | 7.66 | 4.01 | 4.93 | - |
| YUV | 46.43 | 136.79 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 62 | 0 | 0.91 | 0.45 | 0.56 | 329.41 | 0.84 | 0.24 |
| Hex | 70 | A | 3E | 0 | 5B | 2D | 38 | 149 | 54 | 18 |
| Octal | 160 | 12 | 76 | 0 | 133 | 55 | 70 | 511 | 124 | 30 |
| Binary | 1110000 | 1010 | 111110 | 0 | 1011011 | 101101 | 111000 | 101001001 | 1010100 | 11000 |
Color Harmonies of #700A3E
Complementary color
Monochromatic Colors of #700A3E
Black with #700A3E
Text Example
Text Example
White with #700A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A3E; }
p { color: rgb(112,10,62); }
H1.HeaderClassName
{
color: #700A3E;
}
.AnyTagClassName
{
color: #700A3E;
}
</style>
background-color css
<style>
a { background-color: #700A3E; }
a { background-color: rgb(112,10,62); }
div.DivClassName
{
background-color: #700A3E;
}
.BgClassName
{
background-color: #700A3E;
}
</style>
border-color css
<style>
span { border-color: #700A3E; }
span { border-color: rgb(112,10,62); }
td.TdClassName
{
border-color: #700A3E;
}
.TagClassName
{
border-color: #700A3E;
}
</style>