Shades of Tyrian Purple #70015C
Tints of Tyrian Purple #70015C
RGB
CMYK
RGB Variations
Color information
#70015C (or 0x70015C) is known color: Tyrian Purple. HEX triplet: 70, 01 and 5C. RGB value is (112,1,92). Sum of RGB (Red+Green+Blue) = 112+1+92=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #70015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70015C is #8FFEA3. Grayscale: #2C2C2C. Windows color (decimal): -9436836 or 6029680. OLE color: 6029680.
HSL color Cylindrical-coordinate representation of color #70015C: hue angle of 310.81º 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 #70015C is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.56 |
| HSL | 310.81º | 0.98% | 0.22% | - |
| HSV(B) | 310.81º | 0.99% | 0.44% | - |
| XYZ | 8.62 | 4.24 | 10.49 | - |
| YUV | 44.56 | 154.77 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 92 | 0 | 0.99 | 0.18 | 0.56 | 310.81 | 0.98 | 0.22 |
| Hex | 70 | 1 | 5C | 0 | 63 | 12 | 38 | 137 | 62 | 16 |
| Octal | 160 | 1 | 134 | 0 | 143 | 22 | 70 | 467 | 142 | 26 |
| Binary | 1110000 | 1 | 1011100 | 0 | 1100011 | 10010 | 111000 | 100110111 | 1100010 | 10110 |
Color Harmonies of #70015C
Complementary color
Monochromatic Colors of #70015C
Black with #70015C
Text Example
Text Example
White with #70015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70015C; }
p { color: rgb(112,1,92); }
H1.HeaderClassName
{
color: #70015C;
}
.AnyTagClassName
{
color: #70015C;
}
</style>
background-color css
<style>
a { background-color: #70015C; }
a { background-color: rgb(112,1,92); }
div.DivClassName
{
background-color: #70015C;
}
.BgClassName
{
background-color: #70015C;
}
</style>
border-color css
<style>
span { border-color: #70015C; }
span { border-color: rgb(112,1,92); }
td.TdClassName
{
border-color: #70015C;
}
.TagClassName
{
border-color: #70015C;
}
</style>