Shades of Tyrian Purple #80023D
Tints of Tyrian Purple #80023D
RGB
CMYK
RGB Variations
Color information
#80023D (or 0x80023D) is known color: Tyrian Purple. HEX triplet: 80, 02 and 3D. RGB value is (128,2,61). Sum of RGB (Red+Green+Blue) = 128+2+61=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #80023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80023D is #7FFDC2. Grayscale: #2E2E2E. Windows color (decimal): -8388035 or 3998336. OLE color: 3998336.
HSL color Cylindrical-coordinate representation of color #80023D: hue angle of 331.9º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80023D is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 2 | 61 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.50 |
| HSL | 331.9º | 0.97% | 0.25% | - |
| HSV(B) | 331.9º | 0.98% | 0.5% | - |
| XYZ | 9.77 | 4.97 | 4.86 | - |
| YUV | 46.4 | 136.24 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 61 | 0 | 0.98 | 0.52 | 0.50 | 331.9 | 0.97 | 0.25 |
| Hex | 80 | 2 | 3D | 0 | 62 | 34 | 32 | 14C | 61 | 19 |
| Octal | 200 | 2 | 75 | 0 | 142 | 64 | 62 | 514 | 141 | 31 |
| Binary | 10000000 | 10 | 111101 | 0 | 1100010 | 110100 | 110010 | 101001100 | 1100001 | 11001 |
Color Harmonies of #80023D
Complementary color
Monochromatic Colors of #80023D
Black with #80023D
Text Example
Text Example
White with #80023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80023D; }
p { color: rgb(128,2,61); }
H1.HeaderClassName
{
color: #80023D;
}
.AnyTagClassName
{
color: #80023D;
}
</style>
background-color css
<style>
a { background-color: #80023D; }
a { background-color: rgb(128,2,61); }
div.DivClassName
{
background-color: #80023D;
}
.BgClassName
{
background-color: #80023D;
}
</style>
border-color css
<style>
span { border-color: #80023D; }
span { border-color: rgb(128,2,61); }
td.TdClassName
{
border-color: #80023D;
}
.TagClassName
{
border-color: #80023D;
}
</style>