Shades of Tyrian Purple #58023A
Tints of Tyrian Purple #58023A
RGB
CMYK
RGB Variations
Color information
#58023A (or 0x58023A) is known color: Tyrian Purple. HEX triplet: 58, 02 and 3A. RGB value is (88,2,58). Sum of RGB (Red+Green+Blue) = 88+2+58=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #58023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58023A is #A7FDC5. Grayscale: #212121. Windows color (decimal): -11009478 or 3801688. OLE color: 3801688.
HSL color Cylindrical-coordinate representation of color #58023A: hue angle of 320.93º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58023A is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 2 | 58 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.65 |
| HSL | 320.93º | 0.96% | 0.18% | - |
| HSV(B) | 320.93º | 0.98% | 0.35% | - |
| XYZ | 4.81 | 2.42 | 4.22 | - |
| YUV | 34.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 58 | 0 | 0.98 | 0.34 | 0.65 | 320.93 | 0.96 | 0.18 |
| Hex | 58 | 2 | 3A | 0 | 62 | 22 | 41 | 141 | 60 | 12 |
| Octal | 130 | 2 | 72 | 0 | 142 | 42 | 101 | 501 | 140 | 22 |
| Binary | 1011000 | 10 | 111010 | 0 | 1100010 | 100010 | 1000001 | 101000001 | 1100000 | 10010 |
Color Harmonies of #58023A
Complementary color
Monochromatic Colors of #58023A
Black with #58023A
Text Example
Text Example
White with #58023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58023A; }
p { color: rgb(88,2,58); }
H1.HeaderClassName
{
color: #58023A;
}
.AnyTagClassName
{
color: #58023A;
}
</style>
background-color css
<style>
a { background-color: #58023A; }
a { background-color: rgb(88,2,58); }
div.DivClassName
{
background-color: #58023A;
}
.BgClassName
{
background-color: #58023A;
}
</style>
border-color css
<style>
span { border-color: #58023A; }
span { border-color: rgb(88,2,58); }
td.TdClassName
{
border-color: #58023A;
}
.TagClassName
{
border-color: #58023A;
}
</style>