Shades of Tyrian Purple #80063D
Tints of Tyrian Purple #80063D
RGB
CMYK
RGB Variations
Color information
#80063D (or 0x80063D) is known color: Tyrian Purple. HEX triplet: 80, 06 and 3D. RGB value is (128,6,61). Sum of RGB (Red+Green+Blue) = 128+6+61=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #80063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80063D is #7FF9C2. Grayscale: #303030. Windows color (decimal): -8387011 or 3999360. OLE color: 3999360.
HSL color Cylindrical-coordinate representation of color #80063D: hue angle of 332.95º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80063D is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 6 | 61 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.50 |
| HSL | 332.95º | 0.91% | 0.26% | - |
| HSV(B) | 332.95º | 0.95% | 0.5% | - |
| XYZ | 9.81 | 5.06 | 4.87 | - |
| YUV | 48.75 | 134.92 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 6 | 61 | 0 | 0.95 | 0.52 | 0.50 | 332.95 | 0.91 | 0.26 |
| Hex | 80 | 6 | 3D | 0 | 5F | 34 | 32 | 14D | 5B | 1A |
| Octal | 200 | 6 | 75 | 0 | 137 | 64 | 62 | 515 | 133 | 32 |
| Binary | 10000000 | 110 | 111101 | 0 | 1011111 | 110100 | 110010 | 101001101 | 1011011 | 11010 |
Color Harmonies of #80063D
Complementary color
Monochromatic Colors of #80063D
Black with #80063D
Text Example
Text Example
White with #80063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80063D; }
p { color: rgb(128,6,61); }
H1.HeaderClassName
{
color: #80063D;
}
.AnyTagClassName
{
color: #80063D;
}
</style>
background-color css
<style>
a { background-color: #80063D; }
a { background-color: rgb(128,6,61); }
div.DivClassName
{
background-color: #80063D;
}
.BgClassName
{
background-color: #80063D;
}
</style>
border-color css
<style>
span { border-color: #80063D; }
span { border-color: rgb(128,6,61); }
td.TdClassName
{
border-color: #80063D;
}
.TagClassName
{
border-color: #80063D;
}
</style>