Shades of Tyrian Purple #82054C
Tints of Tyrian Purple #82054C
RGB
CMYK
RGB Variations
Color information
#82054C (or 0x82054C) is known color: Tyrian Purple. HEX triplet: 82, 05 and 4C. RGB value is (130,5,76). Sum of RGB (Red+Green+Blue) = 130+5+76=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #82054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82054C is #7DFAB3. Grayscale: #323232. Windows color (decimal): -8256180 or 4982146. OLE color: 4982146.
HSL color Cylindrical-coordinate representation of color #82054C: hue angle of 325.92º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82054C is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 5 | 76 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.49 |
| HSL | 325.92º | 0.93% | 0.26% | - |
| HSV(B) | 325.92º | 0.96% | 0.51% | - |
| XYZ | 10.56 | 5.38 | 7.32 | - |
| YUV | 50.47 | 142.41 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 76 | 0 | 0.96 | 0.42 | 0.49 | 325.92 | 0.93 | 0.26 |
| Hex | 82 | 5 | 4C | 0 | 60 | 2A | 31 | 146 | 5D | 1A |
| Octal | 202 | 5 | 114 | 0 | 140 | 52 | 61 | 506 | 135 | 32 |
| Binary | 10000010 | 101 | 1001100 | 0 | 1100000 | 101010 | 110001 | 101000110 | 1011101 | 11010 |
Color Harmonies of #82054C
Complementary color
Monochromatic Colors of #82054C
Black with #82054C
Text Example
Text Example
White with #82054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82054C; }
p { color: rgb(130,5,76); }
H1.HeaderClassName
{
color: #82054C;
}
.AnyTagClassName
{
color: #82054C;
}
</style>
background-color css
<style>
a { background-color: #82054C; }
a { background-color: rgb(130,5,76); }
div.DivClassName
{
background-color: #82054C;
}
.BgClassName
{
background-color: #82054C;
}
</style>
border-color css
<style>
span { border-color: #82054C; }
span { border-color: rgb(130,5,76); }
td.TdClassName
{
border-color: #82054C;
}
.TagClassName
{
border-color: #82054C;
}
</style>