Shades of Tyrian Purple #700342
Tints of Tyrian Purple #700342
RGB
CMYK
RGB Variations
Color information
#700342 (or 0x700342) is known color: Tyrian Purple. HEX triplet: 70, 03 and 42. RGB value is (112,3,66). Sum of RGB (Red+Green+Blue) = 112+3+66=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #700342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700342 is #8FFCBD. Grayscale: #2A2A2A. Windows color (decimal): -9436350 or 4326256. OLE color: 4326256.
HSL color Cylindrical-coordinate representation of color #700342: hue angle of 325.32º 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 #700342 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 66 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.56 |
| HSL | 325.32º | 0.95% | 0.23% | - |
| HSV(B) | 325.32º | 0.97% | 0.44% | - |
| XYZ | 7.7 | 3.9 | 5.5 | - |
| YUV | 42.77 | 141.11 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 66 | 0 | 0.97 | 0.41 | 0.56 | 325.32 | 0.95 | 0.23 |
| Hex | 70 | 3 | 42 | 0 | 61 | 29 | 38 | 145 | 5F | 17 |
| Octal | 160 | 3 | 102 | 0 | 141 | 51 | 70 | 505 | 137 | 27 |
| Binary | 1110000 | 11 | 1000010 | 0 | 1100001 | 101001 | 111000 | 101000101 | 1011111 | 10111 |
Color Harmonies of #700342
Complementary color
Monochromatic Colors of #700342
Black with #700342
Text Example
Text Example
White with #700342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700342; }
p { color: rgb(112,3,66); }
H1.HeaderClassName
{
color: #700342;
}
.AnyTagClassName
{
color: #700342;
}
</style>
background-color css
<style>
a { background-color: #700342; }
a { background-color: rgb(112,3,66); }
div.DivClassName
{
background-color: #700342;
}
.BgClassName
{
background-color: #700342;
}
</style>
border-color css
<style>
span { border-color: #700342; }
span { border-color: rgb(112,3,66); }
td.TdClassName
{
border-color: #700342;
}
.TagClassName
{
border-color: #700342;
}
</style>