Shades of Purple #760B71
Tints of Purple #760B71
RGB
CMYK
RGB Variations
Color information
#760B71 (or 0x760B71) is known color: Purple. HEX triplet: 76, 0B and 71. RGB value is (118,11,113). Sum of RGB (Red+Green+Blue) = 118+11+113=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #760B71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760B71 is #89F48E. Grayscale: #363636. Windows color (decimal): -9041039 or 7408502. OLE color: 7408502.
HSL color Cylindrical-coordinate representation of color #760B71: hue angle of 302.8º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760B71 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 113 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.54 |
| HSL | 302.8º | 0.83% | 0.25% | - |
| HSV(B) | 302.8º | 0.91% | 0.46% | - |
| XYZ | 10.57 | 5.28 | 16.09 | - |
| YUV | 54.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 113 | 0 | 0.91 | 0.04 | 0.54 | 302.8 | 0.83 | 0.25 |
| Hex | 76 | B | 71 | 0 | 5B | 4 | 36 | 12F | 53 | 19 |
| Octal | 166 | 13 | 161 | 0 | 133 | 4 | 66 | 457 | 123 | 31 |
| Binary | 1110110 | 1011 | 1110001 | 0 | 1011011 | 100 | 110110 | 100101111 | 1010011 | 11001 |
Color Harmonies of #760B71
Complementary color
Monochromatic Colors of #760B71
Black with #760B71
Text Example
Text Example
White with #760B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B71; }
p { color: rgb(118,11,113); }
H1.HeaderClassName
{
color: #760B71;
}
.AnyTagClassName
{
color: #760B71;
}
</style>
background-color css
<style>
a { background-color: #760B71; }
a { background-color: rgb(118,11,113); }
div.DivClassName
{
background-color: #760B71;
}
.BgClassName
{
background-color: #760B71;
}
</style>
border-color css
<style>
span { border-color: #760B71; }
span { border-color: rgb(118,11,113); }
td.TdClassName
{
border-color: #760B71;
}
.TagClassName
{
border-color: #760B71;
}
</style>