Shades of Purple #770D6D
Tints of Purple #770D6D
RGB
CMYK
RGB Variations
Color information
#770D6D (or 0x770D6D) is known color: Purple. HEX triplet: 77, 0D and 6D. RGB value is (119,13,109). Sum of RGB (Red+Green+Blue) = 119+13+109=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #770D6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770D6D is #88F292. Grayscale: #373737. Windows color (decimal): -8974995 or 7146871. OLE color: 7146871.
HSL color Cylindrical-coordinate representation of color #770D6D: hue angle of 305.66º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770D6D is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 13 | 109 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.53 |
| HSL | 305.66º | 0.8% | 0.26% | - |
| HSV(B) | 305.66º | 0.89% | 0.47% | - |
| XYZ | 10.51 | 5.31 | 14.94 | - |
| YUV | 55.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 109 | 0 | 0.89 | 0.08 | 0.53 | 305.66 | 0.8 | 0.26 |
| Hex | 77 | D | 6D | 0 | 59 | 8 | 35 | 132 | 50 | 1A |
| Octal | 167 | 15 | 155 | 0 | 131 | 10 | 65 | 462 | 120 | 32 |
| Binary | 1110111 | 1101 | 1101101 | 0 | 1011001 | 1000 | 110101 | 100110010 | 1010000 | 11010 |
Color Harmonies of #770D6D
Complementary color
Monochromatic Colors of #770D6D
Black with #770D6D
Text Example
Text Example
White with #770D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770D6D; }
p { color: rgb(119,13,109); }
H1.HeaderClassName
{
color: #770D6D;
}
.AnyTagClassName
{
color: #770D6D;
}
</style>
background-color css
<style>
a { background-color: #770D6D; }
a { background-color: rgb(119,13,109); }
div.DivClassName
{
background-color: #770D6D;
}
.BgClassName
{
background-color: #770D6D;
}
</style>
border-color css
<style>
span { border-color: #770D6D; }
span { border-color: rgb(119,13,109); }
td.TdClassName
{
border-color: #770D6D;
}
.TagClassName
{
border-color: #770D6D;
}
</style>