Shades of Tyrian Purple #700B4E
Tints of Tyrian Purple #700B4E
RGB
CMYK
RGB Variations
Color information
#700B4E (or 0x700B4E) is known color: Tyrian Purple. HEX triplet: 70, 0B and 4E. RGB value is (112,11,78). Sum of RGB (Red+Green+Blue) = 112+11+78=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #700B4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700B4E is #8FF4B1. Grayscale: #303030. Windows color (decimal): -9434290 or 5114736. OLE color: 5114736.
HSL color Cylindrical-coordinate representation of color #700B4E: hue angle of 320.2º 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 #700B4E is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 11 | 78 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.56 |
| HSL | 320.2º | 0.82% | 0.24% | - |
| HSV(B) | 320.2º | 0.9% | 0.44% | - |
| XYZ | 8.18 | 4.23 | 7.59 | - |
| YUV | 48.84 | 144.46 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 78 | 0 | 0.90 | 0.30 | 0.56 | 320.2 | 0.82 | 0.24 |
| Hex | 70 | B | 4E | 0 | 5A | 1E | 38 | 140 | 52 | 18 |
| Octal | 160 | 13 | 116 | 0 | 132 | 36 | 70 | 500 | 122 | 30 |
| Binary | 1110000 | 1011 | 1001110 | 0 | 1011010 | 11110 | 111000 | 101000000 | 1010010 | 11000 |
Color Harmonies of #700B4E
Complementary color
Monochromatic Colors of #700B4E
Black with #700B4E
Text Example
Text Example
White with #700B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700B4E; }
p { color: rgb(112,11,78); }
H1.HeaderClassName
{
color: #700B4E;
}
.AnyTagClassName
{
color: #700B4E;
}
</style>
background-color css
<style>
a { background-color: #700B4E; }
a { background-color: rgb(112,11,78); }
div.DivClassName
{
background-color: #700B4E;
}
.BgClassName
{
background-color: #700B4E;
}
</style>
border-color css
<style>
span { border-color: #700B4E; }
span { border-color: rgb(112,11,78); }
td.TdClassName
{
border-color: #700B4E;
}
.TagClassName
{
border-color: #700B4E;
}
</style>