Shades of Tyrian Purple #58063F
Tints of Tyrian Purple #58063F
RGB
CMYK
RGB Variations
Color information
#58063F (or 0x58063F) is known color: Tyrian Purple. HEX triplet: 58, 06 and 3F. RGB value is (88,6,63). Sum of RGB (Red+Green+Blue) = 88+6+63=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #58063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58063F is #A7F9C0. Grayscale: #242424. Windows color (decimal): -11008449 or 4130392. OLE color: 4130392.
HSL color Cylindrical-coordinate representation of color #58063F: hue angle of 318.29º 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 #58063F is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 6 | 63 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.65 |
| HSL | 318.29º | 0.87% | 0.18% | - |
| HSV(B) | 318.29º | 0.93% | 0.35% | - |
| XYZ | 4.99 | 2.56 | 4.93 | - |
| YUV | 37.02 | 142.67 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 6 | 63 | 0 | 0.93 | 0.28 | 0.65 | 318.29 | 0.87 | 0.18 |
| Hex | 58 | 6 | 3F | 0 | 5D | 1C | 41 | 13E | 57 | 12 |
| Octal | 130 | 6 | 77 | 0 | 135 | 34 | 101 | 476 | 127 | 22 |
| Binary | 1011000 | 110 | 111111 | 0 | 1011101 | 11100 | 1000001 | 100111110 | 1010111 | 10010 |
Color Harmonies of #58063F
Complementary color
Monochromatic Colors of #58063F
Black with #58063F
Text Example
Text Example
White with #58063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58063F; }
p { color: rgb(88,6,63); }
H1.HeaderClassName
{
color: #58063F;
}
.AnyTagClassName
{
color: #58063F;
}
</style>
background-color css
<style>
a { background-color: #58063F; }
a { background-color: rgb(88,6,63); }
div.DivClassName
{
background-color: #58063F;
}
.BgClassName
{
background-color: #58063F;
}
</style>
border-color css
<style>
span { border-color: #58063F; }
span { border-color: rgb(88,6,63); }
td.TdClassName
{
border-color: #58063F;
}
.TagClassName
{
border-color: #58063F;
}
</style>