Shades of Tyrian Purple #580C43
Tints of Tyrian Purple #580C43
RGB
CMYK
RGB Variations
Color information
#580C43 (or 0x580C43) is known color: Tyrian Purple. HEX triplet: 58, 0C and 43. RGB value is (88,12,67). Sum of RGB (Red+Green+Blue) = 88+12+67=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #580C43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580C43 is #A7F3BC. Grayscale: #282828. Windows color (decimal): -11006909 or 4394072. OLE color: 4394072.
HSL color Cylindrical-coordinate representation of color #580C43: hue angle of 316.58º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #580C43 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 12 | 67 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.65 |
| HSL | 316.58º | 0.76% | 0.2% | - |
| HSV(B) | 316.58º | 0.86% | 0.35% | - |
| XYZ | 5.17 | 2.74 | 5.57 | - |
| YUV | 40.99 | 142.68 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 67 | 0 | 0.86 | 0.24 | 0.65 | 316.58 | 0.76 | 0.2 |
| Hex | 58 | C | 43 | 0 | 56 | 18 | 41 | 13D | 4C | 14 |
| Octal | 130 | 14 | 103 | 0 | 126 | 30 | 101 | 475 | 114 | 24 |
| Binary | 1011000 | 1100 | 1000011 | 0 | 1010110 | 11000 | 1000001 | 100111101 | 1001100 | 10100 |
Color Harmonies of #580C43
Complementary color
Monochromatic Colors of #580C43
Black with #580C43
Text Example
Text Example
White with #580C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C43; }
p { color: rgb(88,12,67); }
H1.HeaderClassName
{
color: #580C43;
}
.AnyTagClassName
{
color: #580C43;
}
</style>
background-color css
<style>
a { background-color: #580C43; }
a { background-color: rgb(88,12,67); }
div.DivClassName
{
background-color: #580C43;
}
.BgClassName
{
background-color: #580C43;
}
</style>
border-color css
<style>
span { border-color: #580C43; }
span { border-color: rgb(88,12,67); }
td.TdClassName
{
border-color: #580C43;
}
.TagClassName
{
border-color: #580C43;
}
</style>