Shades of Purple #760884
Tints of Purple #760884
RGB
CMYK
RGB Variations
Color information
#760884 (or 0x760884) is known color: Purple. HEX triplet: 76, 08 and 84. RGB value is (118,8,132). Sum of RGB (Red+Green+Blue) = 118+8+132=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #760884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760884 is #89F77B. Grayscale: #363636. Windows color (decimal): -9041788 or 8652918. OLE color: 8652918.
HSL color Cylindrical-coordinate representation of color #760884: hue angle of 293.23º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760884 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 8 | 132 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.48 |
| HSL | 293.23º | 0.89% | 0.27% | - |
| HSV(B) | 293.23º | 0.94% | 0.52% | - |
| XYZ | 11.72 | 5.69 | 22.31 | - |
| YUV | 55.03 | 171.44 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 132 | 0.11 | 0.94 | 0 | 0.48 | 293.23 | 0.89 | 0.27 |
| Hex | 76 | 8 | 84 | B | 5E | 0 | 30 | 125 | 59 | 1B |
| Octal | 166 | 10 | 204 | 13 | 136 | 0 | 60 | 445 | 131 | 33 |
| Binary | 1110110 | 1000 | 10000100 | 1011 | 1011110 | 0 | 110000 | 100100101 | 1011001 | 11011 |
Color Harmonies of #760884
Complementary color
Monochromatic Colors of #760884
Black with #760884
Text Example
Text Example
White with #760884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760884; }
p { color: rgb(118,8,132); }
H1.HeaderClassName
{
color: #760884;
}
.AnyTagClassName
{
color: #760884;
}
</style>
background-color css
<style>
a { background-color: #760884; }
a { background-color: rgb(118,8,132); }
div.DivClassName
{
background-color: #760884;
}
.BgClassName
{
background-color: #760884;
}
</style>
border-color css
<style>
span { border-color: #760884; }
span { border-color: rgb(118,8,132); }
td.TdClassName
{
border-color: #760884;
}
.TagClassName
{
border-color: #760884;
}
</style>