Shades of Tyrian Purple #58014E
Tints of Tyrian Purple #58014E
RGB
CMYK
RGB Variations
Color information
#58014E (or 0x58014E) is known color: Tyrian Purple. HEX triplet: 58, 01 and 4E. RGB value is (88,1,78). Sum of RGB (Red+Green+Blue) = 88+1+78=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58014E is #A7FEB1. Grayscale: #232323. Windows color (decimal): -11009714 or 5112152. OLE color: 5112152.
HSL color Cylindrical-coordinate representation of color #58014E: hue angle of 306.9º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58014E is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.65 |
| HSL | 306.9º | 0.98% | 0.17% | - |
| HSV(B) | 306.9º | 0.99% | 0.35% | - |
| XYZ | 5.41 | 2.65 | 7.43 | - |
| YUV | 35.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 78 | 0 | 0.99 | 0.11 | 0.65 | 306.9 | 0.98 | 0.17 |
| Hex | 58 | 1 | 4E | 0 | 63 | B | 41 | 133 | 62 | 11 |
| Octal | 130 | 1 | 116 | 0 | 143 | 13 | 101 | 463 | 142 | 21 |
| Binary | 1011000 | 1 | 1001110 | 0 | 1100011 | 1011 | 1000001 | 100110011 | 1100010 | 10001 |
Color Harmonies of #58014E
Complementary color
Monochromatic Colors of #58014E
Black with #58014E
Text Example
Text Example
White with #58014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58014E; }
p { color: rgb(88,1,78); }
H1.HeaderClassName
{
color: #58014E;
}
.AnyTagClassName
{
color: #58014E;
}
</style>
background-color css
<style>
a { background-color: #58014E; }
a { background-color: rgb(88,1,78); }
div.DivClassName
{
background-color: #58014E;
}
.BgClassName
{
background-color: #58014E;
}
</style>
border-color css
<style>
span { border-color: #58014E; }
span { border-color: rgb(88,1,78); }
td.TdClassName
{
border-color: #58014E;
}
.TagClassName
{
border-color: #58014E;
}
</style>