Shades of Purple #761394
Tints of Purple #761394
RGB
CMYK
RGB Variations
Color information
#761394 (or 0x761394) is known color: Purple. HEX triplet: 76, 13 and 94. RGB value is (118,19,148). Sum of RGB (Red+Green+Blue) = 118+19+148=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #761394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761394 is #89EC6B. Grayscale: #3E3E3E. Windows color (decimal): -9038956 or 9704310. OLE color: 9704310.
HSL color Cylindrical-coordinate representation of color #761394: hue angle of 286.05º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #761394 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 19 | 148 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.42 |
| HSL | 286.05º | 0.77% | 0.33% | - |
| HSV(B) | 286.05º | 0.87% | 0.58% | - |
| XYZ | 13.05 | 6.46 | 28.58 | - |
| YUV | 63.31 | 175.8 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 19 | 148 | 0.20 | 0.87 | 0 | 0.42 | 286.05 | 0.77 | 0.33 |
| Hex | 76 | 13 | 94 | 14 | 57 | 0 | 2A | 11E | 4D | 21 |
| Octal | 166 | 23 | 224 | 24 | 127 | 0 | 52 | 436 | 115 | 41 |
| Binary | 1110110 | 10011 | 10010100 | 10100 | 1010111 | 0 | 101010 | 100011110 | 1001101 | 100001 |
Color Harmonies of #761394
Complementary color
Monochromatic Colors of #761394
Black with #761394
Text Example
Text Example
White with #761394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761394; }
p { color: rgb(118,19,148); }
H1.HeaderClassName
{
color: #761394;
}
.AnyTagClassName
{
color: #761394;
}
</style>
background-color css
<style>
a { background-color: #761394; }
a { background-color: rgb(118,19,148); }
div.DivClassName
{
background-color: #761394;
}
.BgClassName
{
background-color: #761394;
}
</style>
border-color css
<style>
span { border-color: #761394; }
span { border-color: rgb(118,19,148); }
td.TdClassName
{
border-color: #761394;
}
.TagClassName
{
border-color: #761394;
}
</style>