Shades of Tyrian Purple #71024B
Tints of Tyrian Purple #71024B
RGB
CMYK
RGB Variations
Color information
#71024B (or 0x71024B) is known color: Tyrian Purple. HEX triplet: 71, 02 and 4B. RGB value is (113,2,75). Sum of RGB (Red+Green+Blue) = 113+2+75=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #71024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71024B is #8EFDB4. Grayscale: #2B2B2B. Windows color (decimal): -9371061 or 4915825. OLE color: 4915825.
HSL color Cylindrical-coordinate representation of color #71024B: hue angle of 320.54º 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 #71024B is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 2 | 75 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.56 |
| HSL | 320.54º | 0.97% | 0.23% | - |
| HSV(B) | 320.54º | 0.98% | 0.44% | - |
| XYZ | 8.1 | 4.06 | 7.01 | - |
| YUV | 43.51 | 145.77 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 75 | 0 | 0.98 | 0.34 | 0.56 | 320.54 | 0.97 | 0.23 |
| Hex | 71 | 2 | 4B | 0 | 62 | 22 | 38 | 141 | 61 | 17 |
| Octal | 161 | 2 | 113 | 0 | 142 | 42 | 70 | 501 | 141 | 27 |
| Binary | 1110001 | 10 | 1001011 | 0 | 1100010 | 100010 | 111000 | 101000001 | 1100001 | 10111 |
Color Harmonies of #71024B
Complementary color
Monochromatic Colors of #71024B
Black with #71024B
Text Example
Text Example
White with #71024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71024B; }
p { color: rgb(113,2,75); }
H1.HeaderClassName
{
color: #71024B;
}
.AnyTagClassName
{
color: #71024B;
}
</style>
background-color css
<style>
a { background-color: #71024B; }
a { background-color: rgb(113,2,75); }
div.DivClassName
{
background-color: #71024B;
}
.BgClassName
{
background-color: #71024B;
}
</style>
border-color css
<style>
span { border-color: #71024B; }
span { border-color: rgb(113,2,75); }
td.TdClassName
{
border-color: #71024B;
}
.TagClassName
{
border-color: #71024B;
}
</style>