Shades of Tyrian Purple #760A38
Tints of Tyrian Purple #760A38
RGB
CMYK
RGB Variations
Color information
#760A38 (or 0x760A38) is known color: Tyrian Purple. HEX triplet: 76, 0A and 38. RGB value is (118,10,56). Sum of RGB (Red+Green+Blue) = 118+10+56=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #760A38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760A38 is #89F5C7. Grayscale: #2F2F2F. Windows color (decimal): -9041352 or 3672694. OLE color: 3672694.
HSL color Cylindrical-coordinate representation of color #760A38: hue angle of 334.44º 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 #760A38 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 10 | 56 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.54 |
| HSL | 334.44º | 0.84% | 0.25% | - |
| HSV(B) | 334.44º | 0.92% | 0.46% | - |
| XYZ | 8.29 | 4.35 | 4.14 | - |
| YUV | 47.54 | 132.78 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 56 | 0 | 0.92 | 0.53 | 0.54 | 334.44 | 0.84 | 0.25 |
| Hex | 76 | A | 38 | 0 | 5C | 35 | 36 | 14E | 54 | 19 |
| Octal | 166 | 12 | 70 | 0 | 134 | 65 | 66 | 516 | 124 | 31 |
| Binary | 1110110 | 1010 | 111000 | 0 | 1011100 | 110101 | 110110 | 101001110 | 1010100 | 11001 |
Color Harmonies of #760A38
Complementary color
Monochromatic Colors of #760A38
Black with #760A38
Text Example
Text Example
White with #760A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760A38; }
p { color: rgb(118,10,56); }
H1.HeaderClassName
{
color: #760A38;
}
.AnyTagClassName
{
color: #760A38;
}
</style>
background-color css
<style>
a { background-color: #760A38; }
a { background-color: rgb(118,10,56); }
div.DivClassName
{
background-color: #760A38;
}
.BgClassName
{
background-color: #760A38;
}
</style>
border-color css
<style>
span { border-color: #760A38; }
span { border-color: rgb(118,10,56); }
td.TdClassName
{
border-color: #760A38;
}
.TagClassName
{
border-color: #760A38;
}
</style>