Shades of Purple #761781
Tints of Purple #761781
RGB
CMYK
RGB Variations
Color information
#761781 (or 0x761781) is known color: Purple. HEX triplet: 76, 17 and 81. RGB value is (118,23,129). Sum of RGB (Red+Green+Blue) = 118+23+129=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #761781 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761781 is #89E87E. Grayscale: #3F3F3F. Windows color (decimal): -9037951 or 8460150. OLE color: 8460150.
HSL color Cylindrical-coordinate representation of color #761781: hue angle of 293.77º degrees, saturation: 0.7, 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 #761781 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 23 | 129 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.49 |
| HSL | 293.77º | 0.7% | 0.3% | - |
| HSV(B) | 293.77º | 0.82% | 0.51% | - |
| XYZ | 11.74 | 6.05 | 21.32 | - |
| YUV | 63.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 129 | 0.09 | 0.82 | 0 | 0.49 | 293.77 | 0.7 | 0.3 |
| Hex | 76 | 17 | 81 | 9 | 52 | 0 | 31 | 126 | 46 | 1E |
| Octal | 166 | 27 | 201 | 11 | 122 | 0 | 61 | 446 | 106 | 36 |
| Binary | 1110110 | 10111 | 10000001 | 1001 | 1010010 | 0 | 110001 | 100100110 | 1000110 | 11110 |
Color Harmonies of #761781
Complementary color
Monochromatic Colors of #761781
Black with #761781
Text Example
Text Example
White with #761781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761781; }
p { color: rgb(118,23,129); }
H1.HeaderClassName
{
color: #761781;
}
.AnyTagClassName
{
color: #761781;
}
</style>
background-color css
<style>
a { background-color: #761781; }
a { background-color: rgb(118,23,129); }
div.DivClassName
{
background-color: #761781;
}
.BgClassName
{
background-color: #761781;
}
</style>
border-color css
<style>
span { border-color: #761781; }
span { border-color: rgb(118,23,129); }
td.TdClassName
{
border-color: #761781;
}
.TagClassName
{
border-color: #761781;
}
</style>