Shades of Purple #760479
Tints of Purple #760479
RGB
CMYK
RGB Variations
Color information
#760479 (or 0x760479) is known color: Purple. HEX triplet: 76, 04 and 79. RGB value is (118,4,121). Sum of RGB (Red+Green+Blue) = 118+4+121=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #760479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760479 is #89FB86. Grayscale: #333333. Windows color (decimal): -9042823 or 7930998. OLE color: 7930998.
HSL color Cylindrical-coordinate representation of color #760479: hue angle of 298.46º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760479 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 4 | 121 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.53 |
| HSL | 298.46º | 0.94% | 0.25% | - |
| HSV(B) | 298.46º | 0.97% | 0.47% | - |
| XYZ | 10.97 | 5.32 | 18.54 | - |
| YUV | 51.42 | 167.27 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 4 | 121 | 0.02 | 0.97 | 0 | 0.53 | 298.46 | 0.94 | 0.25 |
| Hex | 76 | 4 | 79 | 2 | 61 | 0 | 35 | 12A | 5E | 19 |
| Octal | 166 | 4 | 171 | 2 | 141 | 0 | 65 | 452 | 136 | 31 |
| Binary | 1110110 | 100 | 1111001 | 10 | 1100001 | 0 | 110101 | 100101010 | 1011110 | 11001 |
Color Harmonies of #760479
Complementary color
Monochromatic Colors of #760479
Black with #760479
Text Example
Text Example
White with #760479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760479; }
p { color: rgb(118,4,121); }
H1.HeaderClassName
{
color: #760479;
}
.AnyTagClassName
{
color: #760479;
}
</style>
background-color css
<style>
a { background-color: #760479; }
a { background-color: rgb(118,4,121); }
div.DivClassName
{
background-color: #760479;
}
.BgClassName
{
background-color: #760479;
}
</style>
border-color css
<style>
span { border-color: #760479; }
span { border-color: rgb(118,4,121); }
td.TdClassName
{
border-color: #760479;
}
.TagClassName
{
border-color: #760479;
}
</style>