Shades of Tyrian Purple #580B36
Tints of Tyrian Purple #580B36
RGB
CMYK
RGB Variations
Color information
#580B36 (or 0x580B36) is known color: Tyrian Purple. HEX triplet: 58, 0B and 36. RGB value is (88,11,54). Sum of RGB (Red+Green+Blue) = 88+11+54=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #580B36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B36 is #A7F4C9. Grayscale: #262626. Windows color (decimal): -11007178 or 3541848. OLE color: 3541848.
HSL color Cylindrical-coordinate representation of color #580B36: hue angle of 326.49º 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 #580B36 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 11 | 54 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.65 |
| HSL | 326.49º | 0.78% | 0.19% | - |
| HSV(B) | 326.49º | 0.88% | 0.35% | - |
| XYZ | 4.81 | 2.58 | 3.73 | - |
| YUV | 38.93 | 136.51 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 54 | 0 | 0.88 | 0.39 | 0.65 | 326.49 | 0.78 | 0.19 |
| Hex | 58 | B | 36 | 0 | 58 | 27 | 41 | 146 | 4E | 13 |
| Octal | 130 | 13 | 66 | 0 | 130 | 47 | 101 | 506 | 116 | 23 |
| Binary | 1011000 | 1011 | 110110 | 0 | 1011000 | 100111 | 1000001 | 101000110 | 1001110 | 10011 |
Color Harmonies of #580B36
Complementary color
Monochromatic Colors of #580B36
Black with #580B36
Text Example
Text Example
White with #580B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580B36; }
p { color: rgb(88,11,54); }
H1.HeaderClassName
{
color: #580B36;
}
.AnyTagClassName
{
color: #580B36;
}
</style>
background-color css
<style>
a { background-color: #580B36; }
a { background-color: rgb(88,11,54); }
div.DivClassName
{
background-color: #580B36;
}
.BgClassName
{
background-color: #580B36;
}
</style>
border-color css
<style>
span { border-color: #580B36; }
span { border-color: rgb(88,11,54); }
td.TdClassName
{
border-color: #580B36;
}
.TagClassName
{
border-color: #580B36;
}
</style>