Shades of Tyrian Purple #80083C
Tints of Tyrian Purple #80083C
RGB
CMYK
RGB Variations
Color information
#80083C (or 0x80083C) is known color: Tyrian Purple. HEX triplet: 80, 08 and 3C. RGB value is (128,8,60). Sum of RGB (Red+Green+Blue) = 128+8+60=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #80083C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80083C is #7FF7C3. Grayscale: #313131. Windows color (decimal): -8386500 or 3934336. OLE color: 3934336.
HSL color Cylindrical-coordinate representation of color #80083C: hue angle of 334º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80083C is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 60 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.50 |
| HSL | 334º | 0.88% | 0.27% | - |
| HSV(B) | 334º | 0.94% | 0.5% | - |
| XYZ | 9.8 | 5.09 | 4.74 | - |
| YUV | 49.81 | 133.76 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 60 | 0 | 0.94 | 0.53 | 0.50 | 334 | 0.88 | 0.27 |
| Hex | 80 | 8 | 3C | 0 | 5E | 35 | 32 | 14E | 58 | 1B |
| Octal | 200 | 10 | 74 | 0 | 136 | 65 | 62 | 516 | 130 | 33 |
| Binary | 10000000 | 1000 | 111100 | 0 | 1011110 | 110101 | 110010 | 101001110 | 1011000 | 11011 |
Color Harmonies of #80083C
Complementary color
Monochromatic Colors of #80083C
Black with #80083C
Text Example
Text Example
White with #80083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80083C; }
p { color: rgb(128,8,60); }
H1.HeaderClassName
{
color: #80083C;
}
.AnyTagClassName
{
color: #80083C;
}
</style>
background-color css
<style>
a { background-color: #80083C; }
a { background-color: rgb(128,8,60); }
div.DivClassName
{
background-color: #80083C;
}
.BgClassName
{
background-color: #80083C;
}
</style>
border-color css
<style>
span { border-color: #80083C; }
span { border-color: rgb(128,8,60); }
td.TdClassName
{
border-color: #80083C;
}
.TagClassName
{
border-color: #80083C;
}
</style>