Shades of Tyrian Purple #760A3C
Tints of Tyrian Purple #760A3C
RGB
CMYK
RGB Variations
Color information
#760A3C (or 0x760A3C) is known color: Tyrian Purple. HEX triplet: 76, 0A and 3C. RGB value is (118,10,60). Sum of RGB (Red+Green+Blue) = 118+10+60=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #760A3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760A3C is #89F5C3. Grayscale: #2F2F2F. Windows color (decimal): -9041348 or 3934838. OLE color: 3934838.
HSL color Cylindrical-coordinate representation of color #760A3C: hue angle of 332.22º 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 #760A3C is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 10 | 60 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.54 |
| HSL | 332.22º | 0.84% | 0.25% | - |
| HSV(B) | 332.22º | 0.92% | 0.46% | - |
| XYZ | 8.4 | 4.39 | 4.68 | - |
| YUV | 47.99 | 134.78 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 60 | 0 | 0.92 | 0.49 | 0.54 | 332.22 | 0.84 | 0.25 |
| Hex | 76 | A | 3C | 0 | 5C | 31 | 36 | 14C | 54 | 19 |
| Octal | 166 | 12 | 74 | 0 | 134 | 61 | 66 | 514 | 124 | 31 |
| Binary | 1110110 | 1010 | 111100 | 0 | 1011100 | 110001 | 110110 | 101001100 | 1010100 | 11001 |
Color Harmonies of #760A3C
Complementary color
Monochromatic Colors of #760A3C
Black with #760A3C
Text Example
Text Example
White with #760A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760A3C; }
p { color: rgb(118,10,60); }
H1.HeaderClassName
{
color: #760A3C;
}
.AnyTagClassName
{
color: #760A3C;
}
</style>
background-color css
<style>
a { background-color: #760A3C; }
a { background-color: rgb(118,10,60); }
div.DivClassName
{
background-color: #760A3C;
}
.BgClassName
{
background-color: #760A3C;
}
</style>
border-color css
<style>
span { border-color: #760A3C; }
span { border-color: rgb(118,10,60); }
td.TdClassName
{
border-color: #760A3C;
}
.TagClassName
{
border-color: #760A3C;
}
</style>