Shades of Purple #770674
Tints of Purple #770674
RGB
CMYK
RGB Variations
Color information
#770674 (or 0x770674) is known color: Purple. HEX triplet: 77, 06 and 74. RGB value is (119,6,116). Sum of RGB (Red+Green+Blue) = 119+6+116=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #770674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770674 is #88F98B. Grayscale: #333333. Windows color (decimal): -8976780 or 7603831. OLE color: 7603831.
HSL color Cylindrical-coordinate representation of color #770674: hue angle of 301.59º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770674 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 6 | 116 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.53 |
| HSL | 301.59º | 0.9% | 0.25% | - |
| HSV(B) | 301.59º | 0.95% | 0.47% | - |
| XYZ | 10.83 | 5.31 | 16.98 | - |
| YUV | 52.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 116 | 0 | 0.95 | 0.03 | 0.53 | 301.59 | 0.9 | 0.25 |
| Hex | 77 | 6 | 74 | 0 | 5F | 3 | 35 | 12E | 5A | 19 |
| Octal | 167 | 6 | 164 | 0 | 137 | 3 | 65 | 456 | 132 | 31 |
| Binary | 1110111 | 110 | 1110100 | 0 | 1011111 | 11 | 110101 | 100101110 | 1011010 | 11001 |
Color Harmonies of #770674
Complementary color
Monochromatic Colors of #770674
Black with #770674
Text Example
Text Example
White with #770674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770674; }
p { color: rgb(119,6,116); }
H1.HeaderClassName
{
color: #770674;
}
.AnyTagClassName
{
color: #770674;
}
</style>
background-color css
<style>
a { background-color: #770674; }
a { background-color: rgb(119,6,116); }
div.DivClassName
{
background-color: #770674;
}
.BgClassName
{
background-color: #770674;
}
</style>
border-color css
<style>
span { border-color: #770674; }
span { border-color: rgb(119,6,116); }
td.TdClassName
{
border-color: #770674;
}
.TagClassName
{
border-color: #770674;
}
</style>