Shades of Tyrian Purple #71014B
Tints of Tyrian Purple #71014B
RGB
CMYK
RGB Variations
Color information
#71014B (or 0x71014B) is known color: Tyrian Purple. HEX triplet: 71, 01 and 4B. RGB value is (113,1,75). Sum of RGB (Red+Green+Blue) = 113+1+75=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #71014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71014B is #8EFEB4. Grayscale: #2A2A2A. Windows color (decimal): -9371317 or 4915569. OLE color: 4915569.
HSL color Cylindrical-coordinate representation of color #71014B: hue angle of 320.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71014B is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 1 | 75 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.56 |
| HSL | 320.36º | 0.98% | 0.22% | - |
| HSV(B) | 320.36º | 0.99% | 0.44% | - |
| XYZ | 8.09 | 4.04 | 7.01 | - |
| YUV | 42.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 75 | 0 | 0.99 | 0.34 | 0.56 | 320.36 | 0.98 | 0.22 |
| Hex | 71 | 1 | 4B | 0 | 63 | 22 | 38 | 140 | 62 | 16 |
| Octal | 161 | 1 | 113 | 0 | 143 | 42 | 70 | 500 | 142 | 26 |
| Binary | 1110001 | 1 | 1001011 | 0 | 1100011 | 100010 | 111000 | 101000000 | 1100010 | 10110 |
Color Harmonies of #71014B
Complementary color
Monochromatic Colors of #71014B
Black with #71014B
Text Example
Text Example
White with #71014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71014B; }
p { color: rgb(113,1,75); }
H1.HeaderClassName
{
color: #71014B;
}
.AnyTagClassName
{
color: #71014B;
}
</style>
background-color css
<style>
a { background-color: #71014B; }
a { background-color: rgb(113,1,75); }
div.DivClassName
{
background-color: #71014B;
}
.BgClassName
{
background-color: #71014B;
}
</style>
border-color css
<style>
span { border-color: #71014B; }
span { border-color: rgb(113,1,75); }
td.TdClassName
{
border-color: #71014B;
}
.TagClassName
{
border-color: #71014B;
}
</style>