Shades of Purple #760061
Tints of Purple #760061
RGB
CMYK
RGB Variations
Color information
#760061 (or 0x760061) is known color: Purple. HEX triplet: 76, 00 and 61. RGB value is (118,0,97). Sum of RGB (Red+Green+Blue) = 118+0+97=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #760061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760061 is #89FF9E. Grayscale: #2E2E2E. Windows color (decimal): -9043871 or 6357110. OLE color: 6357110.
HSL color Cylindrical-coordinate representation of color #760061: hue angle of 310.68º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760061 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.18 | 0.54 |
| HSL | 310.68º | 1% | 0.23% | - |
| HSV(B) | 310.68º | 1% | 0.46% | - |
| XYZ | 9.63 | 4.71 | 11.71 | - |
| YUV | 46.34 | 156.59 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 97 | 0 | 1 | 0.18 | 0.54 | 310.68 | 1 | 0.23 |
| Hex | 76 | 0 | 61 | 0 | 64 | 12 | 36 | 137 | 64 | 17 |
| Octal | 166 | 0 | 141 | 0 | 144 | 22 | 66 | 467 | 144 | 27 |
| Binary | 1110110 | 0 | 1100001 | 0 | 1100100 | 10010 | 110110 | 100110111 | 1100100 | 10111 |
Color Harmonies of #760061
Complementary color
Monochromatic Colors of #760061
Black with #760061
Text Example
Text Example
White with #760061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760061; }
p { color: rgb(118,0,97); }
H1.HeaderClassName
{
color: #760061;
}
.AnyTagClassName
{
color: #760061;
}
</style>
background-color css
<style>
a { background-color: #760061; }
a { background-color: rgb(118,0,97); }
div.DivClassName
{
background-color: #760061;
}
.BgClassName
{
background-color: #760061;
}
</style>
border-color css
<style>
span { border-color: #760061; }
span { border-color: rgb(118,0,97); }
td.TdClassName
{
border-color: #760061;
}
.TagClassName
{
border-color: #760061;
}
</style>