Shades of Tyrian Purple #580851
Tints of Tyrian Purple #580851
RGB
CMYK
RGB Variations
Color information
#580851 (or 0x580851) is known color: Tyrian Purple. HEX triplet: 58, 08 and 51. RGB value is (88,8,81). Sum of RGB (Red+Green+Blue) = 88+8+81=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #580851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580851 is #A7F7AE. Grayscale: #282828. Windows color (decimal): -11007919 or 5310552. OLE color: 5310552.
HSL color Cylindrical-coordinate representation of color #580851: hue angle of 305.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580851 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 8 | 81 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.65 |
| HSL | 305.25º | 0.83% | 0.19% | - |
| HSV(B) | 305.25º | 0.91% | 0.35% | - |
| XYZ | 5.6 | 2.84 | 8.04 | - |
| YUV | 40.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 8 | 81 | 0 | 0.91 | 0.08 | 0.65 | 305.25 | 0.83 | 0.19 |
| Hex | 58 | 8 | 51 | 0 | 5B | 8 | 41 | 131 | 53 | 13 |
| Octal | 130 | 10 | 121 | 0 | 133 | 10 | 101 | 461 | 123 | 23 |
| Binary | 1011000 | 1000 | 1010001 | 0 | 1011011 | 1000 | 1000001 | 100110001 | 1010011 | 10011 |
Color Harmonies of #580851
Complementary color
Monochromatic Colors of #580851
Black with #580851
Text Example
Text Example
White with #580851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580851; }
p { color: rgb(88,8,81); }
H1.HeaderClassName
{
color: #580851;
}
.AnyTagClassName
{
color: #580851;
}
</style>
background-color css
<style>
a { background-color: #580851; }
a { background-color: rgb(88,8,81); }
div.DivClassName
{
background-color: #580851;
}
.BgClassName
{
background-color: #580851;
}
</style>
border-color css
<style>
span { border-color: #580851; }
span { border-color: rgb(88,8,81); }
td.TdClassName
{
border-color: #580851;
}
.TagClassName
{
border-color: #580851;
}
</style>