Shades of Tyrian Purple #700545
Tints of Tyrian Purple #700545
RGB
CMYK
RGB Variations
Color information
#700545 (or 0x700545) is known color: Tyrian Purple. HEX triplet: 70, 05 and 45. RGB value is (112,5,69). Sum of RGB (Red+Green+Blue) = 112+5+69=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #700545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700545 is #8FFABA. Grayscale: #2C2C2C. Windows color (decimal): -9435835 or 4523376. OLE color: 4523376.
HSL color Cylindrical-coordinate representation of color #700545: hue angle of 324.11º 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 #700545 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 69 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.56 |
| HSL | 324.11º | 0.91% | 0.23% | - |
| HSV(B) | 324.11º | 0.96% | 0.44% | - |
| XYZ | 7.81 | 3.98 | 5.99 | - |
| YUV | 44.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 69 | 0 | 0.96 | 0.38 | 0.56 | 324.11 | 0.91 | 0.23 |
| Hex | 70 | 5 | 45 | 0 | 60 | 26 | 38 | 144 | 5B | 17 |
| Octal | 160 | 5 | 105 | 0 | 140 | 46 | 70 | 504 | 133 | 27 |
| Binary | 1110000 | 101 | 1000101 | 0 | 1100000 | 100110 | 111000 | 101000100 | 1011011 | 10111 |
Color Harmonies of #700545
Complementary color
Monochromatic Colors of #700545
Black with #700545
Text Example
Text Example
White with #700545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700545; }
p { color: rgb(112,5,69); }
H1.HeaderClassName
{
color: #700545;
}
.AnyTagClassName
{
color: #700545;
}
</style>
background-color css
<style>
a { background-color: #700545; }
a { background-color: rgb(112,5,69); }
div.DivClassName
{
background-color: #700545;
}
.BgClassName
{
background-color: #700545;
}
</style>
border-color css
<style>
span { border-color: #700545; }
span { border-color: rgb(112,5,69); }
td.TdClassName
{
border-color: #700545;
}
.TagClassName
{
border-color: #700545;
}
</style>