Shades of Purple #761192
Tints of Purple #761192
RGB
CMYK
RGB Variations
Color information
#761192 (or 0x761192) is known color: Purple. HEX triplet: 76, 11 and 92. RGB value is (118,17,146). Sum of RGB (Red+Green+Blue) = 118+17+146=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #761192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761192 is #89EE6D. Grayscale: #3D3D3D. Windows color (decimal): -9039470 or 9572726. OLE color: 9572726.
HSL color Cylindrical-coordinate representation of color #761192: hue angle of 286.98º degrees, saturation: 0.79, 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 #761192 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 17 | 146 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.43 |
| HSL | 286.98º | 0.79% | 0.32% | - |
| HSV(B) | 286.98º | 0.88% | 0.57% | - |
| XYZ | 12.86 | 6.33 | 27.74 | - |
| YUV | 61.91 | 175.46 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 17 | 146 | 0.19 | 0.88 | 0 | 0.43 | 286.98 | 0.79 | 0.32 |
| Hex | 76 | 11 | 92 | 13 | 58 | 0 | 2B | 11F | 4F | 20 |
| Octal | 166 | 21 | 222 | 23 | 130 | 0 | 53 | 437 | 117 | 40 |
| Binary | 1110110 | 10001 | 10010010 | 10011 | 1011000 | 0 | 101011 | 100011111 | 1001111 | 100000 |
Color Harmonies of #761192
Complementary color
Monochromatic Colors of #761192
Black with #761192
Text Example
Text Example
White with #761192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761192; }
p { color: rgb(118,17,146); }
H1.HeaderClassName
{
color: #761192;
}
.AnyTagClassName
{
color: #761192;
}
</style>
background-color css
<style>
a { background-color: #761192; }
a { background-color: rgb(118,17,146); }
div.DivClassName
{
background-color: #761192;
}
.BgClassName
{
background-color: #761192;
}
</style>
border-color css
<style>
span { border-color: #761192; }
span { border-color: rgb(118,17,146); }
td.TdClassName
{
border-color: #761192;
}
.TagClassName
{
border-color: #761192;
}
</style>