Shades of Purple #77096B
Tints of Purple #77096B
RGB
CMYK
RGB Variations
Color information
#77096B (or 0x77096B) is known color: Purple. HEX triplet: 77, 09 and 6B. RGB value is (119,9,107). Sum of RGB (Red+Green+Blue) = 119+9+107=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77096B is #88F694. Grayscale: #343434. Windows color (decimal): -8976021 or 7014775. OLE color: 7014775.
HSL color Cylindrical-coordinate representation of color #77096B: hue angle of 306.55º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77096B is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 9 | 107 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.53 |
| HSL | 306.55º | 0.86% | 0.25% | - |
| HSV(B) | 306.55º | 0.92% | 0.47% | - |
| XYZ | 10.36 | 5.18 | 14.36 | - |
| YUV | 53.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 107 | 0 | 0.92 | 0.10 | 0.53 | 306.55 | 0.86 | 0.25 |
| Hex | 77 | 9 | 6B | 0 | 5C | A | 35 | 133 | 56 | 19 |
| Octal | 167 | 11 | 153 | 0 | 134 | 12 | 65 | 463 | 126 | 31 |
| Binary | 1110111 | 1001 | 1101011 | 0 | 1011100 | 1010 | 110101 | 100110011 | 1010110 | 11001 |
Color Harmonies of #77096B
Complementary color
Monochromatic Colors of #77096B
Black with #77096B
Text Example
Text Example
White with #77096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77096B; }
p { color: rgb(119,9,107); }
H1.HeaderClassName
{
color: #77096B;
}
.AnyTagClassName
{
color: #77096B;
}
</style>
background-color css
<style>
a { background-color: #77096B; }
a { background-color: rgb(119,9,107); }
div.DivClassName
{
background-color: #77096B;
}
.BgClassName
{
background-color: #77096B;
}
</style>
border-color css
<style>
span { border-color: #77096B; }
span { border-color: rgb(119,9,107); }
td.TdClassName
{
border-color: #77096B;
}
.TagClassName
{
border-color: #77096B;
}
</style>