Shades of Purple #760985
Tints of Purple #760985
RGB
CMYK
RGB Variations
Color information
#760985 (or 0x760985) is known color: Purple. HEX triplet: 76, 09 and 85. RGB value is (118,9,133). Sum of RGB (Red+Green+Blue) = 118+9+133=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #760985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760985 is #89F67A. Grayscale: #373737. Windows color (decimal): -9041531 or 8718710. OLE color: 8718710.
HSL color Cylindrical-coordinate representation of color #760985: hue angle of 292.74º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760985 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 9 | 133 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.48 |
| HSL | 292.74º | 0.87% | 0.28% | - |
| HSV(B) | 292.74º | 0.93% | 0.52% | - |
| XYZ | 11.8 | 5.74 | 22.68 | - |
| YUV | 55.73 | 171.61 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 133 | 0.11 | 0.93 | 0 | 0.48 | 292.74 | 0.87 | 0.28 |
| Hex | 76 | 9 | 85 | B | 5D | 0 | 30 | 125 | 57 | 1C |
| Octal | 166 | 11 | 205 | 13 | 135 | 0 | 60 | 445 | 127 | 34 |
| Binary | 1110110 | 1001 | 10000101 | 1011 | 1011101 | 0 | 110000 | 100100101 | 1010111 | 11100 |
Color Harmonies of #760985
Complementary color
Monochromatic Colors of #760985
Black with #760985
Text Example
Text Example
White with #760985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760985; }
p { color: rgb(118,9,133); }
H1.HeaderClassName
{
color: #760985;
}
.AnyTagClassName
{
color: #760985;
}
</style>
background-color css
<style>
a { background-color: #760985; }
a { background-color: rgb(118,9,133); }
div.DivClassName
{
background-color: #760985;
}
.BgClassName
{
background-color: #760985;
}
</style>
border-color css
<style>
span { border-color: #760985; }
span { border-color: rgb(118,9,133); }
td.TdClassName
{
border-color: #760985;
}
.TagClassName
{
border-color: #760985;
}
</style>