Shades of Tyrian Purple #700736
Tints of Tyrian Purple #700736
RGB
CMYK
RGB Variations
Color information
#700736 (or 0x700736) is known color: Tyrian Purple. HEX triplet: 70, 07 and 36. RGB value is (112,7,54). Sum of RGB (Red+Green+Blue) = 112+7+54=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #700736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700736 is #8FF8C9. Grayscale: #2B2B2B. Windows color (decimal): -9435338 or 3540848. OLE color: 3540848.
HSL color Cylindrical-coordinate representation of color #700736: hue angle of 333.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700736 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 54 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.56 |
| HSL | 333.14º | 0.88% | 0.23% | - |
| HSV(B) | 333.14º | 0.94% | 0.44% | - |
| XYZ | 7.42 | 3.86 | 3.84 | - |
| YUV | 43.75 | 133.79 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 54 | 0 | 0.94 | 0.52 | 0.56 | 333.14 | 0.88 | 0.23 |
| Hex | 70 | 7 | 36 | 0 | 5E | 34 | 38 | 14D | 58 | 17 |
| Octal | 160 | 7 | 66 | 0 | 136 | 64 | 70 | 515 | 130 | 27 |
| Binary | 1110000 | 111 | 110110 | 0 | 1011110 | 110100 | 111000 | 101001101 | 1011000 | 10111 |
Color Harmonies of #700736
Complementary color
Monochromatic Colors of #700736
Black with #700736
Text Example
Text Example
White with #700736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700736; }
p { color: rgb(112,7,54); }
H1.HeaderClassName
{
color: #700736;
}
.AnyTagClassName
{
color: #700736;
}
</style>
background-color css
<style>
a { background-color: #700736; }
a { background-color: rgb(112,7,54); }
div.DivClassName
{
background-color: #700736;
}
.BgClassName
{
background-color: #700736;
}
</style>
border-color css
<style>
span { border-color: #700736; }
span { border-color: rgb(112,7,54); }
td.TdClassName
{
border-color: #700736;
}
.TagClassName
{
border-color: #700736;
}
</style>