Shades of Tyrian Purple #71023D
Tints of Tyrian Purple #71023D
RGB
CMYK
RGB Variations
Color information
#71023D (or 0x71023D) is known color: Tyrian Purple. HEX triplet: 71, 02 and 3D. RGB value is (113,2,61). Sum of RGB (Red+Green+Blue) = 113+2+61=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #71023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71023D is #8EFDC2. Grayscale: #292929. Windows color (decimal): -9371075 or 3998321. OLE color: 3998321.
HSL color Cylindrical-coordinate representation of color #71023D: hue angle of 328.11º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71023D is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 2 | 61 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.56 |
| HSL | 328.11º | 0.97% | 0.23% | - |
| HSV(B) | 328.11º | 0.98% | 0.44% | - |
| XYZ | 7.67 | 3.89 | 4.76 | - |
| YUV | 41.92 | 138.77 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 61 | 0 | 0.98 | 0.46 | 0.56 | 328.11 | 0.97 | 0.23 |
| Hex | 71 | 2 | 3D | 0 | 62 | 2E | 38 | 148 | 61 | 17 |
| Octal | 161 | 2 | 75 | 0 | 142 | 56 | 70 | 510 | 141 | 27 |
| Binary | 1110001 | 10 | 111101 | 0 | 1100010 | 101110 | 111000 | 101001000 | 1100001 | 10111 |
Color Harmonies of #71023D
Complementary color
Monochromatic Colors of #71023D
Black with #71023D
Text Example
Text Example
White with #71023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71023D; }
p { color: rgb(113,2,61); }
H1.HeaderClassName
{
color: #71023D;
}
.AnyTagClassName
{
color: #71023D;
}
</style>
background-color css
<style>
a { background-color: #71023D; }
a { background-color: rgb(113,2,61); }
div.DivClassName
{
background-color: #71023D;
}
.BgClassName
{
background-color: #71023D;
}
</style>
border-color css
<style>
span { border-color: #71023D; }
span { border-color: rgb(113,2,61); }
td.TdClassName
{
border-color: #71023D;
}
.TagClassName
{
border-color: #71023D;
}
</style>