Shades of Tyrian Purple #58123B
Tints of Tyrian Purple #58123B
RGB
CMYK
RGB Variations
Color information
#58123B (or 0x58123B) is known color: Tyrian Purple. HEX triplet: 58, 12 and 3B. RGB value is (88,18,59). Sum of RGB (Red+Green+Blue) = 88+18+59=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #58123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58123B is #A7EDC4. Grayscale: #2B2B2B. Windows color (decimal): -11005381 or 3871320. OLE color: 3871320.
HSL color Cylindrical-coordinate representation of color #58123B: hue angle of 324.86º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58123B is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 18 | 59 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.65 |
| HSL | 324.86º | 0.66% | 0.21% | - |
| HSV(B) | 324.86º | 0.8% | 0.35% | - |
| XYZ | 5.03 | 2.82 | 4.42 | - |
| YUV | 43.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 59 | 0 | 0.80 | 0.33 | 0.65 | 324.86 | 0.66 | 0.21 |
| Hex | 58 | 12 | 3B | 0 | 50 | 21 | 41 | 145 | 42 | 15 |
| Octal | 130 | 22 | 73 | 0 | 120 | 41 | 101 | 505 | 102 | 25 |
| Binary | 1011000 | 10010 | 111011 | 0 | 1010000 | 100001 | 1000001 | 101000101 | 1000010 | 10101 |
Color Harmonies of #58123B
Complementary color
Monochromatic Colors of #58123B
Black with #58123B
Text Example
Text Example
White with #58123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58123B; }
p { color: rgb(88,18,59); }
H1.HeaderClassName
{
color: #58123B;
}
.AnyTagClassName
{
color: #58123B;
}
</style>
background-color css
<style>
a { background-color: #58123B; }
a { background-color: rgb(88,18,59); }
div.DivClassName
{
background-color: #58123B;
}
.BgClassName
{
background-color: #58123B;
}
</style>
border-color css
<style>
span { border-color: #58123B; }
span { border-color: rgb(88,18,59); }
td.TdClassName
{
border-color: #58123B;
}
.TagClassName
{
border-color: #58123B;
}
</style>