Shades of Tyrian Purple #760B43
Tints of Tyrian Purple #760B43
RGB
CMYK
RGB Variations
Color information
#760B43 (or 0x760B43) is known color: Tyrian Purple. HEX triplet: 76, 0B and 43. RGB value is (118,11,67). Sum of RGB (Red+Green+Blue) = 118+11+67=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #760B43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760B43 is #89F4BC. Grayscale: #313131. Windows color (decimal): -9041085 or 4393846. OLE color: 4393846.
HSL color Cylindrical-coordinate representation of color #760B43: hue angle of 328.6º 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 #760B43 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 67 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.54 |
| HSL | 328.6º | 0.83% | 0.25% | - |
| HSV(B) | 328.6º | 0.91% | 0.46% | - |
| XYZ | 8.6 | 4.5 | 5.72 | - |
| YUV | 49.38 | 137.95 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 67 | 0 | 0.91 | 0.43 | 0.54 | 328.6 | 0.83 | 0.25 |
| Hex | 76 | B | 43 | 0 | 5B | 2B | 36 | 149 | 53 | 19 |
| Octal | 166 | 13 | 103 | 0 | 133 | 53 | 66 | 511 | 123 | 31 |
| Binary | 1110110 | 1011 | 1000011 | 0 | 1011011 | 101011 | 110110 | 101001001 | 1010011 | 11001 |
Color Harmonies of #760B43
Complementary color
Monochromatic Colors of #760B43
Black with #760B43
Text Example
Text Example
White with #760B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B43; }
p { color: rgb(118,11,67); }
H1.HeaderClassName
{
color: #760B43;
}
.AnyTagClassName
{
color: #760B43;
}
</style>
background-color css
<style>
a { background-color: #760B43; }
a { background-color: rgb(118,11,67); }
div.DivClassName
{
background-color: #760B43;
}
.BgClassName
{
background-color: #760B43;
}
</style>
border-color css
<style>
span { border-color: #760B43; }
span { border-color: rgb(118,11,67); }
td.TdClassName
{
border-color: #760B43;
}
.TagClassName
{
border-color: #760B43;
}
</style>