Shades of Tyrian Purple #58044B
Tints of Tyrian Purple #58044B
RGB
CMYK
RGB Variations
Color information
#58044B (or 0x58044B) is known color: Tyrian Purple. HEX triplet: 58, 04 and 4B. RGB value is (88,4,75). Sum of RGB (Red+Green+Blue) = 88+4+75=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58044B is #A7FBB4. Grayscale: #252525. Windows color (decimal): -11008949 or 4916312. OLE color: 4916312.
HSL color Cylindrical-coordinate representation of color #58044B: hue angle of 309.29º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58044B is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 4 | 75 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.65 |
| HSL | 309.29º | 0.91% | 0.18% | - |
| HSV(B) | 309.29º | 0.95% | 0.35% | - |
| XYZ | 5.34 | 2.67 | 6.89 | - |
| YUV | 37.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 75 | 0 | 0.95 | 0.15 | 0.65 | 309.29 | 0.91 | 0.18 |
| Hex | 58 | 4 | 4B | 0 | 5F | F | 41 | 135 | 5B | 12 |
| Octal | 130 | 4 | 113 | 0 | 137 | 17 | 101 | 465 | 133 | 22 |
| Binary | 1011000 | 100 | 1001011 | 0 | 1011111 | 1111 | 1000001 | 100110101 | 1011011 | 10010 |
Color Harmonies of #58044B
Complementary color
Monochromatic Colors of #58044B
Black with #58044B
Text Example
Text Example
White with #58044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58044B; }
p { color: rgb(88,4,75); }
H1.HeaderClassName
{
color: #58044B;
}
.AnyTagClassName
{
color: #58044B;
}
</style>
background-color css
<style>
a { background-color: #58044B; }
a { background-color: rgb(88,4,75); }
div.DivClassName
{
background-color: #58044B;
}
.BgClassName
{
background-color: #58044B;
}
</style>
border-color css
<style>
span { border-color: #58044B; }
span { border-color: rgb(88,4,75); }
td.TdClassName
{
border-color: #58044B;
}
.TagClassName
{
border-color: #58044B;
}
</style>