Shades of Purple #760975
Tints of Purple #760975
RGB
CMYK
RGB Variations
Color information
#760975 (or 0x760975) is known color: Purple. HEX triplet: 76, 09 and 75. RGB value is (118,9,117). Sum of RGB (Red+Green+Blue) = 118+9+117=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #760975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760975 is #89F68A. Grayscale: #353535. Windows color (decimal): -9041547 or 7670134. OLE color: 7670134.
HSL color Cylindrical-coordinate representation of color #760975: hue angle of 300.55º 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 #760975 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 117 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.54 |
| HSL | 300.55º | 0.86% | 0.25% | - |
| HSV(B) | 300.55º | 0.92% | 0.46% | - |
| XYZ | 10.78 | 5.33 | 17.29 | - |
| YUV | 53.9 | 163.61 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 117 | 0 | 0.92 | 0.01 | 0.54 | 300.55 | 0.86 | 0.25 |
| Hex | 76 | 9 | 75 | 0 | 5C | 1 | 36 | 12D | 56 | 19 |
| Octal | 166 | 11 | 165 | 0 | 134 | 1 | 66 | 455 | 126 | 31 |
| Binary | 1110110 | 1001 | 1110101 | 0 | 1011100 | 1 | 110110 | 100101101 | 1010110 | 11001 |
Color Harmonies of #760975
Complementary color
Monochromatic Colors of #760975
Black with #760975
Text Example
Text Example
White with #760975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760975; }
p { color: rgb(118,9,117); }
H1.HeaderClassName
{
color: #760975;
}
.AnyTagClassName
{
color: #760975;
}
</style>
background-color css
<style>
a { background-color: #760975; }
a { background-color: rgb(118,9,117); }
div.DivClassName
{
background-color: #760975;
}
.BgClassName
{
background-color: #760975;
}
</style>
border-color css
<style>
span { border-color: #760975; }
span { border-color: rgb(118,9,117); }
td.TdClassName
{
border-color: #760975;
}
.TagClassName
{
border-color: #760975;
}
</style>