Shades of Tyrian Purple #700032
Tints of Tyrian Purple #700032
RGB
CMYK
RGB Variations
Color information
#700032 (or 0x700032) is known color: Tyrian Purple. HEX triplet: 70, 00 and 32. RGB value is (112,0,50). Sum of RGB (Red+Green+Blue) = 112+0+50=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #700032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700032 is #8FFFCD. Grayscale: #272727. Windows color (decimal): -9437134 or 3276912. OLE color: 3276912.
HSL color Cylindrical-coordinate representation of color #700032: hue angle of 333.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700032 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.55 | 0.56 |
| HSL | 333.21º | 1% | 0.22% | - |
| HSV(B) | 333.21º | 1% | 0.44% | - |
| XYZ | 7.26 | 3.68 | 3.34 | - |
| YUV | 39.19 | 134.11 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 50 | 0 | 1 | 0.55 | 0.56 | 333.21 | 1 | 0.22 |
| Hex | 70 | 0 | 32 | 0 | 64 | 37 | 38 | 14D | 64 | 16 |
| Octal | 160 | 0 | 62 | 0 | 144 | 67 | 70 | 515 | 144 | 26 |
| Binary | 1110000 | 0 | 110010 | 0 | 1100100 | 110111 | 111000 | 101001101 | 1100100 | 10110 |
Color Harmonies of #700032
Complementary color
Monochromatic Colors of #700032
Black with #700032
Text Example
Text Example
White with #700032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700032; }
p { color: rgb(112,0,50); }
H1.HeaderClassName
{
color: #700032;
}
.AnyTagClassName
{
color: #700032;
}
</style>
background-color css
<style>
a { background-color: #700032; }
a { background-color: rgb(112,0,50); }
div.DivClassName
{
background-color: #700032;
}
.BgClassName
{
background-color: #700032;
}
</style>
border-color css
<style>
span { border-color: #700032; }
span { border-color: rgb(112,0,50); }
td.TdClassName
{
border-color: #700032;
}
.TagClassName
{
border-color: #700032;
}
</style>