Shades of Tyrian Purple #700944
Tints of Tyrian Purple #700944
RGB
CMYK
RGB Variations
Color information
#700944 (or 0x700944) is known color: Tyrian Purple. HEX triplet: 70, 09 and 44. RGB value is (112,9,68). Sum of RGB (Red+Green+Blue) = 112+9+68=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #700944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700944 is #8FF6BB. Grayscale: #2E2E2E. Windows color (decimal): -9434812 or 4458864. OLE color: 4458864.
HSL color Cylindrical-coordinate representation of color #700944: hue angle of 325.63º 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 #700944 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 9 | 68 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.56 |
| HSL | 325.63º | 0.85% | 0.24% | - |
| HSV(B) | 325.63º | 0.92% | 0.44% | - |
| XYZ | 7.82 | 4.06 | 5.84 | - |
| YUV | 46.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 68 | 0 | 0.92 | 0.39 | 0.56 | 325.63 | 0.85 | 0.24 |
| Hex | 70 | 9 | 44 | 0 | 5C | 27 | 38 | 146 | 55 | 18 |
| Octal | 160 | 11 | 104 | 0 | 134 | 47 | 70 | 506 | 125 | 30 |
| Binary | 1110000 | 1001 | 1000100 | 0 | 1011100 | 100111 | 111000 | 101000110 | 1010101 | 11000 |
Color Harmonies of #700944
Complementary color
Monochromatic Colors of #700944
Black with #700944
Text Example
Text Example
White with #700944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700944; }
p { color: rgb(112,9,68); }
H1.HeaderClassName
{
color: #700944;
}
.AnyTagClassName
{
color: #700944;
}
</style>
background-color css
<style>
a { background-color: #700944; }
a { background-color: rgb(112,9,68); }
div.DivClassName
{
background-color: #700944;
}
.BgClassName
{
background-color: #700944;
}
</style>
border-color css
<style>
span { border-color: #700944; }
span { border-color: rgb(112,9,68); }
td.TdClassName
{
border-color: #700944;
}
.TagClassName
{
border-color: #700944;
}
</style>