Shades of Tyrian Purple #700145
Tints of Tyrian Purple #700145
RGB
CMYK
RGB Variations
Color information
#700145 (or 0x700145) is known color: Tyrian Purple. HEX triplet: 70, 01 and 45. RGB value is (112,1,69). Sum of RGB (Red+Green+Blue) = 112+1+69=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #700145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700145 is #8FFEBA. Grayscale: #292929. Windows color (decimal): -9436859 or 4522352. OLE color: 4522352.
HSL color Cylindrical-coordinate representation of color #700145: hue angle of 323.24º 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 #700145 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 69 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.56 |
| HSL | 323.24º | 0.98% | 0.22% | - |
| HSV(B) | 323.24º | 0.99% | 0.44% | - |
| XYZ | 7.77 | 3.9 | 5.97 | - |
| YUV | 41.94 | 143.27 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 69 | 0 | 0.99 | 0.38 | 0.56 | 323.24 | 0.98 | 0.22 |
| Hex | 70 | 1 | 45 | 0 | 63 | 26 | 38 | 143 | 62 | 16 |
| Octal | 160 | 1 | 105 | 0 | 143 | 46 | 70 | 503 | 142 | 26 |
| Binary | 1110000 | 1 | 1000101 | 0 | 1100011 | 100110 | 111000 | 101000011 | 1100010 | 10110 |
Color Harmonies of #700145
Complementary color
Monochromatic Colors of #700145
Black with #700145
Text Example
Text Example
White with #700145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700145; }
p { color: rgb(112,1,69); }
H1.HeaderClassName
{
color: #700145;
}
.AnyTagClassName
{
color: #700145;
}
</style>
background-color css
<style>
a { background-color: #700145; }
a { background-color: rgb(112,1,69); }
div.DivClassName
{
background-color: #700145;
}
.BgClassName
{
background-color: #700145;
}
</style>
border-color css
<style>
span { border-color: #700145; }
span { border-color: rgb(112,1,69); }
td.TdClassName
{
border-color: #700145;
}
.TagClassName
{
border-color: #700145;
}
</style>