Shades of Tyrian Purple #58062F
Tints of Tyrian Purple #58062F
RGB
CMYK
RGB Variations
Color information
#58062F (or 0x58062F) is known color: Tyrian Purple. HEX triplet: 58, 06 and 2F. RGB value is (88,6,47). Sum of RGB (Red+Green+Blue) = 88+6+47=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #58062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58062F is #A7F9D0. Grayscale: #232323. Windows color (decimal): -11008465 or 3081816. OLE color: 3081816.
HSL color Cylindrical-coordinate representation of color #58062F: hue angle of 330º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #58062F is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 6 | 47 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.65 |
| HSL | 330º | 0.87% | 0.18% | - |
| HSV(B) | 330º | 0.93% | 0.35% | - |
| XYZ | 4.6 | 2.41 | 2.91 | - |
| YUV | 35.19 | 134.67 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 6 | 47 | 0 | 0.93 | 0.47 | 0.65 | 330 | 0.87 | 0.18 |
| Hex | 58 | 6 | 2F | 0 | 5D | 2F | 41 | 14A | 57 | 12 |
| Octal | 130 | 6 | 57 | 0 | 135 | 57 | 101 | 512 | 127 | 22 |
| Binary | 1011000 | 110 | 101111 | 0 | 1011101 | 101111 | 1000001 | 101001010 | 1010111 | 10010 |
Color Harmonies of #58062F
Complementary color
Monochromatic Colors of #58062F
Black with #58062F
Text Example
Text Example
White with #58062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58062F; }
p { color: rgb(88,6,47); }
H1.HeaderClassName
{
color: #58062F;
}
.AnyTagClassName
{
color: #58062F;
}
</style>
background-color css
<style>
a { background-color: #58062F; }
a { background-color: rgb(88,6,47); }
div.DivClassName
{
background-color: #58062F;
}
.BgClassName
{
background-color: #58062F;
}
</style>
border-color css
<style>
span { border-color: #58062F; }
span { border-color: rgb(88,6,47); }
td.TdClassName
{
border-color: #58062F;
}
.TagClassName
{
border-color: #58062F;
}
</style>