Shades of Tyrian Purple #580D4B
Tints of Tyrian Purple #580D4B
RGB
CMYK
RGB Variations
Color information
#580D4B (or 0x580D4B) is known color: Tyrian Purple. HEX triplet: 58, 0D and 4B. RGB value is (88,13,75). Sum of RGB (Red+Green+Blue) = 88+13+75=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #580D4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580D4B is #A7F2B4. Grayscale: #2A2A2A. Windows color (decimal): -11006645 or 4918616. OLE color: 4918616.
HSL color Cylindrical-coordinate representation of color #580D4B: hue angle of 310.4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #580D4B is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 13 | 75 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.65 |
| HSL | 310.4º | 0.74% | 0.2% | - |
| HSV(B) | 310.4º | 0.85% | 0.35% | - |
| XYZ | 5.44 | 2.87 | 6.92 | - |
| YUV | 42.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 13 | 75 | 0 | 0.85 | 0.15 | 0.65 | 310.4 | 0.74 | 0.2 |
| Hex | 58 | D | 4B | 0 | 55 | F | 41 | 136 | 4A | 14 |
| Octal | 130 | 15 | 113 | 0 | 125 | 17 | 101 | 466 | 112 | 24 |
| Binary | 1011000 | 1101 | 1001011 | 0 | 1010101 | 1111 | 1000001 | 100110110 | 1001010 | 10100 |
Color Harmonies of #580D4B
Complementary color
Monochromatic Colors of #580D4B
Black with #580D4B
Text Example
Text Example
White with #580D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580D4B; }
p { color: rgb(88,13,75); }
H1.HeaderClassName
{
color: #580D4B;
}
.AnyTagClassName
{
color: #580D4B;
}
</style>
background-color css
<style>
a { background-color: #580D4B; }
a { background-color: rgb(88,13,75); }
div.DivClassName
{
background-color: #580D4B;
}
.BgClassName
{
background-color: #580D4B;
}
</style>
border-color css
<style>
span { border-color: #580D4B; }
span { border-color: rgb(88,13,75); }
td.TdClassName
{
border-color: #580D4B;
}
.TagClassName
{
border-color: #580D4B;
}
</style>