Shades of Tyrian Purple #700B36
Tints of Tyrian Purple #700B36
RGB
CMYK
RGB Variations
Color information
#700B36 (or 0x700B36) is known color: Tyrian Purple. HEX triplet: 70, 0B and 36. RGB value is (112,11,54). Sum of RGB (Red+Green+Blue) = 112+11+54=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #700B36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B36 is #8FF4C9. Grayscale: #2E2E2E. Windows color (decimal): -9434314 or 3541872. OLE color: 3541872.
HSL color Cylindrical-coordinate representation of color #700B36: hue angle of 334.46º 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 #700B36 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 11 | 54 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.56 |
| HSL | 334.46º | 0.82% | 0.24% | - |
| HSV(B) | 334.46º | 0.9% | 0.44% | - |
| XYZ | 7.47 | 3.95 | 3.86 | - |
| YUV | 46.1 | 132.46 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 54 | 0 | 0.90 | 0.52 | 0.56 | 334.46 | 0.82 | 0.24 |
| Hex | 70 | B | 36 | 0 | 5A | 34 | 38 | 14E | 52 | 18 |
| Octal | 160 | 13 | 66 | 0 | 132 | 64 | 70 | 516 | 122 | 30 |
| Binary | 1110000 | 1011 | 110110 | 0 | 1011010 | 110100 | 111000 | 101001110 | 1010010 | 11000 |
Color Harmonies of #700B36
Complementary color
Monochromatic Colors of #700B36
Black with #700B36
Text Example
Text Example
White with #700B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700B36; }
p { color: rgb(112,11,54); }
H1.HeaderClassName
{
color: #700B36;
}
.AnyTagClassName
{
color: #700B36;
}
</style>
background-color css
<style>
a { background-color: #700B36; }
a { background-color: rgb(112,11,54); }
div.DivClassName
{
background-color: #700B36;
}
.BgClassName
{
background-color: #700B36;
}
</style>
border-color css
<style>
span { border-color: #700B36; }
span { border-color: rgb(112,11,54); }
td.TdClassName
{
border-color: #700B36;
}
.TagClassName
{
border-color: #700B36;
}
</style>