Shades of Tyrian Purple #82034A
Tints of Tyrian Purple #82034A
RGB
CMYK
RGB Variations
Color information
#82034A (or 0x82034A) is known color: Tyrian Purple. HEX triplet: 82, 03 and 4A. RGB value is (130,3,74). Sum of RGB (Red+Green+Blue) = 130+3+74=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #82034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82034A is #7DFCB5. Grayscale: #303030. Windows color (decimal): -8256694 or 4850562. OLE color: 4850562.
HSL color Cylindrical-coordinate representation of color #82034A: hue angle of 326.46º degrees, saturation: 0.95, 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 #82034A is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 74 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.49 |
| HSL | 326.46º | 0.95% | 0.26% | - |
| HSV(B) | 326.46º | 0.98% | 0.51% | - |
| XYZ | 10.47 | 5.31 | 6.95 | - |
| YUV | 49.07 | 142.08 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 74 | 0 | 0.98 | 0.43 | 0.49 | 326.46 | 0.95 | 0.26 |
| Hex | 82 | 3 | 4A | 0 | 62 | 2B | 31 | 146 | 5F | 1A |
| Octal | 202 | 3 | 112 | 0 | 142 | 53 | 61 | 506 | 137 | 32 |
| Binary | 10000010 | 11 | 1001010 | 0 | 1100010 | 101011 | 110001 | 101000110 | 1011111 | 11010 |
Color Harmonies of #82034A
Complementary color
Monochromatic Colors of #82034A
Black with #82034A
Text Example
Text Example
White with #82034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82034A; }
p { color: rgb(130,3,74); }
H1.HeaderClassName
{
color: #82034A;
}
.AnyTagClassName
{
color: #82034A;
}
</style>
background-color css
<style>
a { background-color: #82034A; }
a { background-color: rgb(130,3,74); }
div.DivClassName
{
background-color: #82034A;
}
.BgClassName
{
background-color: #82034A;
}
</style>
border-color css
<style>
span { border-color: #82034A; }
span { border-color: rgb(130,3,74); }
td.TdClassName
{
border-color: #82034A;
}
.TagClassName
{
border-color: #82034A;
}
</style>