Shades of Tyrian Purple #581345
Tints of Tyrian Purple #581345
RGB
CMYK
RGB Variations
Color information
#581345 (or 0x581345) is known color: Tyrian Purple. HEX triplet: 58, 13 and 45. RGB value is (88,19,69). Sum of RGB (Red+Green+Blue) = 88+19+69=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #581345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581345 is #A7ECBA. Grayscale: #2D2D2D. Windows color (decimal): -11005115 or 4526936. OLE color: 4526936.
HSL color Cylindrical-coordinate representation of color #581345: hue angle of 316.52º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581345 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 69 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.65 |
| HSL | 316.52º | 0.64% | 0.21% | - |
| HSV(B) | 316.52º | 0.78% | 0.35% | - |
| XYZ | 5.33 | 2.97 | 5.92 | - |
| YUV | 45.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 69 | 0 | 0.78 | 0.22 | 0.65 | 316.52 | 0.64 | 0.21 |
| Hex | 58 | 13 | 45 | 0 | 4E | 16 | 41 | 13D | 40 | 15 |
| Octal | 130 | 23 | 105 | 0 | 116 | 26 | 101 | 475 | 100 | 25 |
| Binary | 1011000 | 10011 | 1000101 | 0 | 1001110 | 10110 | 1000001 | 100111101 | 1000000 | 10101 |
Color Harmonies of #581345
Complementary color
Monochromatic Colors of #581345
Black with #581345
Text Example
Text Example
White with #581345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581345; }
p { color: rgb(88,19,69); }
H1.HeaderClassName
{
color: #581345;
}
.AnyTagClassName
{
color: #581345;
}
</style>
background-color css
<style>
a { background-color: #581345; }
a { background-color: rgb(88,19,69); }
div.DivClassName
{
background-color: #581345;
}
.BgClassName
{
background-color: #581345;
}
</style>
border-color css
<style>
span { border-color: #581345; }
span { border-color: rgb(88,19,69); }
td.TdClassName
{
border-color: #581345;
}
.TagClassName
{
border-color: #581345;
}
</style>