Shades of Tyrian Purple #70015A
Tints of Tyrian Purple #70015A
RGB
CMYK
RGB Variations
Color information
#70015A (or 0x70015A) is known color: Tyrian Purple. HEX triplet: 70, 01 and 5A. RGB value is (112,1,90). Sum of RGB (Red+Green+Blue) = 112+1+90=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #70015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70015A is #8FFEA5. Grayscale: #2C2C2C. Windows color (decimal): -9436838 or 5898608. OLE color: 5898608.
HSL color Cylindrical-coordinate representation of color #70015A: hue angle of 311.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70015A is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 90 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.56 |
| HSL | 311.89º | 0.98% | 0.22% | - |
| HSV(B) | 311.89º | 0.99% | 0.44% | - |
| XYZ | 8.54 | 4.2 | 10.03 | - |
| YUV | 44.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 90 | 0 | 0.99 | 0.20 | 0.56 | 311.89 | 0.98 | 0.22 |
| Hex | 70 | 1 | 5A | 0 | 63 | 14 | 38 | 138 | 62 | 16 |
| Octal | 160 | 1 | 132 | 0 | 143 | 24 | 70 | 470 | 142 | 26 |
| Binary | 1110000 | 1 | 1011010 | 0 | 1100011 | 10100 | 111000 | 100111000 | 1100010 | 10110 |
Color Harmonies of #70015A
Complementary color
Monochromatic Colors of #70015A
Black with #70015A
Text Example
Text Example
White with #70015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70015A; }
p { color: rgb(112,1,90); }
H1.HeaderClassName
{
color: #70015A;
}
.AnyTagClassName
{
color: #70015A;
}
</style>
background-color css
<style>
a { background-color: #70015A; }
a { background-color: rgb(112,1,90); }
div.DivClassName
{
background-color: #70015A;
}
.BgClassName
{
background-color: #70015A;
}
</style>
border-color css
<style>
span { border-color: #70015A; }
span { border-color: rgb(112,1,90); }
td.TdClassName
{
border-color: #70015A;
}
.TagClassName
{
border-color: #70015A;
}
</style>