Shades of Purple #760765
Tints of Purple #760765
RGB
CMYK
RGB Variations
Color information
#760765 (or 0x760765) is known color: Purple. HEX triplet: 76, 07 and 65. RGB value is (118,7,101). Sum of RGB (Red+Green+Blue) = 118+7+101=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #760765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760765 is #89F89A. Grayscale: #323232. Windows color (decimal): -9042075 or 6621046. OLE color: 6621046.
HSL color Cylindrical-coordinate representation of color #760765: hue angle of 309.19º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760765 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 7 | 101 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.54 |
| HSL | 309.19º | 0.89% | 0.25% | - |
| HSV(B) | 309.19º | 0.94% | 0.46% | - |
| XYZ | 9.9 | 4.94 | 12.74 | - |
| YUV | 50.91 | 156.27 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 101 | 0 | 0.94 | 0.14 | 0.54 | 309.19 | 0.89 | 0.25 |
| Hex | 76 | 7 | 65 | 0 | 5E | E | 36 | 135 | 59 | 19 |
| Octal | 166 | 7 | 145 | 0 | 136 | 16 | 66 | 465 | 131 | 31 |
| Binary | 1110110 | 111 | 1100101 | 0 | 1011110 | 1110 | 110110 | 100110101 | 1011001 | 11001 |
Color Harmonies of #760765
Complementary color
Monochromatic Colors of #760765
Black with #760765
Text Example
Text Example
White with #760765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760765; }
p { color: rgb(118,7,101); }
H1.HeaderClassName
{
color: #760765;
}
.AnyTagClassName
{
color: #760765;
}
</style>
background-color css
<style>
a { background-color: #760765; }
a { background-color: rgb(118,7,101); }
div.DivClassName
{
background-color: #760765;
}
.BgClassName
{
background-color: #760765;
}
</style>
border-color css
<style>
span { border-color: #760765; }
span { border-color: rgb(118,7,101); }
td.TdClassName
{
border-color: #760765;
}
.TagClassName
{
border-color: #760765;
}
</style>