Shades of Tyrian Purple #700245
Tints of Tyrian Purple #700245
RGB
CMYK
RGB Variations
Color information
#700245 (or 0x700245) is known color: Tyrian Purple. HEX triplet: 70, 02 and 45. RGB value is (112,2,69). Sum of RGB (Red+Green+Blue) = 112+2+69=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #700245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700245 is #8FFDBA. Grayscale: #2A2A2A. Windows color (decimal): -9436603 or 4522608. OLE color: 4522608.
HSL color Cylindrical-coordinate representation of color #700245: hue angle of 323.45º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700245 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 69 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.56 |
| HSL | 323.45º | 0.96% | 0.22% | - |
| HSV(B) | 323.45º | 0.98% | 0.44% | - |
| XYZ | 7.78 | 3.92 | 5.98 | - |
| YUV | 42.53 | 142.94 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 69 | 0 | 0.98 | 0.38 | 0.56 | 323.45 | 0.96 | 0.22 |
| Hex | 70 | 2 | 45 | 0 | 62 | 26 | 38 | 143 | 60 | 16 |
| Octal | 160 | 2 | 105 | 0 | 142 | 46 | 70 | 503 | 140 | 26 |
| Binary | 1110000 | 10 | 1000101 | 0 | 1100010 | 100110 | 111000 | 101000011 | 1100000 | 10110 |
Color Harmonies of #700245
Complementary color
Monochromatic Colors of #700245
Black with #700245
Text Example
Text Example
White with #700245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700245; }
p { color: rgb(112,2,69); }
H1.HeaderClassName
{
color: #700245;
}
.AnyTagClassName
{
color: #700245;
}
</style>
background-color css
<style>
a { background-color: #700245; }
a { background-color: rgb(112,2,69); }
div.DivClassName
{
background-color: #700245;
}
.BgClassName
{
background-color: #700245;
}
</style>
border-color css
<style>
span { border-color: #700245; }
span { border-color: rgb(112,2,69); }
td.TdClassName
{
border-color: #700245;
}
.TagClassName
{
border-color: #700245;
}
</style>