Shades of Dark Purple #771B78
Tints of Dark Purple #771B78
RGB
CMYK
RGB Variations
Color information
#771B78 (or 0x771B78) is known color: Dark Purple. HEX triplet: 77, 1B and 78. RGB value is (119,27,120). Sum of RGB (Red+Green+Blue) = 119+27+120=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #771B78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771B78 is #88E487. Grayscale: #404040. Windows color (decimal): -8971400 or 7871351. OLE color: 7871351.
HSL color Cylindrical-coordinate representation of color #771B78: hue angle of 299.35º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #771B78 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 27 | 120 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.53 |
| HSL | 299.35º | 0.63% | 0.29% | - |
| HSV(B) | 299.35º | 0.78% | 0.47% | - |
| XYZ | 11.39 | 6.06 | 18.34 | - |
| YUV | 65.11 | 158.98 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 120 | 0.01 | 0.78 | 0 | 0.53 | 299.35 | 0.63 | 0.29 |
| Hex | 77 | 1B | 78 | 1 | 4E | 0 | 35 | 12B | 3F | 1D |
| Octal | 167 | 33 | 170 | 1 | 116 | 0 | 65 | 453 | 77 | 35 |
| Binary | 1110111 | 11011 | 1111000 | 1 | 1001110 | 0 | 110101 | 100101011 | 111111 | 11101 |
Color Harmonies of #771B78
Complementary color
Monochromatic Colors of #771B78
Black with #771B78
Text Example
Text Example
White with #771B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771B78; }
p { color: rgb(119,27,120); }
H1.HeaderClassName
{
color: #771B78;
}
.AnyTagClassName
{
color: #771B78;
}
</style>
background-color css
<style>
a { background-color: #771B78; }
a { background-color: rgb(119,27,120); }
div.DivClassName
{
background-color: #771B78;
}
.BgClassName
{
background-color: #771B78;
}
</style>
border-color css
<style>
span { border-color: #771B78; }
span { border-color: rgb(119,27,120); }
td.TdClassName
{
border-color: #771B78;
}
.TagClassName
{
border-color: #771B78;
}
</style>