Shades of Tyrian Purple #81074D
Tints of Tyrian Purple #81074D
RGB
CMYK
RGB Variations
Color information
#81074D (or 0x81074D) is known color: Tyrian Purple. HEX triplet: 81, 07 and 4D. RGB value is (129,7,77). Sum of RGB (Red+Green+Blue) = 129+7+77=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #81074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81074D is #7EF8B2. Grayscale: #333333. Windows color (decimal): -8321203 or 5048193. OLE color: 5048193.
HSL color Cylindrical-coordinate representation of color #81074D: hue angle of 325.57º 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 #81074D is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 7 | 77 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.49 |
| HSL | 325.57º | 0.9% | 0.27% | - |
| HSV(B) | 325.57º | 0.95% | 0.51% | - |
| XYZ | 10.47 | 5.35 | 7.5 | - |
| YUV | 51.46 | 142.42 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 77 | 0 | 0.95 | 0.40 | 0.49 | 325.57 | 0.9 | 0.27 |
| Hex | 81 | 7 | 4D | 0 | 5F | 28 | 31 | 146 | 5A | 1B |
| Octal | 201 | 7 | 115 | 0 | 137 | 50 | 61 | 506 | 132 | 33 |
| Binary | 10000001 | 111 | 1001101 | 0 | 1011111 | 101000 | 110001 | 101000110 | 1011010 | 11011 |
Color Harmonies of #81074D
Complementary color
Monochromatic Colors of #81074D
Black with #81074D
Text Example
Text Example
White with #81074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81074D; }
p { color: rgb(129,7,77); }
H1.HeaderClassName
{
color: #81074D;
}
.AnyTagClassName
{
color: #81074D;
}
</style>
background-color css
<style>
a { background-color: #81074D; }
a { background-color: rgb(129,7,77); }
div.DivClassName
{
background-color: #81074D;
}
.BgClassName
{
background-color: #81074D;
}
</style>
border-color css
<style>
span { border-color: #81074D; }
span { border-color: rgb(129,7,77); }
td.TdClassName
{
border-color: #81074D;
}
.TagClassName
{
border-color: #81074D;
}
</style>