Shades of Purple #770974
Tints of Purple #770974
RGB
CMYK
RGB Variations
Color information
#770974 (or 0x770974) is known color: Purple. HEX triplet: 77, 09 and 74. RGB value is (119,9,116). Sum of RGB (Red+Green+Blue) = 119+9+116=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #770974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770974 is #88F68B. Grayscale: #353535. Windows color (decimal): -8976012 or 7604599. OLE color: 7604599.
HSL color Cylindrical-coordinate representation of color #770974: hue angle of 301.64º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770974 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 9 | 116 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.53 |
| HSL | 301.64º | 0.86% | 0.25% | - |
| HSV(B) | 301.64º | 0.92% | 0.47% | - |
| XYZ | 10.86 | 5.38 | 16.99 | - |
| YUV | 54.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 116 | 0 | 0.92 | 0.03 | 0.53 | 301.64 | 0.86 | 0.25 |
| Hex | 77 | 9 | 74 | 0 | 5C | 3 | 35 | 12E | 56 | 19 |
| Octal | 167 | 11 | 164 | 0 | 134 | 3 | 65 | 456 | 126 | 31 |
| Binary | 1110111 | 1001 | 1110100 | 0 | 1011100 | 11 | 110101 | 100101110 | 1010110 | 11001 |
Color Harmonies of #770974
Complementary color
Monochromatic Colors of #770974
Black with #770974
Text Example
Text Example
White with #770974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770974; }
p { color: rgb(119,9,116); }
H1.HeaderClassName
{
color: #770974;
}
.AnyTagClassName
{
color: #770974;
}
</style>
background-color css
<style>
a { background-color: #770974; }
a { background-color: rgb(119,9,116); }
div.DivClassName
{
background-color: #770974;
}
.BgClassName
{
background-color: #770974;
}
</style>
border-color css
<style>
span { border-color: #770974; }
span { border-color: rgb(119,9,116); }
td.TdClassName
{
border-color: #770974;
}
.TagClassName
{
border-color: #770974;
}
</style>