Shades of Purple #761785
Tints of Purple #761785
RGB
CMYK
RGB Variations
Color information
#761785 (or 0x761785) is known color: Purple. HEX triplet: 76, 17 and 85. RGB value is (118,23,133). Sum of RGB (Red+Green+Blue) = 118+23+133=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #761785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761785 is #89E87A. Grayscale: #3F3F3F. Windows color (decimal): -9037947 or 8722294. OLE color: 8722294.
HSL color Cylindrical-coordinate representation of color #761785: hue angle of 291.82º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #761785 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 23 | 133 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.48 |
| HSL | 291.82º | 0.71% | 0.31% | - |
| HSV(B) | 291.82º | 0.83% | 0.52% | - |
| XYZ | 12.01 | 6.16 | 22.75 | - |
| YUV | 63.95 | 166.97 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 133 | 0.11 | 0.83 | 0 | 0.48 | 291.82 | 0.71 | 0.31 |
| Hex | 76 | 17 | 85 | B | 53 | 0 | 30 | 124 | 47 | 1F |
| Octal | 166 | 27 | 205 | 13 | 123 | 0 | 60 | 444 | 107 | 37 |
| Binary | 1110110 | 10111 | 10000101 | 1011 | 1010011 | 0 | 110000 | 100100100 | 1000111 | 11111 |
Color Harmonies of #761785
Complementary color
Monochromatic Colors of #761785
Black with #761785
Text Example
Text Example
White with #761785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761785; }
p { color: rgb(118,23,133); }
H1.HeaderClassName
{
color: #761785;
}
.AnyTagClassName
{
color: #761785;
}
</style>
background-color css
<style>
a { background-color: #761785; }
a { background-color: rgb(118,23,133); }
div.DivClassName
{
background-color: #761785;
}
.BgClassName
{
background-color: #761785;
}
</style>
border-color css
<style>
span { border-color: #761785; }
span { border-color: rgb(118,23,133); }
td.TdClassName
{
border-color: #761785;
}
.TagClassName
{
border-color: #761785;
}
</style>