Shades of Tyrian Purple #700B3A
Tints of Tyrian Purple #700B3A
RGB
CMYK
RGB Variations
Color information
#700B3A (or 0x700B3A) is known color: Tyrian Purple. HEX triplet: 70, 0B and 3A. RGB value is (112,11,58). Sum of RGB (Red+Green+Blue) = 112+11+58=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #700B3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B3A is #8FF4C5. Grayscale: #2E2E2E. Windows color (decimal): -9434310 or 3804016. OLE color: 3804016.
HSL color Cylindrical-coordinate representation of color #700B3A: hue angle of 332.08º 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 #700B3A is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 11 | 58 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.56 |
| HSL | 332.08º | 0.82% | 0.24% | - |
| HSV(B) | 332.08º | 0.9% | 0.44% | - |
| XYZ | 7.57 | 3.99 | 4.37 | - |
| YUV | 46.56 | 134.46 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 58 | 0 | 0.90 | 0.48 | 0.56 | 332.08 | 0.82 | 0.24 |
| Hex | 70 | B | 3A | 0 | 5A | 30 | 38 | 14C | 52 | 18 |
| Octal | 160 | 13 | 72 | 0 | 132 | 60 | 70 | 514 | 122 | 30 |
| Binary | 1110000 | 1011 | 111010 | 0 | 1011010 | 110000 | 111000 | 101001100 | 1010010 | 11000 |
Color Harmonies of #700B3A
Complementary color
Monochromatic Colors of #700B3A
Black with #700B3A
Text Example
Text Example
White with #700B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700B3A; }
p { color: rgb(112,11,58); }
H1.HeaderClassName
{
color: #700B3A;
}
.AnyTagClassName
{
color: #700B3A;
}
</style>
background-color css
<style>
a { background-color: #700B3A; }
a { background-color: rgb(112,11,58); }
div.DivClassName
{
background-color: #700B3A;
}
.BgClassName
{
background-color: #700B3A;
}
</style>
border-color css
<style>
span { border-color: #700B3A; }
span { border-color: rgb(112,11,58); }
td.TdClassName
{
border-color: #700B3A;
}
.TagClassName
{
border-color: #700B3A;
}
</style>