Shades of Purple #760881
Tints of Purple #760881
RGB
CMYK
RGB Variations
Color information
#760881 (or 0x760881) is known color: Purple. HEX triplet: 76, 08 and 81. RGB value is (118,8,129). Sum of RGB (Red+Green+Blue) = 118+8+129=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 129 (50.78% from 255 or 50.59% from 255); Max value from RGB is 129 - color contains mainly: blue. Hex color #760881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760881 is #89F77E. Grayscale: #363636. Windows color (decimal): -9041791 or 8456310. OLE color: 8456310.
HSL color Cylindrical-coordinate representation of color #760881: hue angle of 294.55º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760881 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 8 | 129 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.49 |
| HSL | 294.55º | 0.88% | 0.27% | - |
| HSV(B) | 294.55º | 0.94% | 0.51% | - |
| XYZ | 11.52 | 5.61 | 21.24 | - |
| YUV | 54.68 | 169.94 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 129 | 0.09 | 0.94 | 0 | 0.49 | 294.55 | 0.88 | 0.27 |
| Hex | 76 | 8 | 81 | 9 | 5E | 0 | 31 | 127 | 58 | 1B |
| Octal | 166 | 10 | 201 | 11 | 136 | 0 | 61 | 447 | 130 | 33 |
| Binary | 1110110 | 1000 | 10000001 | 1001 | 1011110 | 0 | 110001 | 100100111 | 1011000 | 11011 |
Color Harmonies of #760881
Complementary color
Monochromatic Colors of #760881
Black with #760881
Text Example
Text Example
White with #760881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760881; }
p { color: rgb(118,8,129); }
H1.HeaderClassName
{
color: #760881;
}
.AnyTagClassName
{
color: #760881;
}
</style>
background-color css
<style>
a { background-color: #760881; }
a { background-color: rgb(118,8,129); }
div.DivClassName
{
background-color: #760881;
}
.BgClassName
{
background-color: #760881;
}
</style>
border-color css
<style>
span { border-color: #760881; }
span { border-color: rgb(118,8,129); }
td.TdClassName
{
border-color: #760881;
}
.TagClassName
{
border-color: #760881;
}
</style>