Shades of Purple #760082
Tints of Purple #760082
RGB
CMYK
RGB Variations
Color information
#760082 (or 0x760082) is known color: Purple. HEX triplet: 76, 00 and 82. RGB value is (118,0,130). Sum of RGB (Red+Green+Blue) = 118+0+130=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #760082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760082 is #89FF7D. Grayscale: #313131. Windows color (decimal): -9043838 or 8519798. OLE color: 8519798.
HSL color Cylindrical-coordinate representation of color #760082: hue angle of 294.46º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760082 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 0 | 130 | - |
| CMYK | 0.09 | 1 | 0 | 0.49 |
| HSL | 294.46º | 1% | 0.25% | - |
| HSV(B) | 294.46º | 1% | 0.51% | - |
| XYZ | 11.5 | 5.46 | 21.57 | - |
| YUV | 50.1 | 173.09 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 130 | 0.09 | 1 | 0 | 0.49 | 294.46 | 1 | 0.25 |
| Hex | 76 | 0 | 82 | 9 | 64 | 0 | 31 | 126 | 64 | 19 |
| Octal | 166 | 0 | 202 | 11 | 144 | 0 | 61 | 446 | 144 | 31 |
| Binary | 1110110 | 0 | 10000010 | 1001 | 1100100 | 0 | 110001 | 100100110 | 1100100 | 11001 |
Color Harmonies of #760082
Complementary color
Monochromatic Colors of #760082
Black with #760082
Text Example
Text Example
White with #760082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760082; }
p { color: rgb(118,0,130); }
H1.HeaderClassName
{
color: #760082;
}
.AnyTagClassName
{
color: #760082;
}
</style>
background-color css
<style>
a { background-color: #760082; }
a { background-color: rgb(118,0,130); }
div.DivClassName
{
background-color: #760082;
}
.BgClassName
{
background-color: #760082;
}
</style>
border-color css
<style>
span { border-color: #760082; }
span { border-color: rgb(118,0,130); }
td.TdClassName
{
border-color: #760082;
}
.TagClassName
{
border-color: #760082;
}
</style>