Shades of Tyrian Purple #770B43
Tints of Tyrian Purple #770B43
RGB
CMYK
RGB Variations
Color information
#770B43 (or 0x770B43) is known color: Tyrian Purple. HEX triplet: 77, 0B and 43. RGB value is (119,11,67). Sum of RGB (Red+Green+Blue) = 119+11+67=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #770B43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770B43 is #88F4BC. Grayscale: #313131. Windows color (decimal): -8975549 or 4393847. OLE color: 4393847.
HSL color Cylindrical-coordinate representation of color #770B43: hue angle of 328.89º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B43 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 11 | 67 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.53 |
| HSL | 328.89º | 0.83% | 0.25% | - |
| HSV(B) | 328.89º | 0.91% | 0.47% | - |
| XYZ | 8.74 | 4.57 | 5.73 | - |
| YUV | 49.68 | 137.78 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 67 | 0 | 0.91 | 0.44 | 0.53 | 328.89 | 0.83 | 0.25 |
| Hex | 77 | B | 43 | 0 | 5B | 2C | 35 | 149 | 53 | 19 |
| Octal | 167 | 13 | 103 | 0 | 133 | 54 | 65 | 511 | 123 | 31 |
| Binary | 1110111 | 1011 | 1000011 | 0 | 1011011 | 101100 | 110101 | 101001001 | 1010011 | 11001 |
Color Harmonies of #770B43
Complementary color
Monochromatic Colors of #770B43
Black with #770B43
Text Example
Text Example
White with #770B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770B43; }
p { color: rgb(119,11,67); }
H1.HeaderClassName
{
color: #770B43;
}
.AnyTagClassName
{
color: #770B43;
}
</style>
background-color css
<style>
a { background-color: #770B43; }
a { background-color: rgb(119,11,67); }
div.DivClassName
{
background-color: #770B43;
}
.BgClassName
{
background-color: #770B43;
}
</style>
border-color css
<style>
span { border-color: #770B43; }
span { border-color: rgb(119,11,67); }
td.TdClassName
{
border-color: #770B43;
}
.TagClassName
{
border-color: #770B43;
}
</style>