Shades of Purple #760778
Tints of Purple #760778
RGB
CMYK
RGB Variations
Color information
#760778 (or 0x760778) is known color: Purple. HEX triplet: 76, 07 and 78. RGB value is (118,7,120). Sum of RGB (Red+Green+Blue) = 118+7+120=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #760778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760778 is #89F887. Grayscale: #343434. Windows color (decimal): -9042056 or 7866230. OLE color: 7866230.
HSL color Cylindrical-coordinate representation of color #760778: hue angle of 298.94º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760778 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 7 | 120 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.53 |
| HSL | 298.94º | 0.89% | 0.25% | - |
| HSV(B) | 298.94º | 0.94% | 0.47% | - |
| XYZ | 10.94 | 5.36 | 18.23 | - |
| YUV | 53.07 | 165.77 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 120 | 0.02 | 0.94 | 0 | 0.53 | 298.94 | 0.89 | 0.25 |
| Hex | 76 | 7 | 78 | 2 | 5E | 0 | 35 | 12B | 59 | 19 |
| Octal | 166 | 7 | 170 | 2 | 136 | 0 | 65 | 453 | 131 | 31 |
| Binary | 1110110 | 111 | 1111000 | 10 | 1011110 | 0 | 110101 | 100101011 | 1011001 | 11001 |
Color Harmonies of #760778
Complementary color
Monochromatic Colors of #760778
Black with #760778
Text Example
Text Example
White with #760778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760778; }
p { color: rgb(118,7,120); }
H1.HeaderClassName
{
color: #760778;
}
.AnyTagClassName
{
color: #760778;
}
</style>
background-color css
<style>
a { background-color: #760778; }
a { background-color: rgb(118,7,120); }
div.DivClassName
{
background-color: #760778;
}
.BgClassName
{
background-color: #760778;
}
</style>
border-color css
<style>
span { border-color: #760778; }
span { border-color: rgb(118,7,120); }
td.TdClassName
{
border-color: #760778;
}
.TagClassName
{
border-color: #760778;
}
</style>