Shades of Tyrian Purple #700553
Tints of Tyrian Purple #700553
RGB
CMYK
RGB Variations
Color information
#700553 (or 0x700553) is known color: Tyrian Purple. HEX triplet: 70, 05 and 53. RGB value is (112,5,83). Sum of RGB (Red+Green+Blue) = 112+5+83=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #700553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700553 is #8FFAAC. Grayscale: #2D2D2D. Windows color (decimal): -9435821 or 5440880. OLE color: 5440880.
HSL color Cylindrical-coordinate representation of color #700553: hue angle of 316.26º 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 #700553 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 83 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.56 |
| HSL | 316.26º | 0.91% | 0.23% | - |
| HSV(B) | 316.26º | 0.96% | 0.44% | - |
| XYZ | 8.3 | 4.18 | 8.55 | - |
| YUV | 45.89 | 148.95 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 83 | 0 | 0.96 | 0.26 | 0.56 | 316.26 | 0.91 | 0.23 |
| Hex | 70 | 5 | 53 | 0 | 60 | 1A | 38 | 13C | 5B | 17 |
| Octal | 160 | 5 | 123 | 0 | 140 | 32 | 70 | 474 | 133 | 27 |
| Binary | 1110000 | 101 | 1010011 | 0 | 1100000 | 11010 | 111000 | 100111100 | 1011011 | 10111 |
Color Harmonies of #700553
Complementary color
Monochromatic Colors of #700553
Black with #700553
Text Example
Text Example
White with #700553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700553; }
p { color: rgb(112,5,83); }
H1.HeaderClassName
{
color: #700553;
}
.AnyTagClassName
{
color: #700553;
}
</style>
background-color css
<style>
a { background-color: #700553; }
a { background-color: rgb(112,5,83); }
div.DivClassName
{
background-color: #700553;
}
.BgClassName
{
background-color: #700553;
}
</style>
border-color css
<style>
span { border-color: #700553; }
span { border-color: rgb(112,5,83); }
td.TdClassName
{
border-color: #700553;
}
.TagClassName
{
border-color: #700553;
}
</style>