Shades of Tyrian Purple #700743
Tints of Tyrian Purple #700743
RGB
CMYK
RGB Variations
Color information
#700743 (or 0x700743) is known color: Tyrian Purple. HEX triplet: 70, 07 and 43. RGB value is (112,7,67). Sum of RGB (Red+Green+Blue) = 112+7+67=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #700743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700743 is #8FF8BC. Grayscale: #2D2D2D. Windows color (decimal): -9435325 or 4392816. OLE color: 4392816.
HSL color Cylindrical-coordinate representation of color #700743: hue angle of 325.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700743 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 67 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.56 |
| HSL | 325.71º | 0.88% | 0.23% | - |
| HSV(B) | 325.71º | 0.94% | 0.44% | - |
| XYZ | 7.77 | 4 | 5.67 | - |
| YUV | 45.24 | 140.29 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 67 | 0 | 0.94 | 0.40 | 0.56 | 325.71 | 0.88 | 0.23 |
| Hex | 70 | 7 | 43 | 0 | 5E | 28 | 38 | 146 | 58 | 17 |
| Octal | 160 | 7 | 103 | 0 | 136 | 50 | 70 | 506 | 130 | 27 |
| Binary | 1110000 | 111 | 1000011 | 0 | 1011110 | 101000 | 111000 | 101000110 | 1011000 | 10111 |
Color Harmonies of #700743
Complementary color
Monochromatic Colors of #700743
Black with #700743
Text Example
Text Example
White with #700743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700743; }
p { color: rgb(112,7,67); }
H1.HeaderClassName
{
color: #700743;
}
.AnyTagClassName
{
color: #700743;
}
</style>
background-color css
<style>
a { background-color: #700743; }
a { background-color: rgb(112,7,67); }
div.DivClassName
{
background-color: #700743;
}
.BgClassName
{
background-color: #700743;
}
</style>
border-color css
<style>
span { border-color: #700743; }
span { border-color: rgb(112,7,67); }
td.TdClassName
{
border-color: #700743;
}
.TagClassName
{
border-color: #700743;
}
</style>