Shades of Tyrian Purple #700941
Tints of Tyrian Purple #700941
RGB
CMYK
RGB Variations
Color information
#700941 (or 0x700941) is known color: Tyrian Purple. HEX triplet: 70, 09 and 41. RGB value is (112,9,65). Sum of RGB (Red+Green+Blue) = 112+9+65=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #700941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700941 is #8FF6BE. Grayscale: #2E2E2E. Windows color (decimal): -9434815 or 4262256. OLE color: 4262256.
HSL color Cylindrical-coordinate representation of color #700941: hue angle of 327.38º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700941 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 9 | 65 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.56 |
| HSL | 327.38º | 0.85% | 0.24% | - |
| HSV(B) | 327.38º | 0.92% | 0.44% | - |
| XYZ | 7.73 | 4.02 | 5.37 | - |
| YUV | 46.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 65 | 0 | 0.92 | 0.42 | 0.56 | 327.38 | 0.85 | 0.24 |
| Hex | 70 | 9 | 41 | 0 | 5C | 2A | 38 | 147 | 55 | 18 |
| Octal | 160 | 11 | 101 | 0 | 134 | 52 | 70 | 507 | 125 | 30 |
| Binary | 1110000 | 1001 | 1000001 | 0 | 1011100 | 101010 | 111000 | 101000111 | 1010101 | 11000 |
Color Harmonies of #700941
Complementary color
Monochromatic Colors of #700941
Black with #700941
Text Example
Text Example
White with #700941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700941; }
p { color: rgb(112,9,65); }
H1.HeaderClassName
{
color: #700941;
}
.AnyTagClassName
{
color: #700941;
}
</style>
background-color css
<style>
a { background-color: #700941; }
a { background-color: rgb(112,9,65); }
div.DivClassName
{
background-color: #700941;
}
.BgClassName
{
background-color: #700941;
}
</style>
border-color css
<style>
span { border-color: #700941; }
span { border-color: rgb(112,9,65); }
td.TdClassName
{
border-color: #700941;
}
.TagClassName
{
border-color: #700941;
}
</style>