Shades of Tyrian Purple #580D42
Tints of Tyrian Purple #580D42
RGB
CMYK
RGB Variations
Color information
#580D42 (or 0x580D42) is known color: Tyrian Purple. HEX triplet: 58, 0D and 42. RGB value is (88,13,66). Sum of RGB (Red+Green+Blue) = 88+13+66=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #580D42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580D42 is #A7F2BD. Grayscale: #292929. Windows color (decimal): -11006654 or 4328792. OLE color: 4328792.
HSL color Cylindrical-coordinate representation of color #580D42: hue angle of 317.6º 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 #580D42 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 13 | 66 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.65 |
| HSL | 317.6º | 0.74% | 0.2% | - |
| HSV(B) | 317.6º | 0.85% | 0.35% | - |
| XYZ | 5.15 | 2.76 | 5.41 | - |
| YUV | 41.47 | 141.85 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 13 | 66 | 0 | 0.85 | 0.25 | 0.65 | 317.6 | 0.74 | 0.2 |
| Hex | 58 | D | 42 | 0 | 55 | 19 | 41 | 13E | 4A | 14 |
| Octal | 130 | 15 | 102 | 0 | 125 | 31 | 101 | 476 | 112 | 24 |
| Binary | 1011000 | 1101 | 1000010 | 0 | 1010101 | 11001 | 1000001 | 100111110 | 1001010 | 10100 |
Color Harmonies of #580D42
Complementary color
Monochromatic Colors of #580D42
Black with #580D42
Text Example
Text Example
White with #580D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580D42; }
p { color: rgb(88,13,66); }
H1.HeaderClassName
{
color: #580D42;
}
.AnyTagClassName
{
color: #580D42;
}
</style>
background-color css
<style>
a { background-color: #580D42; }
a { background-color: rgb(88,13,66); }
div.DivClassName
{
background-color: #580D42;
}
.BgClassName
{
background-color: #580D42;
}
</style>
border-color css
<style>
span { border-color: #580D42; }
span { border-color: rgb(88,13,66); }
td.TdClassName
{
border-color: #580D42;
}
.TagClassName
{
border-color: #580D42;
}
</style>