Shades of Purple #760E92
Tints of Purple #760E92
RGB
CMYK
RGB Variations
Color information
#760E92 (or 0x760E92) is known color: Purple. HEX triplet: 76, 0E and 92. RGB value is (118,14,146). Sum of RGB (Red+Green+Blue) = 118+14+146=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #760E92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760E92 is #89F16D. Grayscale: #3B3B3B. Windows color (decimal): -9040238 or 9571958. OLE color: 9571958.
HSL color Cylindrical-coordinate representation of color #760E92: hue angle of 287.27º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760E92 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 14 | 146 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.43 |
| HSL | 287.27º | 0.83% | 0.31% | - |
| HSV(B) | 287.27º | 0.9% | 0.57% | - |
| XYZ | 12.82 | 6.24 | 27.72 | - |
| YUV | 60.14 | 176.46 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 146 | 0.19 | 0.90 | 0 | 0.43 | 287.27 | 0.83 | 0.31 |
| Hex | 76 | E | 92 | 13 | 5A | 0 | 2B | 11F | 52 | 1F |
| Octal | 166 | 16 | 222 | 23 | 132 | 0 | 53 | 437 | 122 | 37 |
| Binary | 1110110 | 1110 | 10010010 | 10011 | 1011010 | 0 | 101011 | 100011111 | 1010010 | 11111 |
Color Harmonies of #760E92
Complementary color
Monochromatic Colors of #760E92
Black with #760E92
Text Example
Text Example
White with #760E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E92; }
p { color: rgb(118,14,146); }
H1.HeaderClassName
{
color: #760E92;
}
.AnyTagClassName
{
color: #760E92;
}
</style>
background-color css
<style>
a { background-color: #760E92; }
a { background-color: rgb(118,14,146); }
div.DivClassName
{
background-color: #760E92;
}
.BgClassName
{
background-color: #760E92;
}
</style>
border-color css
<style>
span { border-color: #760E92; }
span { border-color: rgb(118,14,146); }
td.TdClassName
{
border-color: #760E92;
}
.TagClassName
{
border-color: #760E92;
}
</style>