Shades of Tyrian Purple #700243
Tints of Tyrian Purple #700243
RGB
CMYK
RGB Variations
Color information
#700243 (or 0x700243) is known color: Tyrian Purple. HEX triplet: 70, 02 and 43. RGB value is (112,2,67). Sum of RGB (Red+Green+Blue) = 112+2+67=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #700243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700243 is #8FFDBC. Grayscale: #2A2A2A. Windows color (decimal): -9436605 or 4391536. OLE color: 4391536.
HSL color Cylindrical-coordinate representation of color #700243: hue angle of 324.55º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700243 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 67 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.56 |
| HSL | 324.55º | 0.96% | 0.22% | - |
| HSV(B) | 324.55º | 0.98% | 0.44% | - |
| XYZ | 7.72 | 3.89 | 5.65 | - |
| YUV | 42.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 67 | 0 | 0.98 | 0.40 | 0.56 | 324.55 | 0.96 | 0.22 |
| Hex | 70 | 2 | 43 | 0 | 62 | 28 | 38 | 145 | 60 | 16 |
| Octal | 160 | 2 | 103 | 0 | 142 | 50 | 70 | 505 | 140 | 26 |
| Binary | 1110000 | 10 | 1000011 | 0 | 1100010 | 101000 | 111000 | 101000101 | 1100000 | 10110 |
Color Harmonies of #700243
Complementary color
Monochromatic Colors of #700243
Black with #700243
Text Example
Text Example
White with #700243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700243; }
p { color: rgb(112,2,67); }
H1.HeaderClassName
{
color: #700243;
}
.AnyTagClassName
{
color: #700243;
}
</style>
background-color css
<style>
a { background-color: #700243; }
a { background-color: rgb(112,2,67); }
div.DivClassName
{
background-color: #700243;
}
.BgClassName
{
background-color: #700243;
}
</style>
border-color css
<style>
span { border-color: #700243; }
span { border-color: rgb(112,2,67); }
td.TdClassName
{
border-color: #700243;
}
.TagClassName
{
border-color: #700243;
}
</style>