Shades of Tyrian Purple #700C49
Tints of Tyrian Purple #700C49
RGB
CMYK
RGB Variations
Color information
#700C49 (or 0x700C49) is known color: Tyrian Purple. HEX triplet: 70, 0C and 49. RGB value is (112,12,73). Sum of RGB (Red+Green+Blue) = 112+12+73=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #700C49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700C49 is #8FF3B6. Grayscale: #303030. Windows color (decimal): -9434039 or 4787312. OLE color: 4787312.
HSL color Cylindrical-coordinate representation of color #700C49: hue angle of 323.4º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C49 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 12 | 73 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.56 |
| HSL | 323.4º | 0.81% | 0.24% | - |
| HSV(B) | 323.4º | 0.89% | 0.44% | - |
| XYZ | 8.02 | 4.19 | 6.69 | - |
| YUV | 48.85 | 141.63 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 73 | 0 | 0.89 | 0.35 | 0.56 | 323.4 | 0.81 | 0.24 |
| Hex | 70 | C | 49 | 0 | 59 | 23 | 38 | 143 | 51 | 18 |
| Octal | 160 | 14 | 111 | 0 | 131 | 43 | 70 | 503 | 121 | 30 |
| Binary | 1110000 | 1100 | 1001001 | 0 | 1011001 | 100011 | 111000 | 101000011 | 1010001 | 11000 |
Color Harmonies of #700C49
Complementary color
Monochromatic Colors of #700C49
Black with #700C49
Text Example
Text Example
White with #700C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700C49; }
p { color: rgb(112,12,73); }
H1.HeaderClassName
{
color: #700C49;
}
.AnyTagClassName
{
color: #700C49;
}
</style>
background-color css
<style>
a { background-color: #700C49; }
a { background-color: rgb(112,12,73); }
div.DivClassName
{
background-color: #700C49;
}
.BgClassName
{
background-color: #700C49;
}
</style>
border-color css
<style>
span { border-color: #700C49; }
span { border-color: rgb(112,12,73); }
td.TdClassName
{
border-color: #700C49;
}
.TagClassName
{
border-color: #700C49;
}
</style>