Shades of Tyrian Purple #700137
Tints of Tyrian Purple #700137
RGB
CMYK
RGB Variations
Color information
#700137 (or 0x700137) is known color: Tyrian Purple. HEX triplet: 70, 01 and 37. RGB value is (112,1,55). Sum of RGB (Red+Green+Blue) = 112+1+55=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #700137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700137 is #8FFEC8. Grayscale: #282828. Windows color (decimal): -9436873 or 3604848. OLE color: 3604848.
HSL color Cylindrical-coordinate representation of color #700137: hue angle of 330.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 #700137 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 55 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.56 |
| HSL | 330.81º | 0.98% | 0.22% | - |
| HSV(B) | 330.81º | 0.99% | 0.44% | - |
| XYZ | 7.38 | 3.74 | 3.95 | - |
| YUV | 40.35 | 136.27 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 55 | 0 | 0.99 | 0.51 | 0.56 | 330.81 | 0.98 | 0.22 |
| Hex | 70 | 1 | 37 | 0 | 63 | 33 | 38 | 14B | 62 | 16 |
| Octal | 160 | 1 | 67 | 0 | 143 | 63 | 70 | 513 | 142 | 26 |
| Binary | 1110000 | 1 | 110111 | 0 | 1100011 | 110011 | 111000 | 101001011 | 1100010 | 10110 |
Color Harmonies of #700137
Complementary color
Monochromatic Colors of #700137
Black with #700137
Text Example
Text Example
White with #700137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700137; }
p { color: rgb(112,1,55); }
H1.HeaderClassName
{
color: #700137;
}
.AnyTagClassName
{
color: #700137;
}
</style>
background-color css
<style>
a { background-color: #700137; }
a { background-color: rgb(112,1,55); }
div.DivClassName
{
background-color: #700137;
}
.BgClassName
{
background-color: #700137;
}
</style>
border-color css
<style>
span { border-color: #700137; }
span { border-color: rgb(112,1,55); }
td.TdClassName
{
border-color: #700137;
}
.TagClassName
{
border-color: #700137;
}
</style>