Shades of Tyrian Purple #700435
Tints of Tyrian Purple #700435
RGB
CMYK
RGB Variations
Color information
#700435 (or 0x700435) is known color: Tyrian Purple. HEX triplet: 70, 04 and 35. RGB value is (112,4,53). Sum of RGB (Red+Green+Blue) = 112+4+53=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #700435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700435 is #8FFBCA. Grayscale: #292929. Windows color (decimal): -9436107 or 3474544. OLE color: 3474544.
HSL color Cylindrical-coordinate representation of color #700435: hue angle of 332.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700435 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 53 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.56 |
| HSL | 332.78º | 0.93% | 0.23% | - |
| HSV(B) | 332.78º | 0.96% | 0.44% | - |
| XYZ | 7.37 | 3.79 | 3.71 | - |
| YUV | 41.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 53 | 0 | 0.96 | 0.53 | 0.56 | 332.78 | 0.93 | 0.23 |
| Hex | 70 | 4 | 35 | 0 | 60 | 35 | 38 | 14D | 5D | 17 |
| Octal | 160 | 4 | 65 | 0 | 140 | 65 | 70 | 515 | 135 | 27 |
| Binary | 1110000 | 100 | 110101 | 0 | 1100000 | 110101 | 111000 | 101001101 | 1011101 | 10111 |
Color Harmonies of #700435
Complementary color
Monochromatic Colors of #700435
Black with #700435
Text Example
Text Example
White with #700435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700435; }
p { color: rgb(112,4,53); }
H1.HeaderClassName
{
color: #700435;
}
.AnyTagClassName
{
color: #700435;
}
</style>
background-color css
<style>
a { background-color: #700435; }
a { background-color: rgb(112,4,53); }
div.DivClassName
{
background-color: #700435;
}
.BgClassName
{
background-color: #700435;
}
</style>
border-color css
<style>
span { border-color: #700435; }
span { border-color: rgb(112,4,53); }
td.TdClassName
{
border-color: #700435;
}
.TagClassName
{
border-color: #700435;
}
</style>