Shades of Tyrian Purple #830949
Tints of Tyrian Purple #830949
RGB
CMYK
RGB Variations
Color information
#830949 (or 0x830949) is known color: Tyrian Purple. HEX triplet: 83, 09 and 49. RGB value is (131,9,73). Sum of RGB (Red+Green+Blue) = 131+9+73=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #830949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830949 is #7CF6B6. Grayscale: #343434. Windows color (decimal): -8189623 or 4786563. OLE color: 4786563.
HSL color Cylindrical-coordinate representation of color #830949: hue angle of 328.52º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830949 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 73 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.49 |
| HSL | 328.52º | 0.87% | 0.27% | - |
| HSV(B) | 328.52º | 0.93% | 0.51% | - |
| XYZ | 10.66 | 5.5 | 6.8 | - |
| YUV | 52.77 | 139.42 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 73 | 0 | 0.93 | 0.44 | 0.49 | 328.52 | 0.87 | 0.27 |
| Hex | 83 | 9 | 49 | 0 | 5D | 2C | 31 | 149 | 57 | 1B |
| Octal | 203 | 11 | 111 | 0 | 135 | 54 | 61 | 511 | 127 | 33 |
| Binary | 10000011 | 1001 | 1001001 | 0 | 1011101 | 101100 | 110001 | 101001001 | 1010111 | 11011 |
Color Harmonies of #830949
Complementary color
Monochromatic Colors of #830949
Black with #830949
Text Example
Text Example
White with #830949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830949; }
p { color: rgb(131,9,73); }
H1.HeaderClassName
{
color: #830949;
}
.AnyTagClassName
{
color: #830949;
}
</style>
background-color css
<style>
a { background-color: #830949; }
a { background-color: rgb(131,9,73); }
div.DivClassName
{
background-color: #830949;
}
.BgClassName
{
background-color: #830949;
}
</style>
border-color css
<style>
span { border-color: #830949; }
span { border-color: rgb(131,9,73); }
td.TdClassName
{
border-color: #830949;
}
.TagClassName
{
border-color: #830949;
}
</style>