Shades of Tyrian Purple #59022F
Tints of Tyrian Purple #59022F
RGB
CMYK
RGB Variations
Color information
#59022F (or 0x59022F) is known color: Tyrian Purple. HEX triplet: 59, 02 and 2F. RGB value is (89,2,47). Sum of RGB (Red+Green+Blue) = 89+2+47=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #59022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59022F is #A6FDD0. Grayscale: #212121. Windows color (decimal): -10943953 or 3080793. OLE color: 3080793.
HSL color Cylindrical-coordinate representation of color #59022F: hue angle of 328.97º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #59022F is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 2 | 47 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.65 |
| HSL | 328.97º | 0.96% | 0.18% | - |
| HSV(B) | 328.97º | 0.98% | 0.35% | - |
| XYZ | 4.65 | 2.37 | 2.9 | - |
| YUV | 33.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 47 | 0 | 0.98 | 0.47 | 0.65 | 328.97 | 0.96 | 0.18 |
| Hex | 59 | 2 | 2F | 0 | 62 | 2F | 41 | 149 | 60 | 12 |
| Octal | 131 | 2 | 57 | 0 | 142 | 57 | 101 | 511 | 140 | 22 |
| Binary | 1011001 | 10 | 101111 | 0 | 1100010 | 101111 | 1000001 | 101001001 | 1100000 | 10010 |
Color Harmonies of #59022F
Complementary color
Monochromatic Colors of #59022F
Black with #59022F
Text Example
Text Example
White with #59022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59022F; }
p { color: rgb(89,2,47); }
H1.HeaderClassName
{
color: #59022F;
}
.AnyTagClassName
{
color: #59022F;
}
</style>
background-color css
<style>
a { background-color: #59022F; }
a { background-color: rgb(89,2,47); }
div.DivClassName
{
background-color: #59022F;
}
.BgClassName
{
background-color: #59022F;
}
</style>
border-color css
<style>
span { border-color: #59022F; }
span { border-color: rgb(89,2,47); }
td.TdClassName
{
border-color: #59022F;
}
.TagClassName
{
border-color: #59022F;
}
</style>