Shades of Tyrian Purple #58123D
Tints of Tyrian Purple #58123D
RGB
CMYK
RGB Variations
Color information
#58123D (or 0x58123D) is known color: Tyrian Purple. HEX triplet: 58, 12 and 3D. RGB value is (88,18,61). Sum of RGB (Red+Green+Blue) = 88+18+61=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58123D is #A7EDC2. Grayscale: #2B2B2B. Windows color (decimal): -11005379 or 4002392. OLE color: 4002392.
HSL color Cylindrical-coordinate representation of color #58123D: hue angle of 323.14º 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 #58123D is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 18 | 61 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.65 |
| HSL | 323.14º | 0.66% | 0.21% | - |
| HSV(B) | 323.14º | 0.8% | 0.35% | - |
| XYZ | 5.08 | 2.84 | 4.7 | - |
| YUV | 43.83 | 137.69 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 61 | 0 | 0.80 | 0.31 | 0.65 | 323.14 | 0.66 | 0.21 |
| Hex | 58 | 12 | 3D | 0 | 50 | 1F | 41 | 143 | 42 | 15 |
| Octal | 130 | 22 | 75 | 0 | 120 | 37 | 101 | 503 | 102 | 25 |
| Binary | 1011000 | 10010 | 111101 | 0 | 1010000 | 11111 | 1000001 | 101000011 | 1000010 | 10101 |
Color Harmonies of #58123D
Complementary color
Monochromatic Colors of #58123D
Black with #58123D
Text Example
Text Example
White with #58123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58123D; }
p { color: rgb(88,18,61); }
H1.HeaderClassName
{
color: #58123D;
}
.AnyTagClassName
{
color: #58123D;
}
</style>
background-color css
<style>
a { background-color: #58123D; }
a { background-color: rgb(88,18,61); }
div.DivClassName
{
background-color: #58123D;
}
.BgClassName
{
background-color: #58123D;
}
</style>
border-color css
<style>
span { border-color: #58123D; }
span { border-color: rgb(88,18,61); }
td.TdClassName
{
border-color: #58123D;
}
.TagClassName
{
border-color: #58123D;
}
</style>