Shades of Tyrian Purple #58012A
Tints of Tyrian Purple #58012A
RGB
CMYK
RGB Variations
Color information
#58012A (or 0x58012A) is known color: Tyrian Purple. HEX triplet: 58, 01 and 2A. RGB value is (88,1,42). Sum of RGB (Red+Green+Blue) = 88+1+42=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #58012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58012A is #A7FED5. Grayscale: #1F1F1F. Windows color (decimal): -11009750 or 2752856. OLE color: 2752856.
HSL color Cylindrical-coordinate representation of color #58012A: hue angle of 331.72º 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 #58012A is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.65 |
| HSL | 331.72º | 0.98% | 0.17% | - |
| HSV(B) | 331.72º | 0.99% | 0.35% | - |
| XYZ | 4.45 | 2.26 | 2.39 | - |
| YUV | 31.69 | 133.82 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 42 | 0 | 0.99 | 0.52 | 0.65 | 331.72 | 0.98 | 0.17 |
| Hex | 58 | 1 | 2A | 0 | 63 | 34 | 41 | 14C | 62 | 11 |
| Octal | 130 | 1 | 52 | 0 | 143 | 64 | 101 | 514 | 142 | 21 |
| Binary | 1011000 | 1 | 101010 | 0 | 1100011 | 110100 | 1000001 | 101001100 | 1100010 | 10001 |
Color Harmonies of #58012A
Complementary color
Monochromatic Colors of #58012A
Black with #58012A
Text Example
Text Example
White with #58012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58012A; }
p { color: rgb(88,1,42); }
H1.HeaderClassName
{
color: #58012A;
}
.AnyTagClassName
{
color: #58012A;
}
</style>
background-color css
<style>
a { background-color: #58012A; }
a { background-color: rgb(88,1,42); }
div.DivClassName
{
background-color: #58012A;
}
.BgClassName
{
background-color: #58012A;
}
</style>
border-color css
<style>
span { border-color: #58012A; }
span { border-color: rgb(88,1,42); }
td.TdClassName
{
border-color: #58012A;
}
.TagClassName
{
border-color: #58012A;
}
</style>