Shades of Purple #761984
Tints of Purple #761984
RGB
CMYK
RGB Variations
Color information
#761984 (or 0x761984) is known color: Purple. HEX triplet: 76, 19 and 84. RGB value is (118,25,132). Sum of RGB (Red+Green+Blue) = 118+25+132=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #761984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761984 is #89E67B. Grayscale: #404040. Windows color (decimal): -9037436 or 8657270. OLE color: 8657270.
HSL color Cylindrical-coordinate representation of color #761984: hue angle of 292.15º 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 #761984 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 25 | 132 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.48 |
| HSL | 292.15º | 0.68% | 0.31% | - |
| HSV(B) | 292.15º | 0.81% | 0.52% | - |
| XYZ | 11.98 | 6.21 | 22.4 | - |
| YUV | 65.01 | 165.81 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 132 | 0.11 | 0.81 | 0 | 0.48 | 292.15 | 0.68 | 0.31 |
| Hex | 76 | 19 | 84 | B | 51 | 0 | 30 | 124 | 44 | 1F |
| Octal | 166 | 31 | 204 | 13 | 121 | 0 | 60 | 444 | 104 | 37 |
| Binary | 1110110 | 11001 | 10000100 | 1011 | 1010001 | 0 | 110000 | 100100100 | 1000100 | 11111 |
Color Harmonies of #761984
Complementary color
Monochromatic Colors of #761984
Black with #761984
Text Example
Text Example
White with #761984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761984; }
p { color: rgb(118,25,132); }
H1.HeaderClassName
{
color: #761984;
}
.AnyTagClassName
{
color: #761984;
}
</style>
background-color css
<style>
a { background-color: #761984; }
a { background-color: rgb(118,25,132); }
div.DivClassName
{
background-color: #761984;
}
.BgClassName
{
background-color: #761984;
}
</style>
border-color css
<style>
span { border-color: #761984; }
span { border-color: rgb(118,25,132); }
td.TdClassName
{
border-color: #761984;
}
.TagClassName
{
border-color: #761984;
}
</style>