Shades of Tyrian Purple #71022F
Tints of Tyrian Purple #71022F
RGB
CMYK
RGB Variations
Color information
#71022F (or 0x71022F) is known color: Tyrian Purple. HEX triplet: 71, 02 and 2F. RGB value is (113,2,47). Sum of RGB (Red+Green+Blue) = 113+2+47=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #71022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71022F is #8EFDD0. Grayscale: #282828. Windows color (decimal): -9371089 or 3080817. OLE color: 3080817.
HSL color Cylindrical-coordinate representation of color #71022F: hue angle of 335.68º 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 #71022F is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 2 | 47 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.56 |
| HSL | 335.68º | 0.97% | 0.23% | - |
| HSV(B) | 335.68º | 0.98% | 0.44% | - |
| XYZ | 7.34 | 3.76 | 3.03 | - |
| YUV | 40.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 47 | 0 | 0.98 | 0.58 | 0.56 | 335.68 | 0.97 | 0.23 |
| Hex | 71 | 2 | 2F | 0 | 62 | 3A | 38 | 150 | 61 | 17 |
| Octal | 161 | 2 | 57 | 0 | 142 | 72 | 70 | 520 | 141 | 27 |
| Binary | 1110001 | 10 | 101111 | 0 | 1100010 | 111010 | 111000 | 101010000 | 1100001 | 10111 |
Color Harmonies of #71022F
Complementary color
Monochromatic Colors of #71022F
Black with #71022F
Text Example
Text Example
White with #71022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71022F; }
p { color: rgb(113,2,47); }
H1.HeaderClassName
{
color: #71022F;
}
.AnyTagClassName
{
color: #71022F;
}
</style>
background-color css
<style>
a { background-color: #71022F; }
a { background-color: rgb(113,2,47); }
div.DivClassName
{
background-color: #71022F;
}
.BgClassName
{
background-color: #71022F;
}
</style>
border-color css
<style>
span { border-color: #71022F; }
span { border-color: rgb(113,2,47); }
td.TdClassName
{
border-color: #71022F;
}
.TagClassName
{
border-color: #71022F;
}
</style>