Shades of Purple #770B74
Tints of Purple #770B74
RGB
CMYK
RGB Variations
Color information
#770B74 (or 0x770B74) is known color: Purple. HEX triplet: 77, 0B and 74. RGB value is (119,11,116). Sum of RGB (Red+Green+Blue) = 119+11+116=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #770B74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770B74 is #88F48B. Grayscale: #363636. Windows color (decimal): -8975500 or 7605111. OLE color: 7605111.
HSL color Cylindrical-coordinate representation of color #770B74: hue angle of 301.67º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B74 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 11 | 116 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.53 |
| HSL | 301.67º | 0.83% | 0.25% | - |
| HSV(B) | 301.67º | 0.91% | 0.47% | - |
| XYZ | 10.88 | 5.42 | 17 | - |
| YUV | 55.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 116 | 0 | 0.91 | 0.03 | 0.53 | 301.67 | 0.83 | 0.25 |
| Hex | 77 | B | 74 | 0 | 5B | 3 | 35 | 12E | 53 | 19 |
| Octal | 167 | 13 | 164 | 0 | 133 | 3 | 65 | 456 | 123 | 31 |
| Binary | 1110111 | 1011 | 1110100 | 0 | 1011011 | 11 | 110101 | 100101110 | 1010011 | 11001 |
Color Harmonies of #770B74
Complementary color
Monochromatic Colors of #770B74
Black with #770B74
Text Example
Text Example
White with #770B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770B74; }
p { color: rgb(119,11,116); }
H1.HeaderClassName
{
color: #770B74;
}
.AnyTagClassName
{
color: #770B74;
}
</style>
background-color css
<style>
a { background-color: #770B74; }
a { background-color: rgb(119,11,116); }
div.DivClassName
{
background-color: #770B74;
}
.BgClassName
{
background-color: #770B74;
}
</style>
border-color css
<style>
span { border-color: #770B74; }
span { border-color: rgb(119,11,116); }
td.TdClassName
{
border-color: #770B74;
}
.TagClassName
{
border-color: #770B74;
}
</style>