Shades of Tyrian Purple #82034C
Tints of Tyrian Purple #82034C
RGB
CMYK
RGB Variations
Color information
#82034C (or 0x82034C) is known color: Tyrian Purple. HEX triplet: 82, 03 and 4C. RGB value is (130,3,76). Sum of RGB (Red+Green+Blue) = 130+3+76=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #82034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82034C is #7DFCB3. Grayscale: #313131. Windows color (decimal): -8256692 or 4981634. OLE color: 4981634.
HSL color Cylindrical-coordinate representation of color #82034C: hue angle of 325.51º 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 #82034C is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 76 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.49 |
| HSL | 325.51º | 0.95% | 0.26% | - |
| HSV(B) | 325.51º | 0.98% | 0.51% | - |
| XYZ | 10.54 | 5.33 | 7.31 | - |
| YUV | 49.3 | 143.08 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 76 | 0 | 0.98 | 0.42 | 0.49 | 325.51 | 0.95 | 0.26 |
| Hex | 82 | 3 | 4C | 0 | 62 | 2A | 31 | 146 | 5F | 1A |
| Octal | 202 | 3 | 114 | 0 | 142 | 52 | 61 | 506 | 137 | 32 |
| Binary | 10000010 | 11 | 1001100 | 0 | 1100010 | 101010 | 110001 | 101000110 | 1011111 | 11010 |
Color Harmonies of #82034C
Complementary color
Monochromatic Colors of #82034C
Black with #82034C
Text Example
Text Example
White with #82034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82034C; }
p { color: rgb(130,3,76); }
H1.HeaderClassName
{
color: #82034C;
}
.AnyTagClassName
{
color: #82034C;
}
</style>
background-color css
<style>
a { background-color: #82034C; }
a { background-color: rgb(130,3,76); }
div.DivClassName
{
background-color: #82034C;
}
.BgClassName
{
background-color: #82034C;
}
</style>
border-color css
<style>
span { border-color: #82034C; }
span { border-color: rgb(130,3,76); }
td.TdClassName
{
border-color: #82034C;
}
.TagClassName
{
border-color: #82034C;
}
</style>