Shades of Tyrian Purple #700535
Tints of Tyrian Purple #700535
RGB
CMYK
RGB Variations
Color information
#700535 (or 0x700535) is known color: Tyrian Purple. HEX triplet: 70, 05 and 35. RGB value is (112,5,53). Sum of RGB (Red+Green+Blue) = 112+5+53=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #700535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700535 is #8FFACA. Grayscale: #2A2A2A. Windows color (decimal): -9435851 or 3474800. OLE color: 3474800.
HSL color Cylindrical-coordinate representation of color #700535: hue angle of 333.08º 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 #700535 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 53 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.56 |
| HSL | 333.08º | 0.91% | 0.23% | - |
| HSV(B) | 333.08º | 0.96% | 0.44% | - |
| XYZ | 7.38 | 3.81 | 3.71 | - |
| YUV | 42.47 | 133.95 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 53 | 0 | 0.96 | 0.53 | 0.56 | 333.08 | 0.91 | 0.23 |
| Hex | 70 | 5 | 35 | 0 | 60 | 35 | 38 | 14D | 5B | 17 |
| Octal | 160 | 5 | 65 | 0 | 140 | 65 | 70 | 515 | 133 | 27 |
| Binary | 1110000 | 101 | 110101 | 0 | 1100000 | 110101 | 111000 | 101001101 | 1011011 | 10111 |
Color Harmonies of #700535
Complementary color
Monochromatic Colors of #700535
Black with #700535
Text Example
Text Example
White with #700535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700535; }
p { color: rgb(112,5,53); }
H1.HeaderClassName
{
color: #700535;
}
.AnyTagClassName
{
color: #700535;
}
</style>
background-color css
<style>
a { background-color: #700535; }
a { background-color: rgb(112,5,53); }
div.DivClassName
{
background-color: #700535;
}
.BgClassName
{
background-color: #700535;
}
</style>
border-color css
<style>
span { border-color: #700535; }
span { border-color: rgb(112,5,53); }
td.TdClassName
{
border-color: #700535;
}
.TagClassName
{
border-color: #700535;
}
</style>