Shades of Purple #77096F
Tints of Purple #77096F
RGB
CMYK
RGB Variations
Color information
#77096F (or 0x77096F) is known color: Purple. HEX triplet: 77, 09 and 6F. RGB value is (119,9,111). Sum of RGB (Red+Green+Blue) = 119+9+111=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #77096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77096F is #88F690. Grayscale: #353535. Windows color (decimal): -8976017 or 7276919. OLE color: 7276919.
HSL color Cylindrical-coordinate representation of color #77096F: hue angle of 304.36º 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 #77096F is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 9 | 111 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.53 |
| HSL | 304.36º | 0.86% | 0.25% | - |
| HSV(B) | 304.36º | 0.92% | 0.47% | - |
| XYZ | 10.57 | 5.27 | 15.5 | - |
| YUV | 53.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 111 | 0 | 0.92 | 0.07 | 0.53 | 304.36 | 0.86 | 0.25 |
| Hex | 77 | 9 | 6F | 0 | 5C | 7 | 35 | 130 | 56 | 19 |
| Octal | 167 | 11 | 157 | 0 | 134 | 7 | 65 | 460 | 126 | 31 |
| Binary | 1110111 | 1001 | 1101111 | 0 | 1011100 | 111 | 110101 | 100110000 | 1010110 | 11001 |
Color Harmonies of #77096F
Complementary color
Monochromatic Colors of #77096F
Black with #77096F
Text Example
Text Example
White with #77096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77096F; }
p { color: rgb(119,9,111); }
H1.HeaderClassName
{
color: #77096F;
}
.AnyTagClassName
{
color: #77096F;
}
</style>
background-color css
<style>
a { background-color: #77096F; }
a { background-color: rgb(119,9,111); }
div.DivClassName
{
background-color: #77096F;
}
.BgClassName
{
background-color: #77096F;
}
</style>
border-color css
<style>
span { border-color: #77096F; }
span { border-color: rgb(119,9,111); }
td.TdClassName
{
border-color: #77096F;
}
.TagClassName
{
border-color: #77096F;
}
</style>