Shades of Tyrian Purple #700852
Tints of Tyrian Purple #700852
RGB
CMYK
RGB Variations
Color information
#700852 (or 0x700852) is known color: Tyrian Purple. HEX triplet: 70, 08 and 52. RGB value is (112,8,82). Sum of RGB (Red+Green+Blue) = 112+8+82=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #700852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700852 is #8FF7AD. Grayscale: #2F2F2F. Windows color (decimal): -9435054 or 5376112. OLE color: 5376112.
HSL color Cylindrical-coordinate representation of color #700852: hue angle of 317.31º 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 #700852 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 8 | 82 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.56 |
| HSL | 317.31º | 0.87% | 0.24% | - |
| HSV(B) | 317.31º | 0.93% | 0.44% | - |
| XYZ | 8.29 | 4.23 | 8.36 | - |
| YUV | 47.53 | 147.46 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 82 | 0 | 0.93 | 0.27 | 0.56 | 317.31 | 0.87 | 0.24 |
| Hex | 70 | 8 | 52 | 0 | 5D | 1B | 38 | 13D | 57 | 18 |
| Octal | 160 | 10 | 122 | 0 | 135 | 33 | 70 | 475 | 127 | 30 |
| Binary | 1110000 | 1000 | 1010010 | 0 | 1011101 | 11011 | 111000 | 100111101 | 1010111 | 11000 |
Color Harmonies of #700852
Complementary color
Monochromatic Colors of #700852
Black with #700852
Text Example
Text Example
White with #700852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700852; }
p { color: rgb(112,8,82); }
H1.HeaderClassName
{
color: #700852;
}
.AnyTagClassName
{
color: #700852;
}
</style>
background-color css
<style>
a { background-color: #700852; }
a { background-color: rgb(112,8,82); }
div.DivClassName
{
background-color: #700852;
}
.BgClassName
{
background-color: #700852;
}
</style>
border-color css
<style>
span { border-color: #700852; }
span { border-color: rgb(112,8,82); }
td.TdClassName
{
border-color: #700852;
}
.TagClassName
{
border-color: #700852;
}
</style>