Shades of Tyrian Purple #58014B
Tints of Tyrian Purple #58014B
RGB
CMYK
RGB Variations
Color information
#58014B (or 0x58014B) is known color: Tyrian Purple. HEX triplet: 58, 01 and 4B. RGB value is (88,1,75). Sum of RGB (Red+Green+Blue) = 88+1+75=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #58014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58014B is #A7FEB4. Grayscale: #232323. Windows color (decimal): -11009717 or 4915544. OLE color: 4915544.
HSL color Cylindrical-coordinate representation of color #58014B: hue angle of 308.97º 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 #58014B is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 1 | 75 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.65 |
| HSL | 308.97º | 0.98% | 0.17% | - |
| HSV(B) | 308.97º | 0.99% | 0.35% | - |
| XYZ | 5.31 | 2.6 | 6.88 | - |
| YUV | 35.45 | 150.32 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 75 | 0 | 0.99 | 0.15 | 0.65 | 308.97 | 0.98 | 0.17 |
| Hex | 58 | 1 | 4B | 0 | 63 | F | 41 | 135 | 62 | 11 |
| Octal | 130 | 1 | 113 | 0 | 143 | 17 | 101 | 465 | 142 | 21 |
| Binary | 1011000 | 1 | 1001011 | 0 | 1100011 | 1111 | 1000001 | 100110101 | 1100010 | 10001 |
Color Harmonies of #58014B
Complementary color
Monochromatic Colors of #58014B
Black with #58014B
Text Example
Text Example
White with #58014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58014B; }
p { color: rgb(88,1,75); }
H1.HeaderClassName
{
color: #58014B;
}
.AnyTagClassName
{
color: #58014B;
}
</style>
background-color css
<style>
a { background-color: #58014B; }
a { background-color: rgb(88,1,75); }
div.DivClassName
{
background-color: #58014B;
}
.BgClassName
{
background-color: #58014B;
}
</style>
border-color css
<style>
span { border-color: #58014B; }
span { border-color: rgb(88,1,75); }
td.TdClassName
{
border-color: #58014B;
}
.TagClassName
{
border-color: #58014B;
}
</style>