Shades of Purple #760866
Tints of Purple #760866
RGB
CMYK
RGB Variations
Color information
#760866 (or 0x760866) is known color: Purple. HEX triplet: 76, 08 and 66. RGB value is (118,8,102). Sum of RGB (Red+Green+Blue) = 118+8+102=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #760866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760866 is #89F799. Grayscale: #333333. Windows color (decimal): -9041818 or 6686838. OLE color: 6686838.
HSL color Cylindrical-coordinate representation of color #760866: hue angle of 308.73º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760866 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 8 | 102 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.54 |
| HSL | 308.73º | 0.87% | 0.25% | - |
| HSV(B) | 308.73º | 0.93% | 0.46% | - |
| XYZ | 9.96 | 4.98 | 13.01 | - |
| YUV | 51.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 102 | 0 | 0.93 | 0.14 | 0.54 | 308.73 | 0.87 | 0.25 |
| Hex | 76 | 8 | 66 | 0 | 5D | E | 36 | 135 | 57 | 19 |
| Octal | 166 | 10 | 146 | 0 | 135 | 16 | 66 | 465 | 127 | 31 |
| Binary | 1110110 | 1000 | 1100110 | 0 | 1011101 | 1110 | 110110 | 100110101 | 1010111 | 11001 |
Color Harmonies of #760866
Complementary color
Monochromatic Colors of #760866
Black with #760866
Text Example
Text Example
White with #760866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760866; }
p { color: rgb(118,8,102); }
H1.HeaderClassName
{
color: #760866;
}
.AnyTagClassName
{
color: #760866;
}
</style>
background-color css
<style>
a { background-color: #760866; }
a { background-color: rgb(118,8,102); }
div.DivClassName
{
background-color: #760866;
}
.BgClassName
{
background-color: #760866;
}
</style>
border-color css
<style>
span { border-color: #760866; }
span { border-color: rgb(118,8,102); }
td.TdClassName
{
border-color: #760866;
}
.TagClassName
{
border-color: #760866;
}
</style>