Shades of Tyrian Purple #71093D
Tints of Tyrian Purple #71093D
RGB
CMYK
RGB Variations
Color information
#71093D (or 0x71093D) is known color: Tyrian Purple. HEX triplet: 71, 09 and 3D. RGB value is (113,9,61). Sum of RGB (Red+Green+Blue) = 113+9+61=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #71093D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71093D is #8EF6C2. Grayscale: #2D2D2D. Windows color (decimal): -9369283 or 4000113. OLE color: 4000113.
HSL color Cylindrical-coordinate representation of color #71093D: hue angle of 330º 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 #71093D is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 9 | 61 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.56 |
| HSL | 330º | 0.85% | 0.24% | - |
| HSV(B) | 330º | 0.92% | 0.44% | - |
| XYZ | 7.75 | 4.04 | 4.79 | - |
| YUV | 46.02 | 136.46 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 9 | 61 | 0 | 0.92 | 0.46 | 0.56 | 330 | 0.85 | 0.24 |
| Hex | 71 | 9 | 3D | 0 | 5C | 2E | 38 | 14A | 55 | 18 |
| Octal | 161 | 11 | 75 | 0 | 134 | 56 | 70 | 512 | 125 | 30 |
| Binary | 1110001 | 1001 | 111101 | 0 | 1011100 | 101110 | 111000 | 101001010 | 1010101 | 11000 |
Color Harmonies of #71093D
Complementary color
Monochromatic Colors of #71093D
Black with #71093D
Text Example
Text Example
White with #71093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71093D; }
p { color: rgb(113,9,61); }
H1.HeaderClassName
{
color: #71093D;
}
.AnyTagClassName
{
color: #71093D;
}
</style>
background-color css
<style>
a { background-color: #71093D; }
a { background-color: rgb(113,9,61); }
div.DivClassName
{
background-color: #71093D;
}
.BgClassName
{
background-color: #71093D;
}
</style>
border-color css
<style>
span { border-color: #71093D; }
span { border-color: rgb(113,9,61); }
td.TdClassName
{
border-color: #71093D;
}
.TagClassName
{
border-color: #71093D;
}
</style>