Shades of Tyrian Purple #760C52
Tints of Tyrian Purple #760C52
RGB
CMYK
RGB Variations
Color information
#760C52 (or 0x760C52) is known color: Tyrian Purple. HEX triplet: 76, 0C and 52. RGB value is (118,12,82). Sum of RGB (Red+Green+Blue) = 118+12+82=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #760C52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C52 is #89F3AD. Grayscale: #333333. Windows color (decimal): -9040814 or 5377142. OLE color: 5377142.
HSL color Cylindrical-coordinate representation of color #760C52: hue angle of 320.38º 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 #760C52 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 12 | 82 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.54 |
| HSL | 320.38º | 0.82% | 0.25% | - |
| HSV(B) | 320.38º | 0.9% | 0.46% | - |
| XYZ | 9.13 | 4.72 | 8.41 | - |
| YUV | 51.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 82 | 0 | 0.90 | 0.31 | 0.54 | 320.38 | 0.82 | 0.25 |
| Hex | 76 | C | 52 | 0 | 5A | 1F | 36 | 140 | 52 | 19 |
| Octal | 166 | 14 | 122 | 0 | 132 | 37 | 66 | 500 | 122 | 31 |
| Binary | 1110110 | 1100 | 1010010 | 0 | 1011010 | 11111 | 110110 | 101000000 | 1010010 | 11001 |
Color Harmonies of #760C52
Complementary color
Monochromatic Colors of #760C52
Black with #760C52
Text Example
Text Example
White with #760C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760C52; }
p { color: rgb(118,12,82); }
H1.HeaderClassName
{
color: #760C52;
}
.AnyTagClassName
{
color: #760C52;
}
</style>
background-color css
<style>
a { background-color: #760C52; }
a { background-color: rgb(118,12,82); }
div.DivClassName
{
background-color: #760C52;
}
.BgClassName
{
background-color: #760C52;
}
</style>
border-color css
<style>
span { border-color: #760C52; }
span { border-color: rgb(118,12,82); }
td.TdClassName
{
border-color: #760C52;
}
.TagClassName
{
border-color: #760C52;
}
</style>