Shades of Tyrian Purple #58024F
Tints of Tyrian Purple #58024F
RGB
CMYK
RGB Variations
Color information
#58024F (or 0x58024F) is known color: Tyrian Purple. HEX triplet: 58, 02 and 4F. RGB value is (88,2,79). Sum of RGB (Red+Green+Blue) = 88+2+79=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #58024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58024F is #A7FDB0. Grayscale: #242424. Windows color (decimal): -11009457 or 5177944. OLE color: 5177944.
HSL color Cylindrical-coordinate representation of color #58024F: hue angle of 306.28º 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 #58024F is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 2 | 79 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.65 |
| HSL | 306.28º | 0.96% | 0.18% | - |
| HSV(B) | 306.28º | 0.98% | 0.35% | - |
| XYZ | 5.46 | 2.68 | 7.63 | - |
| YUV | 36.49 | 151.99 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 79 | 0 | 0.98 | 0.10 | 0.65 | 306.28 | 0.96 | 0.18 |
| Hex | 58 | 2 | 4F | 0 | 62 | A | 41 | 132 | 60 | 12 |
| Octal | 130 | 2 | 117 | 0 | 142 | 12 | 101 | 462 | 140 | 22 |
| Binary | 1011000 | 10 | 1001111 | 0 | 1100010 | 1010 | 1000001 | 100110010 | 1100000 | 10010 |
Color Harmonies of #58024F
Complementary color
Monochromatic Colors of #58024F
Black with #58024F
Text Example
Text Example
White with #58024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58024F; }
p { color: rgb(88,2,79); }
H1.HeaderClassName
{
color: #58024F;
}
.AnyTagClassName
{
color: #58024F;
}
</style>
background-color css
<style>
a { background-color: #58024F; }
a { background-color: rgb(88,2,79); }
div.DivClassName
{
background-color: #58024F;
}
.BgClassName
{
background-color: #58024F;
}
</style>
border-color css
<style>
span { border-color: #58024F; }
span { border-color: rgb(88,2,79); }
td.TdClassName
{
border-color: #58024F;
}
.TagClassName
{
border-color: #58024F;
}
</style>