Shades of Purple #760B77
Tints of Purple #760B77
RGB
CMYK
RGB Variations
Color information
#760B77 (or 0x760B77) is known color: Purple. HEX triplet: 76, 0B and 77. RGB value is (118,11,119). Sum of RGB (Red+Green+Blue) = 118+11+119=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #760B77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760B77 is #89F488. Grayscale: #363636. Windows color (decimal): -9041033 or 7801718. OLE color: 7801718.
HSL color Cylindrical-coordinate representation of color #760B77: hue angle of 299.44º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760B77 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 11 | 119 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.53 |
| HSL | 299.44º | 0.83% | 0.25% | - |
| HSV(B) | 299.44º | 0.91% | 0.47% | - |
| XYZ | 10.92 | 5.42 | 17.92 | - |
| YUV | 55.31 | 163.95 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 119 | 0.01 | 0.91 | 0 | 0.53 | 299.44 | 0.83 | 0.25 |
| Hex | 76 | B | 77 | 1 | 5B | 0 | 35 | 12B | 53 | 19 |
| Octal | 166 | 13 | 167 | 1 | 133 | 0 | 65 | 453 | 123 | 31 |
| Binary | 1110110 | 1011 | 1110111 | 1 | 1011011 | 0 | 110101 | 100101011 | 1010011 | 11001 |
Color Harmonies of #760B77
Complementary color
Monochromatic Colors of #760B77
Black with #760B77
Text Example
Text Example
White with #760B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B77; }
p { color: rgb(118,11,119); }
H1.HeaderClassName
{
color: #760B77;
}
.AnyTagClassName
{
color: #760B77;
}
</style>
background-color css
<style>
a { background-color: #760B77; }
a { background-color: rgb(118,11,119); }
div.DivClassName
{
background-color: #760B77;
}
.BgClassName
{
background-color: #760B77;
}
</style>
border-color css
<style>
span { border-color: #760B77; }
span { border-color: rgb(118,11,119); }
td.TdClassName
{
border-color: #760B77;
}
.TagClassName
{
border-color: #760B77;
}
</style>