Shades of Tyrian Purple #830142
Tints of Tyrian Purple #830142
RGB
CMYK
RGB Variations
Color information
#830142 (or 0x830142) is known color: Tyrian Purple. HEX triplet: 83, 01 and 42. RGB value is (131,1,66). Sum of RGB (Red+Green+Blue) = 131+1+66=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #830142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830142 is #7CFEBD. Grayscale: #2F2F2F. Windows color (decimal): -8191678 or 4325763. OLE color: 4325763.
HSL color Cylindrical-coordinate representation of color #830142: hue angle of 330º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #830142 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 66 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.49 |
| HSL | 330º | 0.98% | 0.26% | - |
| HSV(B) | 330º | 0.99% | 0.51% | - |
| XYZ | 10.35 | 5.24 | 5.62 | - |
| YUV | 47.28 | 138.57 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 66 | 0 | 0.99 | 0.50 | 0.49 | 330 | 0.98 | 0.26 |
| Hex | 83 | 1 | 42 | 0 | 63 | 32 | 31 | 14A | 62 | 1A |
| Octal | 203 | 1 | 102 | 0 | 143 | 62 | 61 | 512 | 142 | 32 |
| Binary | 10000011 | 1 | 1000010 | 0 | 1100011 | 110010 | 110001 | 101001010 | 1100010 | 11010 |
Color Harmonies of #830142
Complementary color
Monochromatic Colors of #830142
Black with #830142
Text Example
Text Example
White with #830142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830142; }
p { color: rgb(131,1,66); }
H1.HeaderClassName
{
color: #830142;
}
.AnyTagClassName
{
color: #830142;
}
</style>
background-color css
<style>
a { background-color: #830142; }
a { background-color: rgb(131,1,66); }
div.DivClassName
{
background-color: #830142;
}
.BgClassName
{
background-color: #830142;
}
</style>
border-color css
<style>
span { border-color: #830142; }
span { border-color: rgb(131,1,66); }
td.TdClassName
{
border-color: #830142;
}
.TagClassName
{
border-color: #830142;
}
</style>