Shades of Tyrian Purple #700A30
Tints of Tyrian Purple #700A30
RGB
CMYK
RGB Variations
Color information
#700A30 (or 0x700A30) is known color: Tyrian Purple. HEX triplet: 70, 0A and 30. RGB value is (112,10,48). Sum of RGB (Red+Green+Blue) = 112+10+48=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 10 (4.30% from 255 or 5.88% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #700A30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A30 is #8FF5CF. Grayscale: #2C2C2C. Windows color (decimal): -9434576 or 3148400. OLE color: 3148400.
HSL color Cylindrical-coordinate representation of color #700A30: hue angle of 337.65º 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 #700A30 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 48 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.56 |
| HSL | 337.65º | 0.84% | 0.24% | - |
| HSV(B) | 337.65º | 0.91% | 0.44% | - |
| XYZ | 7.32 | 3.88 | 3.16 | - |
| YUV | 44.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 48 | 0 | 0.91 | 0.57 | 0.56 | 337.65 | 0.84 | 0.24 |
| Hex | 70 | A | 30 | 0 | 5B | 39 | 38 | 152 | 54 | 18 |
| Octal | 160 | 12 | 60 | 0 | 133 | 71 | 70 | 522 | 124 | 30 |
| Binary | 1110000 | 1010 | 110000 | 0 | 1011011 | 111001 | 111000 | 101010010 | 1010100 | 11000 |
Color Harmonies of #700A30
Complementary color
Monochromatic Colors of #700A30
Black with #700A30
Text Example
Text Example
White with #700A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A30; }
p { color: rgb(112,10,48); }
H1.HeaderClassName
{
color: #700A30;
}
.AnyTagClassName
{
color: #700A30;
}
</style>
background-color css
<style>
a { background-color: #700A30; }
a { background-color: rgb(112,10,48); }
div.DivClassName
{
background-color: #700A30;
}
.BgClassName
{
background-color: #700A30;
}
</style>
border-color css
<style>
span { border-color: #700A30; }
span { border-color: rgb(112,10,48); }
td.TdClassName
{
border-color: #700A30;
}
.TagClassName
{
border-color: #700A30;
}
</style>