Shades of Tyrian Purple #70094B
Tints of Tyrian Purple #70094B
RGB
CMYK
RGB Variations
Color information
#70094B (or 0x70094B) is known color: Tyrian Purple. HEX triplet: 70, 09 and 4B. RGB value is (112,9,75). Sum of RGB (Red+Green+Blue) = 112+9+75=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #70094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70094B is #8FF6B4. Grayscale: #2F2F2F. Windows color (decimal): -9434805 or 4917616. OLE color: 4917616.
HSL color Cylindrical-coordinate representation of color #70094B: hue angle of 321.55º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70094B is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 9 | 75 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.56 |
| HSL | 321.55º | 0.85% | 0.24% | - |
| HSV(B) | 321.55º | 0.92% | 0.44% | - |
| XYZ | 8.05 | 4.15 | 7.03 | - |
| YUV | 47.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 75 | 0 | 0.92 | 0.33 | 0.56 | 321.55 | 0.85 | 0.24 |
| Hex | 70 | 9 | 4B | 0 | 5C | 21 | 38 | 142 | 55 | 18 |
| Octal | 160 | 11 | 113 | 0 | 134 | 41 | 70 | 502 | 125 | 30 |
| Binary | 1110000 | 1001 | 1001011 | 0 | 1011100 | 100001 | 111000 | 101000010 | 1010101 | 11000 |
Color Harmonies of #70094B
Complementary color
Monochromatic Colors of #70094B
Black with #70094B
Text Example
Text Example
White with #70094B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70094B; }
p { color: rgb(112,9,75); }
H1.HeaderClassName
{
color: #70094B;
}
.AnyTagClassName
{
color: #70094B;
}
</style>
background-color css
<style>
a { background-color: #70094B; }
a { background-color: rgb(112,9,75); }
div.DivClassName
{
background-color: #70094B;
}
.BgClassName
{
background-color: #70094B;
}
</style>
border-color css
<style>
span { border-color: #70094B; }
span { border-color: rgb(112,9,75); }
td.TdClassName
{
border-color: #70094B;
}
.TagClassName
{
border-color: #70094B;
}
</style>