Shades of Tyrian Purple #770238
Tints of Tyrian Purple #770238
RGB
CMYK
RGB Variations
Color information
#770238 (or 0x770238) is known color: Tyrian Purple. HEX triplet: 77, 02 and 38. RGB value is (119,2,56). Sum of RGB (Red+Green+Blue) = 119+2+56=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #770238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770238 is #88FDC7. Grayscale: #2B2B2B. Windows color (decimal): -8977864 or 3670647. OLE color: 3670647.
HSL color Cylindrical-coordinate representation of color #770238: hue angle of 332.31º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770238 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 2 | 56 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.53 |
| HSL | 332.31º | 0.97% | 0.24% | - |
| HSV(B) | 332.31º | 0.98% | 0.47% | - |
| XYZ | 8.34 | 4.25 | 4.12 | - |
| YUV | 43.14 | 135.26 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 56 | 0 | 0.98 | 0.53 | 0.53 | 332.31 | 0.97 | 0.24 |
| Hex | 77 | 2 | 38 | 0 | 62 | 35 | 35 | 14C | 61 | 18 |
| Octal | 167 | 2 | 70 | 0 | 142 | 65 | 65 | 514 | 141 | 30 |
| Binary | 1110111 | 10 | 111000 | 0 | 1100010 | 110101 | 110101 | 101001100 | 1100001 | 11000 |
Color Harmonies of #770238
Complementary color
Monochromatic Colors of #770238
Black with #770238
Text Example
Text Example
White with #770238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770238; }
p { color: rgb(119,2,56); }
H1.HeaderClassName
{
color: #770238;
}
.AnyTagClassName
{
color: #770238;
}
</style>
background-color css
<style>
a { background-color: #770238; }
a { background-color: rgb(119,2,56); }
div.DivClassName
{
background-color: #770238;
}
.BgClassName
{
background-color: #770238;
}
</style>
border-color css
<style>
span { border-color: #770238; }
span { border-color: rgb(119,2,56); }
td.TdClassName
{
border-color: #770238;
}
.TagClassName
{
border-color: #770238;
}
</style>