Shades of Tyrian Purple #700551
Tints of Tyrian Purple #700551
RGB
CMYK
RGB Variations
Color information
#700551 (or 0x700551) is known color: Tyrian Purple. HEX triplet: 70, 05 and 51. RGB value is (112,5,81). Sum of RGB (Red+Green+Blue) = 112+5+81=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #700551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700551 is #8FFAAE. Grayscale: #2D2D2D. Windows color (decimal): -9435823 or 5309808. OLE color: 5309808.
HSL color Cylindrical-coordinate representation of color #700551: hue angle of 317.38º 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 #700551 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 81 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.56 |
| HSL | 317.38º | 0.91% | 0.23% | - |
| HSV(B) | 317.38º | 0.96% | 0.44% | - |
| XYZ | 8.22 | 4.15 | 8.15 | - |
| YUV | 45.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 81 | 0 | 0.96 | 0.28 | 0.56 | 317.38 | 0.91 | 0.23 |
| Hex | 70 | 5 | 51 | 0 | 60 | 1C | 38 | 13D | 5B | 17 |
| Octal | 160 | 5 | 121 | 0 | 140 | 34 | 70 | 475 | 133 | 27 |
| Binary | 1110000 | 101 | 1010001 | 0 | 1100000 | 11100 | 111000 | 100111101 | 1011011 | 10111 |
Color Harmonies of #700551
Complementary color
Monochromatic Colors of #700551
Black with #700551
Text Example
Text Example
White with #700551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700551; }
p { color: rgb(112,5,81); }
H1.HeaderClassName
{
color: #700551;
}
.AnyTagClassName
{
color: #700551;
}
</style>
background-color css
<style>
a { background-color: #700551; }
a { background-color: rgb(112,5,81); }
div.DivClassName
{
background-color: #700551;
}
.BgClassName
{
background-color: #700551;
}
</style>
border-color css
<style>
span { border-color: #700551; }
span { border-color: rgb(112,5,81); }
td.TdClassName
{
border-color: #700551;
}
.TagClassName
{
border-color: #700551;
}
</style>