Shades of Tyrian Purple #700B43
Tints of Tyrian Purple #700B43
RGB
CMYK
RGB Variations
Color information
#700B43 (or 0x700B43) is known color: Tyrian Purple. HEX triplet: 70, 0B and 43. RGB value is (112,11,67). Sum of RGB (Red+Green+Blue) = 112+11+67=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #700B43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B43 is #8FF4BC. Grayscale: #2F2F2F. Windows color (decimal): -9434301 or 4393840. OLE color: 4393840.
HSL color Cylindrical-coordinate representation of color #700B43: hue angle of 326.73º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700B43 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 11 | 67 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.56 |
| HSL | 326.73º | 0.82% | 0.24% | - |
| HSV(B) | 326.73º | 0.9% | 0.44% | - |
| XYZ | 7.81 | 4.09 | 5.69 | - |
| YUV | 47.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 67 | 0 | 0.90 | 0.40 | 0.56 | 326.73 | 0.82 | 0.24 |
| Hex | 70 | B | 43 | 0 | 5A | 28 | 38 | 147 | 52 | 18 |
| Octal | 160 | 13 | 103 | 0 | 132 | 50 | 70 | 507 | 122 | 30 |
| Binary | 1110000 | 1011 | 1000011 | 0 | 1011010 | 101000 | 111000 | 101000111 | 1010010 | 11000 |
Color Harmonies of #700B43
Complementary color
Monochromatic Colors of #700B43
Black with #700B43
Text Example
Text Example
White with #700B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700B43; }
p { color: rgb(112,11,67); }
H1.HeaderClassName
{
color: #700B43;
}
.AnyTagClassName
{
color: #700B43;
}
</style>
background-color css
<style>
a { background-color: #700B43; }
a { background-color: rgb(112,11,67); }
div.DivClassName
{
background-color: #700B43;
}
.BgClassName
{
background-color: #700B43;
}
</style>
border-color css
<style>
span { border-color: #700B43; }
span { border-color: rgb(112,11,67); }
td.TdClassName
{
border-color: #700B43;
}
.TagClassName
{
border-color: #700B43;
}
</style>