Shades of Tyrian Purple #71023F
Tints of Tyrian Purple #71023F
RGB
CMYK
RGB Variations
Color information
#71023F (or 0x71023F) is known color: Tyrian Purple. HEX triplet: 71, 02 and 3F. RGB value is (113,2,63). Sum of RGB (Red+Green+Blue) = 113+2+63=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #71023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71023F is #8EFDC0. Grayscale: #2A2A2A. Windows color (decimal): -9371073 or 4129393. OLE color: 4129393.
HSL color Cylindrical-coordinate representation of color #71023F: hue angle of 327.03º 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 #71023F is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 2 | 63 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.56 |
| HSL | 327.03º | 0.97% | 0.23% | - |
| HSV(B) | 327.03º | 0.98% | 0.44% | - |
| XYZ | 7.73 | 3.91 | 5.05 | - |
| YUV | 42.14 | 139.77 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 63 | 0 | 0.98 | 0.44 | 0.56 | 327.03 | 0.97 | 0.23 |
| Hex | 71 | 2 | 3F | 0 | 62 | 2C | 38 | 147 | 61 | 17 |
| Octal | 161 | 2 | 77 | 0 | 142 | 54 | 70 | 507 | 141 | 27 |
| Binary | 1110001 | 10 | 111111 | 0 | 1100010 | 101100 | 111000 | 101000111 | 1100001 | 10111 |
Color Harmonies of #71023F
Complementary color
Monochromatic Colors of #71023F
Black with #71023F
Text Example
Text Example
White with #71023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71023F; }
p { color: rgb(113,2,63); }
H1.HeaderClassName
{
color: #71023F;
}
.AnyTagClassName
{
color: #71023F;
}
</style>
background-color css
<style>
a { background-color: #71023F; }
a { background-color: rgb(113,2,63); }
div.DivClassName
{
background-color: #71023F;
}
.BgClassName
{
background-color: #71023F;
}
</style>
border-color css
<style>
span { border-color: #71023F; }
span { border-color: rgb(113,2,63); }
td.TdClassName
{
border-color: #71023F;
}
.TagClassName
{
border-color: #71023F;
}
</style>