Shades of Tyrian Purple #77033D
Tints of Tyrian Purple #77033D
RGB
CMYK
RGB Variations
Color information
#77033D (or 0x77033D) is known color: Tyrian Purple. HEX triplet: 77, 03 and 3D. RGB value is (119,3,61). Sum of RGB (Red+Green+Blue) = 119+3+61=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #77033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77033D is #88FCC2. Grayscale: #2C2C2C. Windows color (decimal): -8977603 or 3998583. OLE color: 3998583.
HSL color Cylindrical-coordinate representation of color #77033D: hue angle of 330º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77033D is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 3 | 61 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.53 |
| HSL | 330º | 0.95% | 0.24% | - |
| HSV(B) | 330º | 0.97% | 0.47% | - |
| XYZ | 8.48 | 4.32 | 4.8 | - |
| YUV | 44.3 | 137.43 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 61 | 0 | 0.97 | 0.49 | 0.53 | 330 | 0.95 | 0.24 |
| Hex | 77 | 3 | 3D | 0 | 61 | 31 | 35 | 14A | 5F | 18 |
| Octal | 167 | 3 | 75 | 0 | 141 | 61 | 65 | 512 | 137 | 30 |
| Binary | 1110111 | 11 | 111101 | 0 | 1100001 | 110001 | 110101 | 101001010 | 1011111 | 11000 |
Color Harmonies of #77033D
Complementary color
Monochromatic Colors of #77033D
Black with #77033D
Text Example
Text Example
White with #77033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77033D; }
p { color: rgb(119,3,61); }
H1.HeaderClassName
{
color: #77033D;
}
.AnyTagClassName
{
color: #77033D;
}
</style>
background-color css
<style>
a { background-color: #77033D; }
a { background-color: rgb(119,3,61); }
div.DivClassName
{
background-color: #77033D;
}
.BgClassName
{
background-color: #77033D;
}
</style>
border-color css
<style>
span { border-color: #77033D; }
span { border-color: rgb(119,3,61); }
td.TdClassName
{
border-color: #77033D;
}
.TagClassName
{
border-color: #77033D;
}
</style>