Shades of Purple #761981
Tints of Purple #761981
RGB
CMYK
RGB Variations
Color information
#761981 (or 0x761981) is known color: Purple. HEX triplet: 76, 19 and 81. RGB value is (118,25,129). Sum of RGB (Red+Green+Blue) = 118+25+129=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #761981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761981 is #89E67E. Grayscale: #404040. Windows color (decimal): -9037439 or 8460662. OLE color: 8460662.
HSL color Cylindrical-coordinate representation of color #761981: hue angle of 293.65º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761981 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 25 | 129 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.49 |
| HSL | 293.65º | 0.68% | 0.3% | - |
| HSV(B) | 293.65º | 0.81% | 0.51% | - |
| XYZ | 11.78 | 6.13 | 21.33 | - |
| YUV | 64.66 | 164.31 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 129 | 0.09 | 0.81 | 0 | 0.49 | 293.65 | 0.68 | 0.3 |
| Hex | 76 | 19 | 81 | 9 | 51 | 0 | 31 | 126 | 44 | 1E |
| Octal | 166 | 31 | 201 | 11 | 121 | 0 | 61 | 446 | 104 | 36 |
| Binary | 1110110 | 11001 | 10000001 | 1001 | 1010001 | 0 | 110001 | 100100110 | 1000100 | 11110 |
Color Harmonies of #761981
Complementary color
Monochromatic Colors of #761981
Black with #761981
Text Example
Text Example
White with #761981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761981; }
p { color: rgb(118,25,129); }
H1.HeaderClassName
{
color: #761981;
}
.AnyTagClassName
{
color: #761981;
}
</style>
background-color css
<style>
a { background-color: #761981; }
a { background-color: rgb(118,25,129); }
div.DivClassName
{
background-color: #761981;
}
.BgClassName
{
background-color: #761981;
}
</style>
border-color css
<style>
span { border-color: #761981; }
span { border-color: rgb(118,25,129); }
td.TdClassName
{
border-color: #761981;
}
.TagClassName
{
border-color: #761981;
}
</style>