Shades of Tyrian Purple #71033D
Tints of Tyrian Purple #71033D
RGB
CMYK
RGB Variations
Color information
#71033D (or 0x71033D) is known color: Tyrian Purple. HEX triplet: 71, 03 and 3D. RGB value is (113,3,61). Sum of RGB (Red+Green+Blue) = 113+3+61=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #71033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71033D is #8EFCC2. Grayscale: #2A2A2A. Windows color (decimal): -9370819 or 3998577. OLE color: 3998577.
HSL color Cylindrical-coordinate representation of color #71033D: hue angle of 328.36º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71033D is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 3 | 61 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.56 |
| HSL | 328.36º | 0.95% | 0.23% | - |
| HSV(B) | 328.36º | 0.97% | 0.44% | - |
| XYZ | 7.68 | 3.91 | 4.77 | - |
| YUV | 42.5 | 138.44 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 3 | 61 | 0 | 0.97 | 0.46 | 0.56 | 328.36 | 0.95 | 0.23 |
| Hex | 71 | 3 | 3D | 0 | 61 | 2E | 38 | 148 | 5F | 17 |
| Octal | 161 | 3 | 75 | 0 | 141 | 56 | 70 | 510 | 137 | 27 |
| Binary | 1110001 | 11 | 111101 | 0 | 1100001 | 101110 | 111000 | 101001000 | 1011111 | 10111 |
Color Harmonies of #71033D
Complementary color
Monochromatic Colors of #71033D
Black with #71033D
Text Example
Text Example
White with #71033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71033D; }
p { color: rgb(113,3,61); }
H1.HeaderClassName
{
color: #71033D;
}
.AnyTagClassName
{
color: #71033D;
}
</style>
background-color css
<style>
a { background-color: #71033D; }
a { background-color: rgb(113,3,61); }
div.DivClassName
{
background-color: #71033D;
}
.BgClassName
{
background-color: #71033D;
}
</style>
border-color css
<style>
span { border-color: #71033D; }
span { border-color: rgb(113,3,61); }
td.TdClassName
{
border-color: #71033D;
}
.TagClassName
{
border-color: #71033D;
}
</style>