Shades of Tyrian Purple #81074C
Tints of Tyrian Purple #81074C
RGB
CMYK
RGB Variations
Color information
#81074C (or 0x81074C) is known color: Tyrian Purple. HEX triplet: 81, 07 and 4C. RGB value is (129,7,76). Sum of RGB (Red+Green+Blue) = 129+7+76=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #81074C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81074C is #7EF8B3. Grayscale: #333333. Windows color (decimal): -8321204 or 4982657. OLE color: 4982657.
HSL color Cylindrical-coordinate representation of color #81074C: hue angle of 326.07º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81074C is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 7 | 76 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.49 |
| HSL | 326.07º | 0.9% | 0.27% | - |
| HSV(B) | 326.07º | 0.95% | 0.51% | - |
| XYZ | 10.43 | 5.34 | 7.32 | - |
| YUV | 51.34 | 141.92 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 76 | 0 | 0.95 | 0.41 | 0.49 | 326.07 | 0.9 | 0.27 |
| Hex | 81 | 7 | 4C | 0 | 5F | 29 | 31 | 146 | 5A | 1B |
| Octal | 201 | 7 | 114 | 0 | 137 | 51 | 61 | 506 | 132 | 33 |
| Binary | 10000001 | 111 | 1001100 | 0 | 1011111 | 101001 | 110001 | 101000110 | 1011010 | 11011 |
Color Harmonies of #81074C
Complementary color
Monochromatic Colors of #81074C
Black with #81074C
Text Example
Text Example
White with #81074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81074C; }
p { color: rgb(129,7,76); }
H1.HeaderClassName
{
color: #81074C;
}
.AnyTagClassName
{
color: #81074C;
}
</style>
background-color css
<style>
a { background-color: #81074C; }
a { background-color: rgb(129,7,76); }
div.DivClassName
{
background-color: #81074C;
}
.BgClassName
{
background-color: #81074C;
}
</style>
border-color css
<style>
span { border-color: #81074C; }
span { border-color: rgb(129,7,76); }
td.TdClassName
{
border-color: #81074C;
}
.TagClassName
{
border-color: #81074C;
}
</style>