Shades of Tyrian Purple #760C3F
Tints of Tyrian Purple #760C3F
RGB
CMYK
RGB Variations
Color information
#760C3F (or 0x760C3F) is known color: Tyrian Purple. HEX triplet: 76, 0C and 3F. RGB value is (118,12,63). Sum of RGB (Red+Green+Blue) = 118+12+63=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #760C3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760C3F is #89F3C0. Grayscale: #313131. Windows color (decimal): -9040833 or 4131958. OLE color: 4131958.
HSL color Cylindrical-coordinate representation of color #760C3F: hue angle of 331.13º 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 #760C3F is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 12 | 63 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.54 |
| HSL | 331.13º | 0.82% | 0.25% | - |
| HSV(B) | 331.13º | 0.9% | 0.46% | - |
| XYZ | 8.5 | 4.47 | 5.12 | - |
| YUV | 49.51 | 135.62 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 63 | 0 | 0.90 | 0.47 | 0.54 | 331.13 | 0.82 | 0.25 |
| Hex | 76 | C | 3F | 0 | 5A | 2F | 36 | 14B | 52 | 19 |
| Octal | 166 | 14 | 77 | 0 | 132 | 57 | 66 | 513 | 122 | 31 |
| Binary | 1110110 | 1100 | 111111 | 0 | 1011010 | 101111 | 110110 | 101001011 | 1010010 | 11001 |
Color Harmonies of #760C3F
Complementary color
Monochromatic Colors of #760C3F
Black with #760C3F
Text Example
Text Example
White with #760C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760C3F; }
p { color: rgb(118,12,63); }
H1.HeaderClassName
{
color: #760C3F;
}
.AnyTagClassName
{
color: #760C3F;
}
</style>
background-color css
<style>
a { background-color: #760C3F; }
a { background-color: rgb(118,12,63); }
div.DivClassName
{
background-color: #760C3F;
}
.BgClassName
{
background-color: #760C3F;
}
</style>
border-color css
<style>
span { border-color: #760C3F; }
span { border-color: rgb(118,12,63); }
td.TdClassName
{
border-color: #760C3F;
}
.TagClassName
{
border-color: #760C3F;
}
</style>