Shades of Tyrian Purple #581033
Tints of Tyrian Purple #581033
RGB
CMYK
RGB Variations
Color information
#581033 (or 0x581033) is known color: Tyrian Purple. HEX triplet: 58, 10 and 33. RGB value is (88,16,51). Sum of RGB (Red+Green+Blue) = 88+16+51=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #581033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581033 is #A7EFCC. Grayscale: #292929. Windows color (decimal): -11005901 or 3346520. OLE color: 3346520.
HSL color Cylindrical-coordinate representation of color #581033: hue angle of 330.83º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581033 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 16 | 51 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.65 |
| HSL | 330.83º | 0.69% | 0.2% | - |
| HSV(B) | 330.83º | 0.82% | 0.35% | - |
| XYZ | 4.81 | 2.68 | 3.4 | - |
| YUV | 41.52 | 133.35 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 51 | 0 | 0.82 | 0.42 | 0.65 | 330.83 | 0.69 | 0.2 |
| Hex | 58 | 10 | 33 | 0 | 52 | 2A | 41 | 14B | 45 | 14 |
| Octal | 130 | 20 | 63 | 0 | 122 | 52 | 101 | 513 | 105 | 24 |
| Binary | 1011000 | 10000 | 110011 | 0 | 1010010 | 101010 | 1000001 | 101001011 | 1000101 | 10100 |
Color Harmonies of #581033
Complementary color
Monochromatic Colors of #581033
Black with #581033
Text Example
Text Example
White with #581033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581033; }
p { color: rgb(88,16,51); }
H1.HeaderClassName
{
color: #581033;
}
.AnyTagClassName
{
color: #581033;
}
</style>
background-color css
<style>
a { background-color: #581033; }
a { background-color: rgb(88,16,51); }
div.DivClassName
{
background-color: #581033;
}
.BgClassName
{
background-color: #581033;
}
</style>
border-color css
<style>
span { border-color: #581033; }
span { border-color: rgb(88,16,51); }
td.TdClassName
{
border-color: #581033;
}
.TagClassName
{
border-color: #581033;
}
</style>