Shades of Tyrian Purple #700A33
Tints of Tyrian Purple #700A33
RGB
CMYK
RGB Variations
Color information
#700A33 (or 0x700A33) is known color: Tyrian Purple. HEX triplet: 70, 0A and 33. RGB value is (112,10,51). Sum of RGB (Red+Green+Blue) = 112+10+51=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #700A33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A33 is #8FF5CC. Grayscale: #2D2D2D. Windows color (decimal): -9434573 or 3345008. OLE color: 3345008.
HSL color Cylindrical-coordinate representation of color #700A33: hue angle of 335.88º 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 #700A33 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 51 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.56 |
| HSL | 335.88º | 0.84% | 0.24% | - |
| HSV(B) | 335.88º | 0.91% | 0.44% | - |
| XYZ | 7.39 | 3.9 | 3.5 | - |
| YUV | 45.17 | 131.29 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 51 | 0 | 0.91 | 0.54 | 0.56 | 335.88 | 0.84 | 0.24 |
| Hex | 70 | A | 33 | 0 | 5B | 36 | 38 | 150 | 54 | 18 |
| Octal | 160 | 12 | 63 | 0 | 133 | 66 | 70 | 520 | 124 | 30 |
| Binary | 1110000 | 1010 | 110011 | 0 | 1011011 | 110110 | 111000 | 101010000 | 1010100 | 11000 |
Color Harmonies of #700A33
Complementary color
Monochromatic Colors of #700A33
Black with #700A33
Text Example
Text Example
White with #700A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A33; }
p { color: rgb(112,10,51); }
H1.HeaderClassName
{
color: #700A33;
}
.AnyTagClassName
{
color: #700A33;
}
</style>
background-color css
<style>
a { background-color: #700A33; }
a { background-color: rgb(112,10,51); }
div.DivClassName
{
background-color: #700A33;
}
.BgClassName
{
background-color: #700A33;
}
</style>
border-color css
<style>
span { border-color: #700A33; }
span { border-color: rgb(112,10,51); }
td.TdClassName
{
border-color: #700A33;
}
.TagClassName
{
border-color: #700A33;
}
</style>