Shades of Tyrian Purple #82033C
Tints of Tyrian Purple #82033C
RGB
CMYK
RGB Variations
Color information
#82033C (or 0x82033C) is known color: Tyrian Purple. HEX triplet: 82, 03 and 3C. RGB value is (130,3,60). Sum of RGB (Red+Green+Blue) = 130+3+60=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #82033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82033C is #7DFCC3. Grayscale: #2F2F2F. Windows color (decimal): -8256708 or 3933058. OLE color: 3933058.
HSL color Cylindrical-coordinate representation of color #82033C: hue angle of 333.07º 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 #82033C is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 60 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.49 |
| HSL | 333.07º | 0.95% | 0.26% | - |
| HSV(B) | 333.07º | 0.98% | 0.51% | - |
| XYZ | 10.05 | 5.14 | 4.74 | - |
| YUV | 47.47 | 135.08 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 60 | 0 | 0.98 | 0.54 | 0.49 | 333.07 | 0.95 | 0.26 |
| Hex | 82 | 3 | 3C | 0 | 62 | 36 | 31 | 14D | 5F | 1A |
| Octal | 202 | 3 | 74 | 0 | 142 | 66 | 61 | 515 | 137 | 32 |
| Binary | 10000010 | 11 | 111100 | 0 | 1100010 | 110110 | 110001 | 101001101 | 1011111 | 11010 |
Color Harmonies of #82033C
Complementary color
Monochromatic Colors of #82033C
Black with #82033C
Text Example
Text Example
White with #82033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82033C; }
p { color: rgb(130,3,60); }
H1.HeaderClassName
{
color: #82033C;
}
.AnyTagClassName
{
color: #82033C;
}
</style>
background-color css
<style>
a { background-color: #82033C; }
a { background-color: rgb(130,3,60); }
div.DivClassName
{
background-color: #82033C;
}
.BgClassName
{
background-color: #82033C;
}
</style>
border-color css
<style>
span { border-color: #82033C; }
span { border-color: rgb(130,3,60); }
td.TdClassName
{
border-color: #82033C;
}
.TagClassName
{
border-color: #82033C;
}
</style>