Shades of Tyrian Purple #77003D
Tints of Tyrian Purple #77003D
RGB
CMYK
RGB Variations
Color information
#77003D (or 0x77003D) is known color: Tyrian Purple. HEX triplet: 77, 00 and 3D. RGB value is (119,0,61). Sum of RGB (Red+Green+Blue) = 119+0+61=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #77003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77003D is #88FFC2. Grayscale: #2A2A2A. Windows color (decimal): -8978371 or 3997815. OLE color: 3997815.
HSL color Cylindrical-coordinate representation of color #77003D: hue angle of 329.24º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77003D is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.49 | 0.53 |
| HSL | 329.24º | 1% | 0.23% | - |
| HSV(B) | 329.24º | 1% | 0.47% | - |
| XYZ | 8.45 | 4.26 | 4.79 | - |
| YUV | 42.54 | 138.42 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 61 | 0 | 1 | 0.49 | 0.53 | 329.24 | 1 | 0.23 |
| Hex | 77 | 0 | 3D | 0 | 64 | 31 | 35 | 149 | 64 | 17 |
| Octal | 167 | 0 | 75 | 0 | 144 | 61 | 65 | 511 | 144 | 27 |
| Binary | 1110111 | 0 | 111101 | 0 | 1100100 | 110001 | 110101 | 101001001 | 1100100 | 10111 |
Color Harmonies of #77003D
Complementary color
Monochromatic Colors of #77003D
Black with #77003D
Text Example
Text Example
White with #77003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77003D; }
p { color: rgb(119,0,61); }
H1.HeaderClassName
{
color: #77003D;
}
.AnyTagClassName
{
color: #77003D;
}
</style>
background-color css
<style>
a { background-color: #77003D; }
a { background-color: rgb(119,0,61); }
div.DivClassName
{
background-color: #77003D;
}
.BgClassName
{
background-color: #77003D;
}
</style>
border-color css
<style>
span { border-color: #77003D; }
span { border-color: rgb(119,0,61); }
td.TdClassName
{
border-color: #77003D;
}
.TagClassName
{
border-color: #77003D;
}
</style>