Shades of Purple #761985
Tints of Purple #761985
RGB
CMYK
RGB Variations
Color information
#761985 (or 0x761985) is known color: Purple. HEX triplet: 76, 19 and 85. RGB value is (118,25,133). Sum of RGB (Red+Green+Blue) = 118+25+133=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #761985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761985 is #89E67A. Grayscale: #404040. Windows color (decimal): -9037435 or 8722806. OLE color: 8722806.
HSL color Cylindrical-coordinate representation of color #761985: hue angle of 291.67º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761985 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 25 | 133 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.48 |
| HSL | 291.67º | 0.68% | 0.31% | - |
| HSV(B) | 291.67º | 0.81% | 0.52% | - |
| XYZ | 12.05 | 6.24 | 22.76 | - |
| YUV | 65.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 133 | 0.11 | 0.81 | 0 | 0.48 | 291.67 | 0.68 | 0.31 |
| Hex | 76 | 19 | 85 | B | 51 | 0 | 30 | 124 | 44 | 1F |
| Octal | 166 | 31 | 205 | 13 | 121 | 0 | 60 | 444 | 104 | 37 |
| Binary | 1110110 | 11001 | 10000101 | 1011 | 1010001 | 0 | 110000 | 100100100 | 1000100 | 11111 |
Color Harmonies of #761985
Complementary color
Monochromatic Colors of #761985
Black with #761985
Text Example
Text Example
White with #761985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761985; }
p { color: rgb(118,25,133); }
H1.HeaderClassName
{
color: #761985;
}
.AnyTagClassName
{
color: #761985;
}
</style>
background-color css
<style>
a { background-color: #761985; }
a { background-color: rgb(118,25,133); }
div.DivClassName
{
background-color: #761985;
}
.BgClassName
{
background-color: #761985;
}
</style>
border-color css
<style>
span { border-color: #761985; }
span { border-color: rgb(118,25,133); }
td.TdClassName
{
border-color: #761985;
}
.TagClassName
{
border-color: #761985;
}
</style>