Shades of Tyrian Purple #71023C
Tints of Tyrian Purple #71023C
RGB
CMYK
RGB Variations
Color information
#71023C (or 0x71023C) is known color: Tyrian Purple. HEX triplet: 71, 02 and 3C. RGB value is (113,2,60). Sum of RGB (Red+Green+Blue) = 113+2+60=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #71023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71023C is #8EFDC3. Grayscale: #292929. Windows color (decimal): -9371076 or 3932785. OLE color: 3932785.
HSL color Cylindrical-coordinate representation of color #71023C: hue angle of 328.65º 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 #71023C is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 2 | 60 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.56 |
| HSL | 328.65º | 0.97% | 0.23% | - |
| HSV(B) | 328.65º | 0.98% | 0.44% | - |
| XYZ | 7.65 | 3.88 | 4.62 | - |
| YUV | 41.8 | 138.27 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 60 | 0 | 0.98 | 0.47 | 0.56 | 328.65 | 0.97 | 0.23 |
| Hex | 71 | 2 | 3C | 0 | 62 | 2F | 38 | 149 | 61 | 17 |
| Octal | 161 | 2 | 74 | 0 | 142 | 57 | 70 | 511 | 141 | 27 |
| Binary | 1110001 | 10 | 111100 | 0 | 1100010 | 101111 | 111000 | 101001001 | 1100001 | 10111 |
Color Harmonies of #71023C
Complementary color
Monochromatic Colors of #71023C
Black with #71023C
Text Example
Text Example
White with #71023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71023C; }
p { color: rgb(113,2,60); }
H1.HeaderClassName
{
color: #71023C;
}
.AnyTagClassName
{
color: #71023C;
}
</style>
background-color css
<style>
a { background-color: #71023C; }
a { background-color: rgb(113,2,60); }
div.DivClassName
{
background-color: #71023C;
}
.BgClassName
{
background-color: #71023C;
}
</style>
border-color css
<style>
span { border-color: #71023C; }
span { border-color: rgb(113,2,60); }
td.TdClassName
{
border-color: #71023C;
}
.TagClassName
{
border-color: #71023C;
}
</style>