Shades of Purple #761292
Tints of Purple #761292
RGB
CMYK
RGB Variations
Color information
#761292 (or 0x761292) is known color: Purple. HEX triplet: 76, 12 and 92. RGB value is (118,18,146). Sum of RGB (Red+Green+Blue) = 118+18+146=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #761292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761292 is #89ED6D. Grayscale: #3E3E3E. Windows color (decimal): -9039214 or 9572982. OLE color: 9572982.
HSL color Cylindrical-coordinate representation of color #761292: hue angle of 286.88º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761292 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 18 | 146 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.43 |
| HSL | 286.88º | 0.78% | 0.32% | - |
| HSV(B) | 286.88º | 0.88% | 0.57% | - |
| XYZ | 12.88 | 6.36 | 27.74 | - |
| YUV | 62.49 | 175.13 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 146 | 0.19 | 0.88 | 0 | 0.43 | 286.88 | 0.78 | 0.32 |
| Hex | 76 | 12 | 92 | 13 | 58 | 0 | 2B | 11F | 4E | 20 |
| Octal | 166 | 22 | 222 | 23 | 130 | 0 | 53 | 437 | 116 | 40 |
| Binary | 1110110 | 10010 | 10010010 | 10011 | 1011000 | 0 | 101011 | 100011111 | 1001110 | 100000 |
Color Harmonies of #761292
Complementary color
Monochromatic Colors of #761292
Black with #761292
Text Example
Text Example
White with #761292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761292; }
p { color: rgb(118,18,146); }
H1.HeaderClassName
{
color: #761292;
}
.AnyTagClassName
{
color: #761292;
}
</style>
background-color css
<style>
a { background-color: #761292; }
a { background-color: rgb(118,18,146); }
div.DivClassName
{
background-color: #761292;
}
.BgClassName
{
background-color: #761292;
}
</style>
border-color css
<style>
span { border-color: #761292; }
span { border-color: rgb(118,18,146); }
td.TdClassName
{
border-color: #761292;
}
.TagClassName
{
border-color: #761292;
}
</style>