Shades of Tyrian Purple #700A43
Tints of Tyrian Purple #700A43
RGB
CMYK
RGB Variations
Color information
#700A43 (or 0x700A43) is known color: Tyrian Purple. HEX triplet: 70, 0A and 43. RGB value is (112,10,67). Sum of RGB (Red+Green+Blue) = 112+10+67=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #700A43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A43 is #8FF5BC. Grayscale: #2E2E2E. Windows color (decimal): -9434557 or 4393584. OLE color: 4393584.
HSL color Cylindrical-coordinate representation of color #700A43: hue angle of 326.47º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A43 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 67 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.56 |
| HSL | 326.47º | 0.84% | 0.24% | - |
| HSV(B) | 326.47º | 0.91% | 0.44% | - |
| XYZ | 7.8 | 4.07 | 5.68 | - |
| YUV | 47 | 139.29 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 67 | 0 | 0.91 | 0.40 | 0.56 | 326.47 | 0.84 | 0.24 |
| Hex | 70 | A | 43 | 0 | 5B | 28 | 38 | 146 | 54 | 18 |
| Octal | 160 | 12 | 103 | 0 | 133 | 50 | 70 | 506 | 124 | 30 |
| Binary | 1110000 | 1010 | 1000011 | 0 | 1011011 | 101000 | 111000 | 101000110 | 1010100 | 11000 |
Color Harmonies of #700A43
Complementary color
Monochromatic Colors of #700A43
Black with #700A43
Text Example
Text Example
White with #700A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A43; }
p { color: rgb(112,10,67); }
H1.HeaderClassName
{
color: #700A43;
}
.AnyTagClassName
{
color: #700A43;
}
</style>
background-color css
<style>
a { background-color: #700A43; }
a { background-color: rgb(112,10,67); }
div.DivClassName
{
background-color: #700A43;
}
.BgClassName
{
background-color: #700A43;
}
</style>
border-color css
<style>
span { border-color: #700A43; }
span { border-color: rgb(112,10,67); }
td.TdClassName
{
border-color: #700A43;
}
.TagClassName
{
border-color: #700A43;
}
</style>