Shades of Tyrian Purple #760A3A
Tints of Tyrian Purple #760A3A
RGB
CMYK
RGB Variations
Color information
#760A3A (or 0x760A3A) is known color: Tyrian Purple. HEX triplet: 76, 0A and 3A. RGB value is (118,10,58). Sum of RGB (Red+Green+Blue) = 118+10+58=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 10 (4.30% from 255 or 5.38% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #760A3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760A3A is #89F5C5. Grayscale: #2F2F2F. Windows color (decimal): -9041350 or 3803766. OLE color: 3803766.
HSL color Cylindrical-coordinate representation of color #760A3A: hue angle of 333.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760A3A is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 10 | 58 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.54 |
| HSL | 333.33º | 0.84% | 0.25% | - |
| HSV(B) | 333.33º | 0.92% | 0.46% | - |
| XYZ | 8.34 | 4.37 | 4.41 | - |
| YUV | 47.76 | 133.78 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 58 | 0 | 0.92 | 0.51 | 0.54 | 333.33 | 0.84 | 0.25 |
| Hex | 76 | A | 3A | 0 | 5C | 33 | 36 | 14D | 54 | 19 |
| Octal | 166 | 12 | 72 | 0 | 134 | 63 | 66 | 515 | 124 | 31 |
| Binary | 1110110 | 1010 | 111010 | 0 | 1011100 | 110011 | 110110 | 101001101 | 1010100 | 11001 |
Color Harmonies of #760A3A
Complementary color
Monochromatic Colors of #760A3A
Black with #760A3A
Text Example
Text Example
White with #760A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760A3A; }
p { color: rgb(118,10,58); }
H1.HeaderClassName
{
color: #760A3A;
}
.AnyTagClassName
{
color: #760A3A;
}
</style>
background-color css
<style>
a { background-color: #760A3A; }
a { background-color: rgb(118,10,58); }
div.DivClassName
{
background-color: #760A3A;
}
.BgClassName
{
background-color: #760A3A;
}
</style>
border-color css
<style>
span { border-color: #760A3A; }
span { border-color: rgb(118,10,58); }
td.TdClassName
{
border-color: #760A3A;
}
.TagClassName
{
border-color: #760A3A;
}
</style>