Shades of Tyrian Purple #760B44
Tints of Tyrian Purple #760B44
RGB
CMYK
RGB Variations
Color information
#760B44 (or 0x760B44) is known color: Tyrian Purple. HEX triplet: 76, 0B and 44. RGB value is (118,11,68). Sum of RGB (Red+Green+Blue) = 118+11+68=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #760B44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760B44 is #89F4BB. Grayscale: #313131. Windows color (decimal): -9041084 or 4459382. OLE color: 4459382.
HSL color Cylindrical-coordinate representation of color #760B44: hue angle of 328.04º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760B44 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 68 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.54 |
| HSL | 328.04º | 0.83% | 0.25% | - |
| HSV(B) | 328.04º | 0.91% | 0.46% | - |
| XYZ | 8.63 | 4.51 | 5.88 | - |
| YUV | 49.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 68 | 0 | 0.91 | 0.42 | 0.54 | 328.04 | 0.83 | 0.25 |
| Hex | 76 | B | 44 | 0 | 5B | 2A | 36 | 148 | 53 | 19 |
| Octal | 166 | 13 | 104 | 0 | 133 | 52 | 66 | 510 | 123 | 31 |
| Binary | 1110110 | 1011 | 1000100 | 0 | 1011011 | 101010 | 110110 | 101001000 | 1010011 | 11001 |
Color Harmonies of #760B44
Complementary color
Monochromatic Colors of #760B44
Black with #760B44
Text Example
Text Example
White with #760B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B44; }
p { color: rgb(118,11,68); }
H1.HeaderClassName
{
color: #760B44;
}
.AnyTagClassName
{
color: #760B44;
}
</style>
background-color css
<style>
a { background-color: #760B44; }
a { background-color: rgb(118,11,68); }
div.DivClassName
{
background-color: #760B44;
}
.BgClassName
{
background-color: #760B44;
}
</style>
border-color css
<style>
span { border-color: #760B44; }
span { border-color: rgb(118,11,68); }
td.TdClassName
{
border-color: #760B44;
}
.TagClassName
{
border-color: #760B44;
}
</style>