Shades of Purple #761582
Tints of Purple #761582
RGB
CMYK
RGB Variations
Color information
#761582 (or 0x761582) is known color: Purple. HEX triplet: 76, 15 and 82. RGB value is (118,21,130). Sum of RGB (Red+Green+Blue) = 118+21+130=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #761582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761582 is #89EA7D. Grayscale: #3E3E3E. Windows color (decimal): -9038462 or 8525174. OLE color: 8525174.
HSL color Cylindrical-coordinate representation of color #761582: hue angle of 293.39º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761582 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 21 | 130 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.49 |
| HSL | 293.39º | 0.72% | 0.3% | - |
| HSV(B) | 293.39º | 0.84% | 0.51% | - |
| XYZ | 11.77 | 6 | 21.66 | - |
| YUV | 62.43 | 166.14 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 130 | 0.09 | 0.84 | 0 | 0.49 | 293.39 | 0.72 | 0.3 |
| Hex | 76 | 15 | 82 | 9 | 54 | 0 | 31 | 125 | 48 | 1E |
| Octal | 166 | 25 | 202 | 11 | 124 | 0 | 61 | 445 | 110 | 36 |
| Binary | 1110110 | 10101 | 10000010 | 1001 | 1010100 | 0 | 110001 | 100100101 | 1001000 | 11110 |
Color Harmonies of #761582
Complementary color
Monochromatic Colors of #761582
Black with #761582
Text Example
Text Example
White with #761582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761582; }
p { color: rgb(118,21,130); }
H1.HeaderClassName
{
color: #761582;
}
.AnyTagClassName
{
color: #761582;
}
</style>
background-color css
<style>
a { background-color: #761582; }
a { background-color: rgb(118,21,130); }
div.DivClassName
{
background-color: #761582;
}
.BgClassName
{
background-color: #761582;
}
</style>
border-color css
<style>
span { border-color: #761582; }
span { border-color: rgb(118,21,130); }
td.TdClassName
{
border-color: #761582;
}
.TagClassName
{
border-color: #761582;
}
</style>