Shades of Tyrian Purple #80013C
Tints of Tyrian Purple #80013C
RGB
CMYK
RGB Variations
Color information
#80013C (or 0x80013C) is known color: Tyrian Purple. HEX triplet: 80, 01 and 3C. RGB value is (128,1,60). Sum of RGB (Red+Green+Blue) = 128+1+60=189 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.72% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 128 - color contains mainly: red. Hex color #80013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80013C is #7FFEC3. Grayscale: #2D2D2D. Windows color (decimal): -8388292 or 3932544. OLE color: 3932544.
HSL color Cylindrical-coordinate representation of color #80013C: hue angle of 332.13º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80013C is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.50 |
| HSL | 332.13º | 0.98% | 0.25% | - |
| HSV(B) | 332.13º | 0.99% | 0.5% | - |
| XYZ | 9.73 | 4.94 | 4.72 | - |
| YUV | 45.7 | 136.08 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 60 | 0 | 0.99 | 0.53 | 0.50 | 332.13 | 0.98 | 0.25 |
| Hex | 80 | 1 | 3C | 0 | 63 | 35 | 32 | 14C | 62 | 19 |
| Octal | 200 | 1 | 74 | 0 | 143 | 65 | 62 | 514 | 142 | 31 |
| Binary | 10000000 | 1 | 111100 | 0 | 1100011 | 110101 | 110010 | 101001100 | 1100010 | 11001 |
Color Harmonies of #80013C
Complementary color
Monochromatic Colors of #80013C
Black with #80013C
Text Example
Text Example
White with #80013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80013C; }
p { color: rgb(128,1,60); }
H1.HeaderClassName
{
color: #80013C;
}
.AnyTagClassName
{
color: #80013C;
}
</style>
background-color css
<style>
a { background-color: #80013C; }
a { background-color: rgb(128,1,60); }
div.DivClassName
{
background-color: #80013C;
}
.BgClassName
{
background-color: #80013C;
}
</style>
border-color css
<style>
span { border-color: #80013C; }
span { border-color: rgb(128,1,60); }
td.TdClassName
{
border-color: #80013C;
}
.TagClassName
{
border-color: #80013C;
}
</style>