Shades of Tyrian Purple #700550
Tints of Tyrian Purple #700550
RGB
CMYK
RGB Variations
Color information
#700550 (or 0x700550) is known color: Tyrian Purple. HEX triplet: 70, 05 and 50. RGB value is (112,5,80). Sum of RGB (Red+Green+Blue) = 112+5+80=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #700550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700550 is #8FFAAF. Grayscale: #2D2D2D. Windows color (decimal): -9435824 or 5244272. OLE color: 5244272.
HSL color Cylindrical-coordinate representation of color #700550: hue angle of 317.94º 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 #700550 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 80 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.56 |
| HSL | 317.94º | 0.91% | 0.23% | - |
| HSV(B) | 317.94º | 0.96% | 0.44% | - |
| XYZ | 8.18 | 4.13 | 7.96 | - |
| YUV | 45.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 80 | 0 | 0.96 | 0.29 | 0.56 | 317.94 | 0.91 | 0.23 |
| Hex | 70 | 5 | 50 | 0 | 60 | 1D | 38 | 13E | 5B | 17 |
| Octal | 160 | 5 | 120 | 0 | 140 | 35 | 70 | 476 | 133 | 27 |
| Binary | 1110000 | 101 | 1010000 | 0 | 1100000 | 11101 | 111000 | 100111110 | 1011011 | 10111 |
Color Harmonies of #700550
Complementary color
Monochromatic Colors of #700550
Black with #700550
Text Example
Text Example
White with #700550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700550; }
p { color: rgb(112,5,80); }
H1.HeaderClassName
{
color: #700550;
}
.AnyTagClassName
{
color: #700550;
}
</style>
background-color css
<style>
a { background-color: #700550; }
a { background-color: rgb(112,5,80); }
div.DivClassName
{
background-color: #700550;
}
.BgClassName
{
background-color: #700550;
}
</style>
border-color css
<style>
span { border-color: #700550; }
span { border-color: rgb(112,5,80); }
td.TdClassName
{
border-color: #700550;
}
.TagClassName
{
border-color: #700550;
}
</style>