Shades of Tyrian Purple #760C38
Tints of Tyrian Purple #760C38
RGB
CMYK
RGB Variations
Color information
#760C38 (or 0x760C38) is known color: Tyrian Purple. HEX triplet: 76, 0C and 38. RGB value is (118,12,56). Sum of RGB (Red+Green+Blue) = 118+12+56=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #760C38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760C38 is #89F3C7. Grayscale: #303030. Windows color (decimal): -9040840 or 3673206. OLE color: 3673206.
HSL color Cylindrical-coordinate representation of color #760C38: hue angle of 335.09º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C38 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 12 | 56 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.54 |
| HSL | 335.09º | 0.82% | 0.25% | - |
| HSV(B) | 335.09º | 0.9% | 0.46% | - |
| XYZ | 8.32 | 4.4 | 4.15 | - |
| YUV | 48.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 56 | 0 | 0.90 | 0.53 | 0.54 | 335.09 | 0.82 | 0.25 |
| Hex | 76 | C | 38 | 0 | 5A | 35 | 36 | 14F | 52 | 19 |
| Octal | 166 | 14 | 70 | 0 | 132 | 65 | 66 | 517 | 122 | 31 |
| Binary | 1110110 | 1100 | 111000 | 0 | 1011010 | 110101 | 110110 | 101001111 | 1010010 | 11001 |
Color Harmonies of #760C38
Complementary color
Monochromatic Colors of #760C38
Black with #760C38
Text Example
Text Example
White with #760C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760C38; }
p { color: rgb(118,12,56); }
H1.HeaderClassName
{
color: #760C38;
}
.AnyTagClassName
{
color: #760C38;
}
</style>
background-color css
<style>
a { background-color: #760C38; }
a { background-color: rgb(118,12,56); }
div.DivClassName
{
background-color: #760C38;
}
.BgClassName
{
background-color: #760C38;
}
</style>
border-color css
<style>
span { border-color: #760C38; }
span { border-color: rgb(118,12,56); }
td.TdClassName
{
border-color: #760C38;
}
.TagClassName
{
border-color: #760C38;
}
</style>