Shades of Tyrian Purple #760D3E
Tints of Tyrian Purple #760D3E
RGB
CMYK
RGB Variations
Color information
#760D3E (or 0x760D3E) is known color: Tyrian Purple. HEX triplet: 76, 0D and 3E. RGB value is (118,13,62). Sum of RGB (Red+Green+Blue) = 118+13+62=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #760D3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760D3E is #89F2C1. Grayscale: #313131. Windows color (decimal): -9040578 or 4066678. OLE color: 4066678.
HSL color Cylindrical-coordinate representation of color #760D3E: hue angle of 332º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D3E is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 13 | 62 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.54 |
| HSL | 332º | 0.8% | 0.26% | - |
| HSV(B) | 332º | 0.89% | 0.46% | - |
| XYZ | 8.48 | 4.49 | 4.98 | - |
| YUV | 49.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 62 | 0 | 0.89 | 0.47 | 0.54 | 332 | 0.8 | 0.26 |
| Hex | 76 | D | 3E | 0 | 59 | 2F | 36 | 14C | 50 | 1A |
| Octal | 166 | 15 | 76 | 0 | 131 | 57 | 66 | 514 | 120 | 32 |
| Binary | 1110110 | 1101 | 111110 | 0 | 1011001 | 101111 | 110110 | 101001100 | 1010000 | 11010 |
Color Harmonies of #760D3E
Complementary color
Monochromatic Colors of #760D3E
Black with #760D3E
Text Example
Text Example
White with #760D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760D3E; }
p { color: rgb(118,13,62); }
H1.HeaderClassName
{
color: #760D3E;
}
.AnyTagClassName
{
color: #760D3E;
}
</style>
background-color css
<style>
a { background-color: #760D3E; }
a { background-color: rgb(118,13,62); }
div.DivClassName
{
background-color: #760D3E;
}
.BgClassName
{
background-color: #760D3E;
}
</style>
border-color css
<style>
span { border-color: #760D3E; }
span { border-color: rgb(118,13,62); }
td.TdClassName
{
border-color: #760D3E;
}
.TagClassName
{
border-color: #760D3E;
}
</style>