Shades of Purple #770574
Tints of Purple #770574
RGB
CMYK
RGB Variations
Color information
#770574 (or 0x770574) is known color: Purple. HEX triplet: 77, 05 and 74. RGB value is (119,5,116). Sum of RGB (Red+Green+Blue) = 119+5+116=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #770574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770574 is #88FA8B. Grayscale: #333333. Windows color (decimal): -8977036 or 7603575. OLE color: 7603575.
HSL color Cylindrical-coordinate representation of color #770574: hue angle of 301.58º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770574 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 5 | 116 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.53 |
| HSL | 301.58º | 0.92% | 0.24% | - |
| HSV(B) | 301.58º | 0.96% | 0.47% | - |
| XYZ | 10.81 | 5.29 | 16.97 | - |
| YUV | 51.74 | 164.27 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 116 | 0 | 0.96 | 0.03 | 0.53 | 301.58 | 0.92 | 0.24 |
| Hex | 77 | 5 | 74 | 0 | 60 | 3 | 35 | 12E | 5C | 18 |
| Octal | 167 | 5 | 164 | 0 | 140 | 3 | 65 | 456 | 134 | 30 |
| Binary | 1110111 | 101 | 1110100 | 0 | 1100000 | 11 | 110101 | 100101110 | 1011100 | 11000 |
Color Harmonies of #770574
Complementary color
Monochromatic Colors of #770574
Black with #770574
Text Example
Text Example
White with #770574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770574; }
p { color: rgb(119,5,116); }
H1.HeaderClassName
{
color: #770574;
}
.AnyTagClassName
{
color: #770574;
}
</style>
background-color css
<style>
a { background-color: #770574; }
a { background-color: rgb(119,5,116); }
div.DivClassName
{
background-color: #770574;
}
.BgClassName
{
background-color: #770574;
}
</style>
border-color css
<style>
span { border-color: #770574; }
span { border-color: rgb(119,5,116); }
td.TdClassName
{
border-color: #770574;
}
.TagClassName
{
border-color: #770574;
}
</style>