Shades of Tyrian Purple #700A31
Tints of Tyrian Purple #700A31
RGB
CMYK
RGB Variations
Color information
#700A31 (or 0x700A31) is known color: Tyrian Purple. HEX triplet: 70, 0A and 31. RGB value is (112,10,49). Sum of RGB (Red+Green+Blue) = 112+10+49=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #700A31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A31 is #8FF5CE. Grayscale: #2C2C2C. Windows color (decimal): -9434575 or 3213936. OLE color: 3213936.
HSL color Cylindrical-coordinate representation of color #700A31: hue angle of 337.06º 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 #700A31 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 49 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.56 |
| HSL | 337.06º | 0.84% | 0.24% | - |
| HSV(B) | 337.06º | 0.91% | 0.44% | - |
| XYZ | 7.35 | 3.88 | 3.27 | - |
| YUV | 44.94 | 130.29 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 49 | 0 | 0.91 | 0.56 | 0.56 | 337.06 | 0.84 | 0.24 |
| Hex | 70 | A | 31 | 0 | 5B | 38 | 38 | 151 | 54 | 18 |
| Octal | 160 | 12 | 61 | 0 | 133 | 70 | 70 | 521 | 124 | 30 |
| Binary | 1110000 | 1010 | 110001 | 0 | 1011011 | 111000 | 111000 | 101010001 | 1010100 | 11000 |
Color Harmonies of #700A31
Complementary color
Monochromatic Colors of #700A31
Black with #700A31
Text Example
Text Example
White with #700A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A31; }
p { color: rgb(112,10,49); }
H1.HeaderClassName
{
color: #700A31;
}
.AnyTagClassName
{
color: #700A31;
}
</style>
background-color css
<style>
a { background-color: #700A31; }
a { background-color: rgb(112,10,49); }
div.DivClassName
{
background-color: #700A31;
}
.BgClassName
{
background-color: #700A31;
}
</style>
border-color css
<style>
span { border-color: #700A31; }
span { border-color: rgb(112,10,49); }
td.TdClassName
{
border-color: #700A31;
}
.TagClassName
{
border-color: #700A31;
}
</style>