Shades of Violet #E77BF6
Tints of Violet #E77BF6
RGB
CMYK
RGB Variations
Color information
#E77BF6 (or 0xE77BF6) is known color: Violet. HEX triplet: E7, 7B and F6. RGB value is (231,123,246). Sum of RGB (Red+Green+Blue) = 231+123+246=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 123 (48.44% from 255 or 20.5% from 600); Blue value is 246 (96.48% from 255 or 41% from 600); Max value from RGB is 246 - color contains mainly: blue. Hex color #E77BF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77BF6 is #188409. Grayscale: #A8A8A8. Windows color (decimal): -1606666 or 16153575. OLE color: 16153575.
HSL color Cylindrical-coordinate representation of color #E77BF6: hue angle of 292.68º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E77BF6 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 123 | 246 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.04 |
| HSL | 292.68º | 0.87% | 0.72% | - |
| HSV(B) | 292.68º | 0.5% | 0.96% | - |
| XYZ | 56.67 | 37.81 | 91.5 | - |
| YUV | 169.31 | 171.28 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 123 | 246 | 0.06 | 0.50 | 0 | 0.04 | 292.68 | 0.87 | 0.72 |
| Hex | E7 | 7B | F6 | 6 | 32 | 0 | 4 | 125 | 57 | 48 |
| Octal | 347 | 173 | 366 | 6 | 62 | 0 | 4 | 445 | 127 | 110 |
| Binary | 11100111 | 1111011 | 11110110 | 110 | 110010 | 0 | 100 | 100100101 | 1010111 | 1001000 |
Color Harmonies of #E77BF6
Complementary color
Monochromatic Colors of #E77BF6
Black with #E77BF6
Text Example
Text Example
White with #E77BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77BF6; }
p { color: rgb(231,123,246); }
H1.HeaderClassName
{
color: #E77BF6;
}
.AnyTagClassName
{
color: #E77BF6;
}
</style>
background-color css
<style>
a { background-color: #E77BF6; }
a { background-color: rgb(231,123,246); }
div.DivClassName
{
background-color: #E77BF6;
}
.BgClassName
{
background-color: #E77BF6;
}
</style>
border-color css
<style>
span { border-color: #E77BF6; }
span { border-color: rgb(231,123,246); }
td.TdClassName
{
border-color: #E77BF6;
}
.TagClassName
{
border-color: #E77BF6;
}
</style>