Shades of Tyrian Purple #58062C
Tints of Tyrian Purple #58062C
RGB
CMYK
RGB Variations
Color information
#58062C (or 0x58062C) is known color: Tyrian Purple. HEX triplet: 58, 06 and 2C. RGB value is (88,6,44). Sum of RGB (Red+Green+Blue) = 88+6+44=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #58062C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58062C is #A7F9D3. Grayscale: #222222. Windows color (decimal): -11008468 or 2885208. OLE color: 2885208.
HSL color Cylindrical-coordinate representation of color #58062C: hue angle of 332.2º 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 #58062C is Cyan = 0, Magento = 0.93, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 6 | 44 | - |
| CMYK | 0 | 0.93 | 0.5 | 0.65 |
| HSL | 332.2º | 0.87% | 0.18% | - |
| HSV(B) | 332.2º | 0.93% | 0.35% | - |
| XYZ | 4.54 | 2.39 | 2.6 | - |
| YUV | 34.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 6 | 44 | 0 | 0.93 | 0.5 | 0.65 | 332.2 | 0.87 | 0.18 |
| Hex | 58 | 6 | 2C | 0 | 5D | 32 | 41 | 14C | 57 | 12 |
| Octal | 130 | 6 | 54 | 0 | 135 | 62 | 101 | 514 | 127 | 22 |
| Binary | 1011000 | 110 | 101100 | 0 | 1011101 | 110010 | 1000001 | 101001100 | 1010111 | 10010 |
Color Harmonies of #58062C
Complementary color
Monochromatic Colors of #58062C
Black with #58062C
Text Example
Text Example
White with #58062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58062C; }
p { color: rgb(88,6,44); }
H1.HeaderClassName
{
color: #58062C;
}
.AnyTagClassName
{
color: #58062C;
}
</style>
background-color css
<style>
a { background-color: #58062C; }
a { background-color: rgb(88,6,44); }
div.DivClassName
{
background-color: #58062C;
}
.BgClassName
{
background-color: #58062C;
}
</style>
border-color css
<style>
span { border-color: #58062C; }
span { border-color: rgb(88,6,44); }
td.TdClassName
{
border-color: #58062C;
}
.TagClassName
{
border-color: #58062C;
}
</style>