Shades of Tyrian Purple #700C43
Tints of Tyrian Purple #700C43
RGB
CMYK
RGB Variations
Color information
#700C43 (or 0x700C43) is known color: Tyrian Purple. HEX triplet: 70, 0C and 43. RGB value is (112,12,67). Sum of RGB (Red+Green+Blue) = 112+12+67=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #700C43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700C43 is #8FF3BC. Grayscale: #303030. Windows color (decimal): -9434045 or 4394096. OLE color: 4394096.
HSL color Cylindrical-coordinate representation of color #700C43: hue angle of 327º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C43 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 12 | 67 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.56 |
| HSL | 327º | 0.81% | 0.24% | - |
| HSV(B) | 327º | 0.89% | 0.44% | - |
| XYZ | 7.83 | 4.11 | 5.69 | - |
| YUV | 48.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 67 | 0 | 0.89 | 0.40 | 0.56 | 327 | 0.81 | 0.24 |
| Hex | 70 | C | 43 | 0 | 59 | 28 | 38 | 147 | 51 | 18 |
| Octal | 160 | 14 | 103 | 0 | 131 | 50 | 70 | 507 | 121 | 30 |
| Binary | 1110000 | 1100 | 1000011 | 0 | 1011001 | 101000 | 111000 | 101000111 | 1010001 | 11000 |
Color Harmonies of #700C43
Complementary color
Monochromatic Colors of #700C43
Black with #700C43
Text Example
Text Example
White with #700C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700C43; }
p { color: rgb(112,12,67); }
H1.HeaderClassName
{
color: #700C43;
}
.AnyTagClassName
{
color: #700C43;
}
</style>
background-color css
<style>
a { background-color: #700C43; }
a { background-color: rgb(112,12,67); }
div.DivClassName
{
background-color: #700C43;
}
.BgClassName
{
background-color: #700C43;
}
</style>
border-color css
<style>
span { border-color: #700C43; }
span { border-color: rgb(112,12,67); }
td.TdClassName
{
border-color: #700C43;
}
.TagClassName
{
border-color: #700C43;
}
</style>