Shades of Tyrian Purple #700143
Tints of Tyrian Purple #700143
RGB
CMYK
RGB Variations
Color information
#700143 (or 0x700143) is known color: Tyrian Purple. HEX triplet: 70, 01 and 43. RGB value is (112,1,67). Sum of RGB (Red+Green+Blue) = 112+1+67=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #700143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700143 is #8FFEBC. Grayscale: #292929. Windows color (decimal): -9436861 or 4391280. OLE color: 4391280.
HSL color Cylindrical-coordinate representation of color #700143: hue angle of 324.32º 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 #700143 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 67 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.56 |
| HSL | 324.32º | 0.98% | 0.22% | - |
| HSV(B) | 324.32º | 0.99% | 0.44% | - |
| XYZ | 7.71 | 3.87 | 5.65 | - |
| YUV | 41.71 | 142.27 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 67 | 0 | 0.99 | 0.40 | 0.56 | 324.32 | 0.98 | 0.22 |
| Hex | 70 | 1 | 43 | 0 | 63 | 28 | 38 | 144 | 62 | 16 |
| Octal | 160 | 1 | 103 | 0 | 143 | 50 | 70 | 504 | 142 | 26 |
| Binary | 1110000 | 1 | 1000011 | 0 | 1100011 | 101000 | 111000 | 101000100 | 1100010 | 10110 |
Color Harmonies of #700143
Complementary color
Monochromatic Colors of #700143
Black with #700143
Text Example
Text Example
White with #700143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700143; }
p { color: rgb(112,1,67); }
H1.HeaderClassName
{
color: #700143;
}
.AnyTagClassName
{
color: #700143;
}
</style>
background-color css
<style>
a { background-color: #700143; }
a { background-color: rgb(112,1,67); }
div.DivClassName
{
background-color: #700143;
}
.BgClassName
{
background-color: #700143;
}
</style>
border-color css
<style>
span { border-color: #700143; }
span { border-color: rgb(112,1,67); }
td.TdClassName
{
border-color: #700143;
}
.TagClassName
{
border-color: #700143;
}
</style>