Shades of Purple #770C6D
Tints of Purple #770C6D
RGB
CMYK
RGB Variations
Color information
#770C6D (or 0x770C6D) is known color: Purple. HEX triplet: 77, 0C and 6D. RGB value is (119,12,109). Sum of RGB (Red+Green+Blue) = 119+12+109=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #770C6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C6D is #88F392. Grayscale: #363636. Windows color (decimal): -8975251 or 7146615. OLE color: 7146615.
HSL color Cylindrical-coordinate representation of color #770C6D: hue angle of 305.61º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C6D is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 109 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.53 |
| HSL | 305.61º | 0.82% | 0.26% | - |
| HSV(B) | 305.61º | 0.9% | 0.47% | - |
| XYZ | 10.5 | 5.29 | 14.94 | - |
| YUV | 55.05 | 158.45 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 109 | 0 | 0.90 | 0.08 | 0.53 | 305.61 | 0.82 | 0.26 |
| Hex | 77 | C | 6D | 0 | 5A | 8 | 35 | 132 | 52 | 1A |
| Octal | 167 | 14 | 155 | 0 | 132 | 10 | 65 | 462 | 122 | 32 |
| Binary | 1110111 | 1100 | 1101101 | 0 | 1011010 | 1000 | 110101 | 100110010 | 1010010 | 11010 |
Color Harmonies of #770C6D
Complementary color
Monochromatic Colors of #770C6D
Black with #770C6D
Text Example
Text Example
White with #770C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C6D; }
p { color: rgb(119,12,109); }
H1.HeaderClassName
{
color: #770C6D;
}
.AnyTagClassName
{
color: #770C6D;
}
</style>
background-color css
<style>
a { background-color: #770C6D; }
a { background-color: rgb(119,12,109); }
div.DivClassName
{
background-color: #770C6D;
}
.BgClassName
{
background-color: #770C6D;
}
</style>
border-color css
<style>
span { border-color: #770C6D; }
span { border-color: rgb(119,12,109); }
td.TdClassName
{
border-color: #770C6D;
}
.TagClassName
{
border-color: #770C6D;
}
</style>