Shades of Tyrian Purple #58012B
Tints of Tyrian Purple #58012B
RGB
CMYK
RGB Variations
Color information
#58012B (or 0x58012B) is known color: Tyrian Purple. HEX triplet: 58, 01 and 2B. RGB value is (88,1,43). Sum of RGB (Red+Green+Blue) = 88+1+43=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #58012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58012B is #A7FED4. Grayscale: #1F1F1F. Windows color (decimal): -11009749 or 2818392. OLE color: 2818392.
HSL color Cylindrical-coordinate representation of color #58012B: hue angle of 331.03º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58012B is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.65 |
| HSL | 331.03º | 0.98% | 0.17% | - |
| HSV(B) | 331.03º | 0.99% | 0.35% | - |
| XYZ | 4.47 | 2.27 | 2.49 | - |
| YUV | 31.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 43 | 0 | 0.99 | 0.51 | 0.65 | 331.03 | 0.98 | 0.17 |
| Hex | 58 | 1 | 2B | 0 | 63 | 33 | 41 | 14B | 62 | 11 |
| Octal | 130 | 1 | 53 | 0 | 143 | 63 | 101 | 513 | 142 | 21 |
| Binary | 1011000 | 1 | 101011 | 0 | 1100011 | 110011 | 1000001 | 101001011 | 1100010 | 10001 |
Color Harmonies of #58012B
Complementary color
Monochromatic Colors of #58012B
Black with #58012B
Text Example
Text Example
White with #58012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58012B; }
p { color: rgb(88,1,43); }
H1.HeaderClassName
{
color: #58012B;
}
.AnyTagClassName
{
color: #58012B;
}
</style>
background-color css
<style>
a { background-color: #58012B; }
a { background-color: rgb(88,1,43); }
div.DivClassName
{
background-color: #58012B;
}
.BgClassName
{
background-color: #58012B;
}
</style>
border-color css
<style>
span { border-color: #58012B; }
span { border-color: rgb(88,1,43); }
td.TdClassName
{
border-color: #58012B;
}
.TagClassName
{
border-color: #58012B;
}
</style>