Shades of Dark Purple #771A6B
Tints of Dark Purple #771A6B
RGB
CMYK
RGB Variations
Color information
#771A6B (or 0x771A6B) is known color: Dark Purple. HEX triplet: 77, 1A and 6B. RGB value is (119,26,107). Sum of RGB (Red+Green+Blue) = 119+26+107=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #771A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771A6B is #88E594. Grayscale: #3E3E3E. Windows color (decimal): -8971669 or 7019127. OLE color: 7019127.
HSL color Cylindrical-coordinate representation of color #771A6B: hue angle of 307.74º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771A6B is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 26 | 107 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.53 |
| HSL | 307.74º | 0.64% | 0.28% | - |
| HSV(B) | 307.74º | 0.78% | 0.47% | - |
| XYZ | 10.63 | 5.72 | 14.45 | - |
| YUV | 63.04 | 152.81 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 26 | 107 | 0 | 0.78 | 0.10 | 0.53 | 307.74 | 0.64 | 0.28 |
| Hex | 77 | 1A | 6B | 0 | 4E | A | 35 | 134 | 40 | 1C |
| Octal | 167 | 32 | 153 | 0 | 116 | 12 | 65 | 464 | 100 | 34 |
| Binary | 1110111 | 11010 | 1101011 | 0 | 1001110 | 1010 | 110101 | 100110100 | 1000000 | 11100 |
Color Harmonies of #771A6B
Complementary color
Monochromatic Colors of #771A6B
Black with #771A6B
Text Example
Text Example
White with #771A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771A6B; }
p { color: rgb(119,26,107); }
H1.HeaderClassName
{
color: #771A6B;
}
.AnyTagClassName
{
color: #771A6B;
}
</style>
background-color css
<style>
a { background-color: #771A6B; }
a { background-color: rgb(119,26,107); }
div.DivClassName
{
background-color: #771A6B;
}
.BgClassName
{
background-color: #771A6B;
}
</style>
border-color css
<style>
span { border-color: #771A6B; }
span { border-color: rgb(119,26,107); }
td.TdClassName
{
border-color: #771A6B;
}
.TagClassName
{
border-color: #771A6B;
}
</style>