Shades of Tyrian Purple #830249
Tints of Tyrian Purple #830249
RGB
CMYK
RGB Variations
Color information
#830249 (or 0x830249) is known color: Tyrian Purple. HEX triplet: 83, 02 and 49. RGB value is (131,2,73). Sum of RGB (Red+Green+Blue) = 131+2+73=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #830249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830249 is #7CFDB6. Grayscale: #303030. Windows color (decimal): -8191415 or 4784771. OLE color: 4784771.
HSL color Cylindrical-coordinate representation of color #830249: hue angle of 326.98º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #830249 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 2 | 73 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.49 |
| HSL | 326.98º | 0.97% | 0.26% | - |
| HSV(B) | 326.98º | 0.98% | 0.51% | - |
| XYZ | 10.58 | 5.35 | 6.78 | - |
| YUV | 48.67 | 141.74 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 2 | 73 | 0 | 0.98 | 0.44 | 0.49 | 326.98 | 0.97 | 0.26 |
| Hex | 83 | 2 | 49 | 0 | 62 | 2C | 31 | 147 | 61 | 1A |
| Octal | 203 | 2 | 111 | 0 | 142 | 54 | 61 | 507 | 141 | 32 |
| Binary | 10000011 | 10 | 1001001 | 0 | 1100010 | 101100 | 110001 | 101000111 | 1100001 | 11010 |
Color Harmonies of #830249
Complementary color
Monochromatic Colors of #830249
Black with #830249
Text Example
Text Example
White with #830249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830249; }
p { color: rgb(131,2,73); }
H1.HeaderClassName
{
color: #830249;
}
.AnyTagClassName
{
color: #830249;
}
</style>
background-color css
<style>
a { background-color: #830249; }
a { background-color: rgb(131,2,73); }
div.DivClassName
{
background-color: #830249;
}
.BgClassName
{
background-color: #830249;
}
</style>
border-color css
<style>
span { border-color: #830249; }
span { border-color: rgb(131,2,73); }
td.TdClassName
{
border-color: #830249;
}
.TagClassName
{
border-color: #830249;
}
</style>