Shades of Tyrian Purple #580933
Tints of Tyrian Purple #580933
RGB
CMYK
RGB Variations
Color information
#580933 (or 0x580933) is known color: Tyrian Purple. HEX triplet: 58, 09 and 33. RGB value is (88,9,51). Sum of RGB (Red+Green+Blue) = 88+9+51=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #580933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580933 is #A7F6CC. Grayscale: #252525. Windows color (decimal): -11007693 or 3344728. OLE color: 3344728.
HSL color Cylindrical-coordinate representation of color #580933: hue angle of 328.1º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580933 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 9 | 51 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.65 |
| HSL | 328.1º | 0.81% | 0.19% | - |
| HSV(B) | 328.1º | 0.9% | 0.35% | - |
| XYZ | 4.72 | 2.51 | 3.37 | - |
| YUV | 37.41 | 135.67 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 51 | 0 | 0.90 | 0.42 | 0.65 | 328.1 | 0.81 | 0.19 |
| Hex | 58 | 9 | 33 | 0 | 5A | 2A | 41 | 148 | 51 | 13 |
| Octal | 130 | 11 | 63 | 0 | 132 | 52 | 101 | 510 | 121 | 23 |
| Binary | 1011000 | 1001 | 110011 | 0 | 1011010 | 101010 | 1000001 | 101001000 | 1010001 | 10011 |
Color Harmonies of #580933
Complementary color
Monochromatic Colors of #580933
Black with #580933
Text Example
Text Example
White with #580933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580933; }
p { color: rgb(88,9,51); }
H1.HeaderClassName
{
color: #580933;
}
.AnyTagClassName
{
color: #580933;
}
</style>
background-color css
<style>
a { background-color: #580933; }
a { background-color: rgb(88,9,51); }
div.DivClassName
{
background-color: #580933;
}
.BgClassName
{
background-color: #580933;
}
</style>
border-color css
<style>
span { border-color: #580933; }
span { border-color: rgb(88,9,51); }
td.TdClassName
{
border-color: #580933;
}
.TagClassName
{
border-color: #580933;
}
</style>