Shades of Tyrian Purple #81074F
Tints of Tyrian Purple #81074F
RGB
CMYK
RGB Variations
Color information
#81074F (or 0x81074F) is known color: Tyrian Purple. HEX triplet: 81, 07 and 4F. RGB value is (129,7,79). Sum of RGB (Red+Green+Blue) = 129+7+79=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #81074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81074F is #7EF8B0. Grayscale: #333333. Windows color (decimal): -8321201 or 5179265. OLE color: 5179265.
HSL color Cylindrical-coordinate representation of color #81074F: hue angle of 324.59º 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 #81074F is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 7 | 79 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.49 |
| HSL | 324.59º | 0.9% | 0.27% | - |
| HSV(B) | 324.59º | 0.95% | 0.51% | - |
| XYZ | 10.54 | 5.38 | 7.88 | - |
| YUV | 51.69 | 143.42 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 79 | 0 | 0.95 | 0.39 | 0.49 | 324.59 | 0.9 | 0.27 |
| Hex | 81 | 7 | 4F | 0 | 5F | 27 | 31 | 145 | 5A | 1B |
| Octal | 201 | 7 | 117 | 0 | 137 | 47 | 61 | 505 | 132 | 33 |
| Binary | 10000001 | 111 | 1001111 | 0 | 1011111 | 100111 | 110001 | 101000101 | 1011010 | 11011 |
Color Harmonies of #81074F
Complementary color
Monochromatic Colors of #81074F
Black with #81074F
Text Example
Text Example
White with #81074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81074F; }
p { color: rgb(129,7,79); }
H1.HeaderClassName
{
color: #81074F;
}
.AnyTagClassName
{
color: #81074F;
}
</style>
background-color css
<style>
a { background-color: #81074F; }
a { background-color: rgb(129,7,79); }
div.DivClassName
{
background-color: #81074F;
}
.BgClassName
{
background-color: #81074F;
}
</style>
border-color css
<style>
span { border-color: #81074F; }
span { border-color: rgb(129,7,79); }
td.TdClassName
{
border-color: #81074F;
}
.TagClassName
{
border-color: #81074F;
}
</style>