Shades of Tyrian Purple #700D45
Tints of Tyrian Purple #700D45
RGB
CMYK
RGB Variations
Color information
#700D45 (or 0x700D45) is known color: Tyrian Purple. HEX triplet: 70, 0D and 45. RGB value is (112,13,69). Sum of RGB (Red+Green+Blue) = 112+13+69=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #700D45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D45 is #8FF2BA. Grayscale: #303030. Windows color (decimal): -9433787 or 4525424. OLE color: 4525424.
HSL color Cylindrical-coordinate representation of color #700D45: hue angle of 326.06º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700D45 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 69 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.56 |
| HSL | 326.06º | 0.79% | 0.25% | - |
| HSV(B) | 326.06º | 0.88% | 0.44% | - |
| XYZ | 7.9 | 4.16 | 6.02 | - |
| YUV | 48.99 | 139.3 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 69 | 0 | 0.88 | 0.38 | 0.56 | 326.06 | 0.79 | 0.25 |
| Hex | 70 | D | 45 | 0 | 58 | 26 | 38 | 146 | 4F | 19 |
| Octal | 160 | 15 | 105 | 0 | 130 | 46 | 70 | 506 | 117 | 31 |
| Binary | 1110000 | 1101 | 1000101 | 0 | 1011000 | 100110 | 111000 | 101000110 | 1001111 | 11001 |
Color Harmonies of #700D45
Complementary color
Monochromatic Colors of #700D45
Black with #700D45
Text Example
Text Example
White with #700D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D45; }
p { color: rgb(112,13,69); }
H1.HeaderClassName
{
color: #700D45;
}
.AnyTagClassName
{
color: #700D45;
}
</style>
background-color css
<style>
a { background-color: #700D45; }
a { background-color: rgb(112,13,69); }
div.DivClassName
{
background-color: #700D45;
}
.BgClassName
{
background-color: #700D45;
}
</style>
border-color css
<style>
span { border-color: #700D45; }
span { border-color: rgb(112,13,69); }
td.TdClassName
{
border-color: #700D45;
}
.TagClassName
{
border-color: #700D45;
}
</style>