Shades of Tyrian Purple #71032F
Tints of Tyrian Purple #71032F
RGB
CMYK
RGB Variations
Color information
#71032F (or 0x71032F) is known color: Tyrian Purple. HEX triplet: 71, 03 and 2F. RGB value is (113,3,47). Sum of RGB (Red+Green+Blue) = 113+3+47=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #71032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71032F is #8EFCD0. Grayscale: #282828. Windows color (decimal): -9370833 or 3081073. OLE color: 3081073.
HSL color Cylindrical-coordinate representation of color #71032F: hue angle of 336º 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 #71032F is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 3 | 47 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.56 |
| HSL | 336º | 0.95% | 0.23% | - |
| HSV(B) | 336º | 0.97% | 0.44% | - |
| XYZ | 7.36 | 3.78 | 3.03 | - |
| YUV | 40.91 | 131.44 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 3 | 47 | 0 | 0.97 | 0.58 | 0.56 | 336 | 0.95 | 0.23 |
| Hex | 71 | 3 | 2F | 0 | 61 | 3A | 38 | 150 | 5F | 17 |
| Octal | 161 | 3 | 57 | 0 | 141 | 72 | 70 | 520 | 137 | 27 |
| Binary | 1110001 | 11 | 101111 | 0 | 1100001 | 111010 | 111000 | 101010000 | 1011111 | 10111 |
Color Harmonies of #71032F
Complementary color
Monochromatic Colors of #71032F
Black with #71032F
Text Example
Text Example
White with #71032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71032F; }
p { color: rgb(113,3,47); }
H1.HeaderClassName
{
color: #71032F;
}
.AnyTagClassName
{
color: #71032F;
}
</style>
background-color css
<style>
a { background-color: #71032F; }
a { background-color: rgb(113,3,47); }
div.DivClassName
{
background-color: #71032F;
}
.BgClassName
{
background-color: #71032F;
}
</style>
border-color css
<style>
span { border-color: #71032F; }
span { border-color: rgb(113,3,47); }
td.TdClassName
{
border-color: #71032F;
}
.TagClassName
{
border-color: #71032F;
}
</style>