Shades of Tyrian Purple #700158
Tints of Tyrian Purple #700158
RGB
CMYK
RGB Variations
Color information
#700158 (or 0x700158) is known color: Tyrian Purple. HEX triplet: 70, 01 and 58. RGB value is (112,1,88). Sum of RGB (Red+Green+Blue) = 112+1+88=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #700158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700158 is #8FFEA7. Grayscale: #2B2B2B. Windows color (decimal): -9436840 or 5767536. OLE color: 5767536.
HSL color Cylindrical-coordinate representation of color #700158: hue angle of 312.97º 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 #700158 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 88 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.56 |
| HSL | 312.97º | 0.98% | 0.22% | - |
| HSV(B) | 312.97º | 0.99% | 0.44% | - |
| XYZ | 8.45 | 4.17 | 9.59 | - |
| YUV | 44.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 88 | 0 | 0.99 | 0.21 | 0.56 | 312.97 | 0.98 | 0.22 |
| Hex | 70 | 1 | 58 | 0 | 63 | 15 | 38 | 139 | 62 | 16 |
| Octal | 160 | 1 | 130 | 0 | 143 | 25 | 70 | 471 | 142 | 26 |
| Binary | 1110000 | 1 | 1011000 | 0 | 1100011 | 10101 | 111000 | 100111001 | 1100010 | 10110 |
Color Harmonies of #700158
Complementary color
Monochromatic Colors of #700158
Black with #700158
Text Example
Text Example
White with #700158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700158; }
p { color: rgb(112,1,88); }
H1.HeaderClassName
{
color: #700158;
}
.AnyTagClassName
{
color: #700158;
}
</style>
background-color css
<style>
a { background-color: #700158; }
a { background-color: rgb(112,1,88); }
div.DivClassName
{
background-color: #700158;
}
.BgClassName
{
background-color: #700158;
}
</style>
border-color css
<style>
span { border-color: #700158; }
span { border-color: rgb(112,1,88); }
td.TdClassName
{
border-color: #700158;
}
.TagClassName
{
border-color: #700158;
}
</style>