Shades of Tyrian Purple #580042
Tints of Tyrian Purple #580042
RGB
CMYK
RGB Variations
Color information
#580042 (or 0x580042) is known color: Tyrian Purple. HEX triplet: 58, 00 and 42. RGB value is (88,0,66). Sum of RGB (Red+Green+Blue) = 88+0+66=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #580042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580042 is #A7FFBD. Grayscale: #212121. Windows color (decimal): -11009982 or 4325464. OLE color: 4325464.
HSL color Cylindrical-coordinate representation of color #580042: hue angle of 315º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580042 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 0 | 66 | - |
| CMYK | 0 | 1 | 0.25 | 0.65 |
| HSL | 315º | 1% | 0.17% | - |
| HSV(B) | 315º | 1% | 0.35% | - |
| XYZ | 5.01 | 2.47 | 5.37 | - |
| YUV | 33.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 66 | 0 | 1 | 0.25 | 0.65 | 315 | 1 | 0.17 |
| Hex | 58 | 0 | 42 | 0 | 64 | 19 | 41 | 13B | 64 | 11 |
| Octal | 130 | 0 | 102 | 0 | 144 | 31 | 101 | 473 | 144 | 21 |
| Binary | 1011000 | 0 | 1000010 | 0 | 1100100 | 11001 | 1000001 | 100111011 | 1100100 | 10001 |
Color Harmonies of #580042
Complementary color
Monochromatic Colors of #580042
Black with #580042
Text Example
Text Example
White with #580042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580042; }
p { color: rgb(88,0,66); }
H1.HeaderClassName
{
color: #580042;
}
.AnyTagClassName
{
color: #580042;
}
</style>
background-color css
<style>
a { background-color: #580042; }
a { background-color: rgb(88,0,66); }
div.DivClassName
{
background-color: #580042;
}
.BgClassName
{
background-color: #580042;
}
</style>
border-color css
<style>
span { border-color: #580042; }
span { border-color: rgb(88,0,66); }
td.TdClassName
{
border-color: #580042;
}
.TagClassName
{
border-color: #580042;
}
</style>