Shades of Tyrian Purple #700A37
Tints of Tyrian Purple #700A37
RGB
CMYK
RGB Variations
Color information
#700A37 (or 0x700A37) is known color: Tyrian Purple. HEX triplet: 70, 0A and 37. RGB value is (112,10,55). Sum of RGB (Red+Green+Blue) = 112+10+55=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #700A37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A37 is #8FF5C8. Grayscale: #2D2D2D. Windows color (decimal): -9434569 or 3607152. OLE color: 3607152.
HSL color Cylindrical-coordinate representation of color #700A37: hue angle of 333.53º 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 #700A37 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 55 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.56 |
| HSL | 333.53º | 0.84% | 0.24% | - |
| HSV(B) | 333.53º | 0.91% | 0.44% | - |
| XYZ | 7.48 | 3.94 | 3.98 | - |
| YUV | 45.63 | 133.29 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 55 | 0 | 0.91 | 0.51 | 0.56 | 333.53 | 0.84 | 0.24 |
| Hex | 70 | A | 37 | 0 | 5B | 33 | 38 | 14E | 54 | 18 |
| Octal | 160 | 12 | 67 | 0 | 133 | 63 | 70 | 516 | 124 | 30 |
| Binary | 1110000 | 1010 | 110111 | 0 | 1011011 | 110011 | 111000 | 101001110 | 1010100 | 11000 |
Color Harmonies of #700A37
Complementary color
Monochromatic Colors of #700A37
Black with #700A37
Text Example
Text Example
White with #700A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A37; }
p { color: rgb(112,10,55); }
H1.HeaderClassName
{
color: #700A37;
}
.AnyTagClassName
{
color: #700A37;
}
</style>
background-color css
<style>
a { background-color: #700A37; }
a { background-color: rgb(112,10,55); }
div.DivClassName
{
background-color: #700A37;
}
.BgClassName
{
background-color: #700A37;
}
</style>
border-color css
<style>
span { border-color: #700A37; }
span { border-color: rgb(112,10,55); }
td.TdClassName
{
border-color: #700A37;
}
.TagClassName
{
border-color: #700A37;
}
</style>