Shades of Tyrian Purple #70005C
Tints of Tyrian Purple #70005C
RGB
CMYK
RGB Variations
Color information
#70005C (or 0x70005C) is known color: Tyrian Purple. HEX triplet: 70, 00 and 5C. RGB value is (112,0,92). Sum of RGB (Red+Green+Blue) = 112+0+92=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #70005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70005C is #8FFFA3. Grayscale: #2B2B2B. Windows color (decimal): -9437092 or 6029424. OLE color: 6029424.
HSL color Cylindrical-coordinate representation of color #70005C: hue angle of 310.71º 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 #70005C is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.18 | 0.56 |
| HSL | 310.71º | 1% | 0.22% | - |
| HSV(B) | 310.71º | 1% | 0.44% | - |
| XYZ | 8.61 | 4.22 | 10.49 | - |
| YUV | 43.98 | 155.11 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 92 | 0 | 1 | 0.18 | 0.56 | 310.71 | 1 | 0.22 |
| Hex | 70 | 0 | 5C | 0 | 64 | 12 | 38 | 137 | 64 | 16 |
| Octal | 160 | 0 | 134 | 0 | 144 | 22 | 70 | 467 | 144 | 26 |
| Binary | 1110000 | 0 | 1011100 | 0 | 1100100 | 10010 | 111000 | 100110111 | 1100100 | 10110 |
Color Harmonies of #70005C
Complementary color
Monochromatic Colors of #70005C
Black with #70005C
Text Example
Text Example
White with #70005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70005C; }
p { color: rgb(112,0,92); }
H1.HeaderClassName
{
color: #70005C;
}
.AnyTagClassName
{
color: #70005C;
}
</style>
background-color css
<style>
a { background-color: #70005C; }
a { background-color: rgb(112,0,92); }
div.DivClassName
{
background-color: #70005C;
}
.BgClassName
{
background-color: #70005C;
}
</style>
border-color css
<style>
span { border-color: #70005C; }
span { border-color: rgb(112,0,92); }
td.TdClassName
{
border-color: #70005C;
}
.TagClassName
{
border-color: #70005C;
}
</style>