Shades of Tyrian Purple #70005A
Tints of Tyrian Purple #70005A
RGB
CMYK
RGB Variations
Color information
#70005A (or 0x70005A) is known color: Tyrian Purple. HEX triplet: 70, 00 and 5A. RGB value is (112,0,90). Sum of RGB (Red+Green+Blue) = 112+0+90=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #70005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70005A is #8FFFA5. Grayscale: #2B2B2B. Windows color (decimal): -9437094 or 5898352. OLE color: 5898352.
HSL color Cylindrical-coordinate representation of color #70005A: hue angle of 311.79º 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 #70005A is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.20 | 0.56 |
| HSL | 311.79º | 1% | 0.22% | - |
| HSV(B) | 311.79º | 1% | 0.44% | - |
| XYZ | 8.53 | 4.18 | 10.03 | - |
| YUV | 43.75 | 154.11 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 90 | 0 | 1 | 0.20 | 0.56 | 311.79 | 1 | 0.22 |
| Hex | 70 | 0 | 5A | 0 | 64 | 14 | 38 | 138 | 64 | 16 |
| Octal | 160 | 0 | 132 | 0 | 144 | 24 | 70 | 470 | 144 | 26 |
| Binary | 1110000 | 0 | 1011010 | 0 | 1100100 | 10100 | 111000 | 100111000 | 1100100 | 10110 |
Color Harmonies of #70005A
Complementary color
Monochromatic Colors of #70005A
Black with #70005A
Text Example
Text Example
White with #70005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70005A; }
p { color: rgb(112,0,90); }
H1.HeaderClassName
{
color: #70005A;
}
.AnyTagClassName
{
color: #70005A;
}
</style>
background-color css
<style>
a { background-color: #70005A; }
a { background-color: rgb(112,0,90); }
div.DivClassName
{
background-color: #70005A;
}
.BgClassName
{
background-color: #70005A;
}
</style>
border-color css
<style>
span { border-color: #70005A; }
span { border-color: rgb(112,0,90); }
td.TdClassName
{
border-color: #70005A;
}
.TagClassName
{
border-color: #70005A;
}
</style>