Shades of Purple #761882
Tints of Purple #761882
RGB
CMYK
RGB Variations
Color information
#761882 (or 0x761882) is known color: Purple. HEX triplet: 76, 18 and 82. RGB value is (118,24,130). Sum of RGB (Red+Green+Blue) = 118+24+130=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #761882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761882 is #89E77D. Grayscale: #3F3F3F. Windows color (decimal): -9037694 or 8525942. OLE color: 8525942.
HSL color Cylindrical-coordinate representation of color #761882: hue angle of 293.21º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761882 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 24 | 130 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.49 |
| HSL | 293.21º | 0.69% | 0.3% | - |
| HSV(B) | 293.21º | 0.82% | 0.51% | - |
| XYZ | 11.83 | 6.12 | 21.68 | - |
| YUV | 64.19 | 165.14 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 130 | 0.09 | 0.82 | 0 | 0.49 | 293.21 | 0.69 | 0.3 |
| Hex | 76 | 18 | 82 | 9 | 52 | 0 | 31 | 125 | 45 | 1E |
| Octal | 166 | 30 | 202 | 11 | 122 | 0 | 61 | 445 | 105 | 36 |
| Binary | 1110110 | 11000 | 10000010 | 1001 | 1010010 | 0 | 110001 | 100100101 | 1000101 | 11110 |
Color Harmonies of #761882
Complementary color
Monochromatic Colors of #761882
Black with #761882
Text Example
Text Example
White with #761882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761882; }
p { color: rgb(118,24,130); }
H1.HeaderClassName
{
color: #761882;
}
.AnyTagClassName
{
color: #761882;
}
</style>
background-color css
<style>
a { background-color: #761882; }
a { background-color: rgb(118,24,130); }
div.DivClassName
{
background-color: #761882;
}
.BgClassName
{
background-color: #761882;
}
</style>
border-color css
<style>
span { border-color: #761882; }
span { border-color: rgb(118,24,130); }
td.TdClassName
{
border-color: #761882;
}
.TagClassName
{
border-color: #761882;
}
</style>