Shades of Tyrian Purple #71003D
Tints of Tyrian Purple #71003D
RGB
CMYK
RGB Variations
Color information
#71003D (or 0x71003D) is known color: Tyrian Purple. HEX triplet: 71, 00 and 3D. RGB value is (113,0,61). Sum of RGB (Red+Green+Blue) = 113+0+61=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #71003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71003D is #8EFFC2. Grayscale: #282828. Windows color (decimal): -9371587 or 3997809. OLE color: 3997809.
HSL color Cylindrical-coordinate representation of color #71003D: hue angle of 327.61º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71003D is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.46 | 0.56 |
| HSL | 327.61º | 1% | 0.22% | - |
| HSV(B) | 327.61º | 1% | 0.44% | - |
| XYZ | 7.65 | 3.85 | 4.75 | - |
| YUV | 40.74 | 139.44 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 61 | 0 | 1 | 0.46 | 0.56 | 327.61 | 1 | 0.22 |
| Hex | 71 | 0 | 3D | 0 | 64 | 2E | 38 | 148 | 64 | 16 |
| Octal | 161 | 0 | 75 | 0 | 144 | 56 | 70 | 510 | 144 | 26 |
| Binary | 1110001 | 0 | 111101 | 0 | 1100100 | 101110 | 111000 | 101001000 | 1100100 | 10110 |
Color Harmonies of #71003D
Complementary color
Monochromatic Colors of #71003D
Black with #71003D
Text Example
Text Example
White with #71003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71003D; }
p { color: rgb(113,0,61); }
H1.HeaderClassName
{
color: #71003D;
}
.AnyTagClassName
{
color: #71003D;
}
</style>
background-color css
<style>
a { background-color: #71003D; }
a { background-color: rgb(113,0,61); }
div.DivClassName
{
background-color: #71003D;
}
.BgClassName
{
background-color: #71003D;
}
</style>
border-color css
<style>
span { border-color: #71003D; }
span { border-color: rgb(113,0,61); }
td.TdClassName
{
border-color: #71003D;
}
.TagClassName
{
border-color: #71003D;
}
</style>