Shades of Purple #770C85
Tints of Purple #770C85
RGB
CMYK
RGB Variations
Color information
#770C85 (or 0x770C85) is known color: Purple. HEX triplet: 77, 0C and 85. RGB value is (119,12,133). Sum of RGB (Red+Green+Blue) = 119+12+133=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #770C85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770C85 is #88F37A. Grayscale: #393939. Windows color (decimal): -8975227 or 8719479. OLE color: 8719479.
HSL color Cylindrical-coordinate representation of color #770C85: hue angle of 293.06º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770C85 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 12 | 133 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.48 |
| HSL | 293.06º | 0.83% | 0.28% | - |
| HSV(B) | 293.06º | 0.91% | 0.52% | - |
| XYZ | 11.97 | 5.88 | 22.69 | - |
| YUV | 57.79 | 170.45 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 133 | 0.11 | 0.91 | 0 | 0.48 | 293.06 | 0.83 | 0.28 |
| Hex | 77 | C | 85 | B | 5B | 0 | 30 | 125 | 53 | 1C |
| Octal | 167 | 14 | 205 | 13 | 133 | 0 | 60 | 445 | 123 | 34 |
| Binary | 1110111 | 1100 | 10000101 | 1011 | 1011011 | 0 | 110000 | 100100101 | 1010011 | 11100 |
Color Harmonies of #770C85
Complementary color
Monochromatic Colors of #770C85
Black with #770C85
Text Example
Text Example
White with #770C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C85; }
p { color: rgb(119,12,133); }
H1.HeaderClassName
{
color: #770C85;
}
.AnyTagClassName
{
color: #770C85;
}
</style>
background-color css
<style>
a { background-color: #770C85; }
a { background-color: rgb(119,12,133); }
div.DivClassName
{
background-color: #770C85;
}
.BgClassName
{
background-color: #770C85;
}
</style>
border-color css
<style>
span { border-color: #770C85; }
span { border-color: rgb(119,12,133); }
td.TdClassName
{
border-color: #770C85;
}
.TagClassName
{
border-color: #770C85;
}
</style>