Shades of Tyrian Purple #700841
Tints of Tyrian Purple #700841
RGB
CMYK
RGB Variations
Color information
#700841 (or 0x700841) is known color: Tyrian Purple. HEX triplet: 70, 08 and 41. RGB value is (112,8,65). Sum of RGB (Red+Green+Blue) = 112+8+65=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #700841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700841 is #8FF7BE. Grayscale: #2D2D2D. Windows color (decimal): -9435071 or 4262000. OLE color: 4262000.
HSL color Cylindrical-coordinate representation of color #700841: hue angle of 327.12º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700841 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 8 | 65 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.56 |
| HSL | 327.12º | 0.87% | 0.24% | - |
| HSV(B) | 327.12º | 0.93% | 0.44% | - |
| XYZ | 7.72 | 4 | 5.37 | - |
| YUV | 45.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 65 | 0 | 0.93 | 0.42 | 0.56 | 327.12 | 0.87 | 0.24 |
| Hex | 70 | 8 | 41 | 0 | 5D | 2A | 38 | 147 | 57 | 18 |
| Octal | 160 | 10 | 101 | 0 | 135 | 52 | 70 | 507 | 127 | 30 |
| Binary | 1110000 | 1000 | 1000001 | 0 | 1011101 | 101010 | 111000 | 101000111 | 1010111 | 11000 |
Color Harmonies of #700841
Complementary color
Monochromatic Colors of #700841
Black with #700841
Text Example
Text Example
White with #700841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700841; }
p { color: rgb(112,8,65); }
H1.HeaderClassName
{
color: #700841;
}
.AnyTagClassName
{
color: #700841;
}
</style>
background-color css
<style>
a { background-color: #700841; }
a { background-color: rgb(112,8,65); }
div.DivClassName
{
background-color: #700841;
}
.BgClassName
{
background-color: #700841;
}
</style>
border-color css
<style>
span { border-color: #700841; }
span { border-color: rgb(112,8,65); }
td.TdClassName
{
border-color: #700841;
}
.TagClassName
{
border-color: #700841;
}
</style>