Shades of Tyrian Purple #590C30
Tints of Tyrian Purple #590C30
RGB
CMYK
RGB Variations
Color information
#590C30 (or 0x590C30) is known color: Tyrian Purple. HEX triplet: 59, 0C and 30. RGB value is (89,12,48). Sum of RGB (Red+Green+Blue) = 89+12+48=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #590C30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590C30 is #A6F3CF. Grayscale: #272727. Windows color (decimal): -10941392 or 3148889. OLE color: 3148889.
HSL color Cylindrical-coordinate representation of color #590C30: hue angle of 331.95º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #590C30 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 12 | 48 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.65 |
| HSL | 331.95º | 0.76% | 0.2% | - |
| HSV(B) | 331.95º | 0.87% | 0.35% | - |
| XYZ | 4.78 | 2.6 | 3.05 | - |
| YUV | 39.13 | 133.01 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 48 | 0 | 0.87 | 0.46 | 0.65 | 331.95 | 0.76 | 0.2 |
| Hex | 59 | C | 30 | 0 | 57 | 2E | 41 | 14C | 4C | 14 |
| Octal | 131 | 14 | 60 | 0 | 127 | 56 | 101 | 514 | 114 | 24 |
| Binary | 1011001 | 1100 | 110000 | 0 | 1010111 | 101110 | 1000001 | 101001100 | 1001100 | 10100 |
Color Harmonies of #590C30
Complementary color
Monochromatic Colors of #590C30
Black with #590C30
Text Example
Text Example
White with #590C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590C30; }
p { color: rgb(89,12,48); }
H1.HeaderClassName
{
color: #590C30;
}
.AnyTagClassName
{
color: #590C30;
}
</style>
background-color css
<style>
a { background-color: #590C30; }
a { background-color: rgb(89,12,48); }
div.DivClassName
{
background-color: #590C30;
}
.BgClassName
{
background-color: #590C30;
}
</style>
border-color css
<style>
span { border-color: #590C30; }
span { border-color: rgb(89,12,48); }
td.TdClassName
{
border-color: #590C30;
}
.TagClassName
{
border-color: #590C30;
}
</style>