Shades of Tyrian Purple #580B3F
Tints of Tyrian Purple #580B3F
RGB
CMYK
RGB Variations
Color information
#580B3F (or 0x580B3F) is known color: Tyrian Purple. HEX triplet: 58, 0B and 3F. RGB value is (88,11,63). Sum of RGB (Red+Green+Blue) = 88+11+63=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #580B3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B3F is #A7F4C0. Grayscale: #272727. Windows color (decimal): -11007169 or 4131672. OLE color: 4131672.
HSL color Cylindrical-coordinate representation of color #580B3F: hue angle of 319.48º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580B3F is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 11 | 63 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.65 |
| HSL | 319.48º | 0.78% | 0.19% | - |
| HSV(B) | 319.48º | 0.88% | 0.35% | - |
| XYZ | 5.04 | 2.67 | 4.95 | - |
| YUV | 39.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 63 | 0 | 0.88 | 0.28 | 0.65 | 319.48 | 0.78 | 0.19 |
| Hex | 58 | B | 3F | 0 | 58 | 1C | 41 | 13F | 4E | 13 |
| Octal | 130 | 13 | 77 | 0 | 130 | 34 | 101 | 477 | 116 | 23 |
| Binary | 1011000 | 1011 | 111111 | 0 | 1011000 | 11100 | 1000001 | 100111111 | 1001110 | 10011 |
Color Harmonies of #580B3F
Complementary color
Monochromatic Colors of #580B3F
Black with #580B3F
Text Example
Text Example
White with #580B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580B3F; }
p { color: rgb(88,11,63); }
H1.HeaderClassName
{
color: #580B3F;
}
.AnyTagClassName
{
color: #580B3F;
}
</style>
background-color css
<style>
a { background-color: #580B3F; }
a { background-color: rgb(88,11,63); }
div.DivClassName
{
background-color: #580B3F;
}
.BgClassName
{
background-color: #580B3F;
}
</style>
border-color css
<style>
span { border-color: #580B3F; }
span { border-color: rgb(88,11,63); }
td.TdClassName
{
border-color: #580B3F;
}
.TagClassName
{
border-color: #580B3F;
}
</style>