Shades of Tyrian Purple #580239
Tints of Tyrian Purple #580239
RGB
CMYK
RGB Variations
Color information
#580239 (or 0x580239) is known color: Tyrian Purple. HEX triplet: 58, 02 and 39. RGB value is (88,2,57). Sum of RGB (Red+Green+Blue) = 88+2+57=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #580239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580239 is #A7FDC6. Grayscale: #212121. Windows color (decimal): -11009479 or 3736152. OLE color: 3736152.
HSL color Cylindrical-coordinate representation of color #580239: hue angle of 321.63º 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 #580239 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 2 | 57 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.65 |
| HSL | 321.63º | 0.96% | 0.18% | - |
| HSV(B) | 321.63º | 0.98% | 0.35% | - |
| XYZ | 4.78 | 2.41 | 4.08 | - |
| YUV | 33.98 | 140.99 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 57 | 0 | 0.98 | 0.35 | 0.65 | 321.63 | 0.96 | 0.18 |
| Hex | 58 | 2 | 39 | 0 | 62 | 23 | 41 | 142 | 60 | 12 |
| Octal | 130 | 2 | 71 | 0 | 142 | 43 | 101 | 502 | 140 | 22 |
| Binary | 1011000 | 10 | 111001 | 0 | 1100010 | 100011 | 1000001 | 101000010 | 1100000 | 10010 |
Color Harmonies of #580239
Complementary color
Monochromatic Colors of #580239
Black with #580239
Text Example
Text Example
White with #580239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580239; }
p { color: rgb(88,2,57); }
H1.HeaderClassName
{
color: #580239;
}
.AnyTagClassName
{
color: #580239;
}
</style>
background-color css
<style>
a { background-color: #580239; }
a { background-color: rgb(88,2,57); }
div.DivClassName
{
background-color: #580239;
}
.BgClassName
{
background-color: #580239;
}
</style>
border-color css
<style>
span { border-color: #580239; }
span { border-color: rgb(88,2,57); }
td.TdClassName
{
border-color: #580239;
}
.TagClassName
{
border-color: #580239;
}
</style>