Shades of Tyrian Purple #59092A
Tints of Tyrian Purple #59092A
RGB
CMYK
RGB Variations
Color information
#59092A (or 0x59092A) is known color: Tyrian Purple. HEX triplet: 59, 09 and 2A. RGB value is (89,9,42). Sum of RGB (Red+Green+Blue) = 89+9+42=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #59092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59092A is #A6F6D5. Grayscale: #242424. Windows color (decimal): -10942166 or 2754905. OLE color: 2754905.
HSL color Cylindrical-coordinate representation of color #59092A: hue angle of 335.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59092A is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 9 | 42 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.65 |
| HSL | 335.25º | 0.82% | 0.19% | - |
| HSV(B) | 335.25º | 0.9% | 0.35% | - |
| XYZ | 4.64 | 2.49 | 2.43 | - |
| YUV | 36.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 42 | 0 | 0.90 | 0.53 | 0.65 | 335.25 | 0.82 | 0.19 |
| Hex | 59 | 9 | 2A | 0 | 5A | 35 | 41 | 14F | 52 | 13 |
| Octal | 131 | 11 | 52 | 0 | 132 | 65 | 101 | 517 | 122 | 23 |
| Binary | 1011001 | 1001 | 101010 | 0 | 1011010 | 110101 | 1000001 | 101001111 | 1010010 | 10011 |
Color Harmonies of #59092A
Complementary color
Monochromatic Colors of #59092A
Black with #59092A
Text Example
Text Example
White with #59092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59092A; }
p { color: rgb(89,9,42); }
H1.HeaderClassName
{
color: #59092A;
}
.AnyTagClassName
{
color: #59092A;
}
</style>
background-color css
<style>
a { background-color: #59092A; }
a { background-color: rgb(89,9,42); }
div.DivClassName
{
background-color: #59092A;
}
.BgClassName
{
background-color: #59092A;
}
</style>
border-color css
<style>
span { border-color: #59092A; }
span { border-color: rgb(89,9,42); }
td.TdClassName
{
border-color: #59092A;
}
.TagClassName
{
border-color: #59092A;
}
</style>