Shades of Tyrian Purple #580F43
Tints of Tyrian Purple #580F43
RGB
CMYK
RGB Variations
Color information
#580F43 (or 0x580F43) is known color: Tyrian Purple. HEX triplet: 58, 0F and 43. RGB value is (88,15,67). Sum of RGB (Red+Green+Blue) = 88+15+67=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #580F43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F43 is #A7F0BC. Grayscale: #2A2A2A. Windows color (decimal): -11006141 or 4394840. OLE color: 4394840.
HSL color Cylindrical-coordinate representation of color #580F43: hue angle of 317.26º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #580F43 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 15 | 67 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.65 |
| HSL | 317.26º | 0.71% | 0.2% | - |
| HSV(B) | 317.26º | 0.83% | 0.35% | - |
| XYZ | 5.21 | 2.82 | 5.58 | - |
| YUV | 42.76 | 141.68 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 67 | 0 | 0.83 | 0.24 | 0.65 | 317.26 | 0.71 | 0.2 |
| Hex | 58 | F | 43 | 0 | 53 | 18 | 41 | 13D | 47 | 14 |
| Octal | 130 | 17 | 103 | 0 | 123 | 30 | 101 | 475 | 107 | 24 |
| Binary | 1011000 | 1111 | 1000011 | 0 | 1010011 | 11000 | 1000001 | 100111101 | 1000111 | 10100 |
Color Harmonies of #580F43
Complementary color
Monochromatic Colors of #580F43
Black with #580F43
Text Example
Text Example
White with #580F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580F43; }
p { color: rgb(88,15,67); }
H1.HeaderClassName
{
color: #580F43;
}
.AnyTagClassName
{
color: #580F43;
}
</style>
background-color css
<style>
a { background-color: #580F43; }
a { background-color: rgb(88,15,67); }
div.DivClassName
{
background-color: #580F43;
}
.BgClassName
{
background-color: #580F43;
}
</style>
border-color css
<style>
span { border-color: #580F43; }
span { border-color: rgb(88,15,67); }
td.TdClassName
{
border-color: #580F43;
}
.TagClassName
{
border-color: #580F43;
}
</style>