Shades of Tyrian Purple #700B38
Tints of Tyrian Purple #700B38
RGB
CMYK
RGB Variations
Color information
#700B38 (or 0x700B38) is known color: Tyrian Purple. HEX triplet: 70, 0B and 38. RGB value is (112,11,56). Sum of RGB (Red+Green+Blue) = 112+11+56=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #700B38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B38 is #8FF4C7. Grayscale: #2E2E2E. Windows color (decimal): -9434312 or 3672944. OLE color: 3672944.
HSL color Cylindrical-coordinate representation of color #700B38: hue angle of 333.27º 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 #700B38 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 11 | 56 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.56 |
| HSL | 333.27º | 0.82% | 0.24% | - |
| HSV(B) | 333.27º | 0.9% | 0.44% | - |
| XYZ | 7.52 | 3.97 | 4.11 | - |
| YUV | 46.33 | 133.46 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 56 | 0 | 0.90 | 0.50 | 0.56 | 333.27 | 0.82 | 0.24 |
| Hex | 70 | B | 38 | 0 | 5A | 32 | 38 | 14D | 52 | 18 |
| Octal | 160 | 13 | 70 | 0 | 132 | 62 | 70 | 515 | 122 | 30 |
| Binary | 1110000 | 1011 | 111000 | 0 | 1011010 | 110010 | 111000 | 101001101 | 1010010 | 11000 |
Color Harmonies of #700B38
Complementary color
Monochromatic Colors of #700B38
Black with #700B38
Text Example
Text Example
White with #700B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700B38; }
p { color: rgb(112,11,56); }
H1.HeaderClassName
{
color: #700B38;
}
.AnyTagClassName
{
color: #700B38;
}
</style>
background-color css
<style>
a { background-color: #700B38; }
a { background-color: rgb(112,11,56); }
div.DivClassName
{
background-color: #700B38;
}
.BgClassName
{
background-color: #700B38;
}
</style>
border-color css
<style>
span { border-color: #700B38; }
span { border-color: rgb(112,11,56); }
td.TdClassName
{
border-color: #700B38;
}
.TagClassName
{
border-color: #700B38;
}
</style>