Shades of Tyrian Purple #700343
Tints of Tyrian Purple #700343
RGB
CMYK
RGB Variations
Color information
#700343 (or 0x700343) is known color: Tyrian Purple. HEX triplet: 70, 03 and 43. RGB value is (112,3,67). Sum of RGB (Red+Green+Blue) = 112+3+67=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #700343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700343 is #8FFCBC. Grayscale: #2A2A2A. Windows color (decimal): -9436349 or 4391792. OLE color: 4391792.
HSL color Cylindrical-coordinate representation of color #700343: hue angle of 324.77º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700343 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 67 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.56 |
| HSL | 324.77º | 0.95% | 0.23% | - |
| HSV(B) | 324.77º | 0.97% | 0.44% | - |
| XYZ | 7.73 | 3.92 | 5.66 | - |
| YUV | 42.89 | 141.61 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 67 | 0 | 0.97 | 0.40 | 0.56 | 324.77 | 0.95 | 0.23 |
| Hex | 70 | 3 | 43 | 0 | 61 | 28 | 38 | 145 | 5F | 17 |
| Octal | 160 | 3 | 103 | 0 | 141 | 50 | 70 | 505 | 137 | 27 |
| Binary | 1110000 | 11 | 1000011 | 0 | 1100001 | 101000 | 111000 | 101000101 | 1011111 | 10111 |
Color Harmonies of #700343
Complementary color
Monochromatic Colors of #700343
Black with #700343
Text Example
Text Example
White with #700343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700343; }
p { color: rgb(112,3,67); }
H1.HeaderClassName
{
color: #700343;
}
.AnyTagClassName
{
color: #700343;
}
</style>
background-color css
<style>
a { background-color: #700343; }
a { background-color: rgb(112,3,67); }
div.DivClassName
{
background-color: #700343;
}
.BgClassName
{
background-color: #700343;
}
</style>
border-color css
<style>
span { border-color: #700343; }
span { border-color: rgb(112,3,67); }
td.TdClassName
{
border-color: #700343;
}
.TagClassName
{
border-color: #700343;
}
</style>