Shades of Purple #760976
Tints of Purple #760976
RGB
CMYK
RGB Variations
Color information
#760976 (or 0x760976) is known color: Purple. HEX triplet: 76, 09 and 76. RGB value is (118,9,118). Sum of RGB (Red+Green+Blue) = 118+9+118=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #760976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760976 is #89F689. Grayscale: #353535. Windows color (decimal): -9041546 or 7735670. OLE color: 7735670.
HSL color Cylindrical-coordinate representation of color #760976: hue angle of 300º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760976 is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 118 | - |
| CMYK | 0 | 0.92 | 0 | 0.54 |
| HSL | 300º | 0.86% | 0.25% | - |
| HSV(B) | 300º | 0.92% | 0.46% | - |
| XYZ | 10.84 | 5.35 | 17.6 | - |
| YUV | 54.02 | 164.11 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 118 | 0 | 0.92 | 0 | 0.54 | 300 | 0.86 | 0.25 |
| Hex | 76 | 9 | 76 | 0 | 5C | 0 | 36 | 12C | 56 | 19 |
| Octal | 166 | 11 | 166 | 0 | 134 | 0 | 66 | 454 | 126 | 31 |
| Binary | 1110110 | 1001 | 1110110 | 0 | 1011100 | 0 | 110110 | 100101100 | 1010110 | 11001 |
Color Harmonies of #760976
Complementary color
Monochromatic Colors of #760976
Black with #760976
Text Example
Text Example
White with #760976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760976; }
p { color: rgb(118,9,118); }
H1.HeaderClassName
{
color: #760976;
}
.AnyTagClassName
{
color: #760976;
}
</style>
background-color css
<style>
a { background-color: #760976; }
a { background-color: rgb(118,9,118); }
div.DivClassName
{
background-color: #760976;
}
.BgClassName
{
background-color: #760976;
}
</style>
border-color css
<style>
span { border-color: #760976; }
span { border-color: rgb(118,9,118); }
td.TdClassName
{
border-color: #760976;
}
.TagClassName
{
border-color: #760976;
}
</style>