Shades of Tyrian Purple #82023C
Tints of Tyrian Purple #82023C
RGB
CMYK
RGB Variations
Color information
#82023C (or 0x82023C) is known color: Tyrian Purple. HEX triplet: 82, 02 and 3C. RGB value is (130,2,60). Sum of RGB (Red+Green+Blue) = 130+2+60=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #82023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82023C is #7DFDC3. Grayscale: #2E2E2E. Windows color (decimal): -8256964 or 3932802. OLE color: 3932802.
HSL color Cylindrical-coordinate representation of color #82023C: hue angle of 332.81º 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 #82023C is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 2 | 60 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.49 |
| HSL | 332.81º | 0.97% | 0.26% | - |
| HSV(B) | 332.81º | 0.98% | 0.51% | - |
| XYZ | 10.04 | 5.12 | 4.73 | - |
| YUV | 46.88 | 135.41 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 60 | 0 | 0.98 | 0.54 | 0.49 | 332.81 | 0.97 | 0.26 |
| Hex | 82 | 2 | 3C | 0 | 62 | 36 | 31 | 14D | 61 | 1A |
| Octal | 202 | 2 | 74 | 0 | 142 | 66 | 61 | 515 | 141 | 32 |
| Binary | 10000010 | 10 | 111100 | 0 | 1100010 | 110110 | 110001 | 101001101 | 1100001 | 11010 |
Color Harmonies of #82023C
Complementary color
Monochromatic Colors of #82023C
Black with #82023C
Text Example
Text Example
White with #82023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82023C; }
p { color: rgb(130,2,60); }
H1.HeaderClassName
{
color: #82023C;
}
.AnyTagClassName
{
color: #82023C;
}
</style>
background-color css
<style>
a { background-color: #82023C; }
a { background-color: rgb(130,2,60); }
div.DivClassName
{
background-color: #82023C;
}
.BgClassName
{
background-color: #82023C;
}
</style>
border-color css
<style>
span { border-color: #82023C; }
span { border-color: rgb(130,2,60); }
td.TdClassName
{
border-color: #82023C;
}
.TagClassName
{
border-color: #82023C;
}
</style>