Shades of Tyrian Purple #700547
Tints of Tyrian Purple #700547
RGB
CMYK
RGB Variations
Color information
#700547 (or 0x700547) is known color: Tyrian Purple. HEX triplet: 70, 05 and 47. RGB value is (112,5,71). Sum of RGB (Red+Green+Blue) = 112+5+71=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #700547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700547 is #8FFAB8. Grayscale: #2C2C2C. Windows color (decimal): -9435833 or 4654448. OLE color: 4654448.
HSL color Cylindrical-coordinate representation of color #700547: hue angle of 322.99º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700547 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 71 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.56 |
| HSL | 322.99º | 0.91% | 0.23% | - |
| HSV(B) | 322.99º | 0.96% | 0.44% | - |
| XYZ | 7.87 | 4.01 | 6.32 | - |
| YUV | 44.52 | 142.95 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 71 | 0 | 0.96 | 0.37 | 0.56 | 322.99 | 0.91 | 0.23 |
| Hex | 70 | 5 | 47 | 0 | 60 | 25 | 38 | 143 | 5B | 17 |
| Octal | 160 | 5 | 107 | 0 | 140 | 45 | 70 | 503 | 133 | 27 |
| Binary | 1110000 | 101 | 1000111 | 0 | 1100000 | 100101 | 111000 | 101000011 | 1011011 | 10111 |
Color Harmonies of #700547
Complementary color
Monochromatic Colors of #700547
Black with #700547
Text Example
Text Example
White with #700547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700547; }
p { color: rgb(112,5,71); }
H1.HeaderClassName
{
color: #700547;
}
.AnyTagClassName
{
color: #700547;
}
</style>
background-color css
<style>
a { background-color: #700547; }
a { background-color: rgb(112,5,71); }
div.DivClassName
{
background-color: #700547;
}
.BgClassName
{
background-color: #700547;
}
</style>
border-color css
<style>
span { border-color: #700547; }
span { border-color: rgb(112,5,71); }
td.TdClassName
{
border-color: #700547;
}
.TagClassName
{
border-color: #700547;
}
</style>