Shades of Tyrian Purple #700955
Tints of Tyrian Purple #700955
RGB
CMYK
RGB Variations
Color information
#700955 (or 0x700955) is known color: Tyrian Purple. HEX triplet: 70, 09 and 55. RGB value is (112,9,85). Sum of RGB (Red+Green+Blue) = 112+9+85=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #700955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700955 is #8FF6AA. Grayscale: #303030. Windows color (decimal): -9434795 or 5572976. OLE color: 5572976.
HSL color Cylindrical-coordinate representation of color #700955: hue angle of 315.73º 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 #700955 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 9 | 85 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.56 |
| HSL | 315.73º | 0.85% | 0.24% | - |
| HSV(B) | 315.73º | 0.92% | 0.44% | - |
| XYZ | 8.42 | 4.3 | 8.98 | - |
| YUV | 48.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 85 | 0 | 0.92 | 0.24 | 0.56 | 315.73 | 0.85 | 0.24 |
| Hex | 70 | 9 | 55 | 0 | 5C | 18 | 38 | 13C | 55 | 18 |
| Octal | 160 | 11 | 125 | 0 | 134 | 30 | 70 | 474 | 125 | 30 |
| Binary | 1110000 | 1001 | 1010101 | 0 | 1011100 | 11000 | 111000 | 100111100 | 1010101 | 11000 |
Color Harmonies of #700955
Complementary color
Monochromatic Colors of #700955
Black with #700955
Text Example
Text Example
White with #700955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700955; }
p { color: rgb(112,9,85); }
H1.HeaderClassName
{
color: #700955;
}
.AnyTagClassName
{
color: #700955;
}
</style>
background-color css
<style>
a { background-color: #700955; }
a { background-color: rgb(112,9,85); }
div.DivClassName
{
background-color: #700955;
}
.BgClassName
{
background-color: #700955;
}
</style>
border-color css
<style>
span { border-color: #700955; }
span { border-color: rgb(112,9,85); }
td.TdClassName
{
border-color: #700955;
}
.TagClassName
{
border-color: #700955;
}
</style>