#761f86

Color #761F86 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #761F86

Tints of Vivid Violet #761F86

Color information

#761F86 (or 0x761F86) is unknown color: approx Vivid Violet. HEX triplet: 76, 1F and 86. RGB value is (118,31,134). Sum of RGB (Red+Green+Blue) = 118+31+134=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #761F86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761F86 is #89E079. Grayscale: #444444. Windows color (decimal): -9035898 or 8789878. OLE color: 8789878.

HSL color Cylindrical-coordinate representation of color #761F86: hue angle of 290.68º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #761F86 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11831134-
CMYK0.120.7700.47
HSL290.68º62.42%32.35%-
HSV(B)290.68º76.87%52.55%-
XYZ12.266.5523.17-
YUV68.76164.82163.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 31 (12.5% from 255) = 10.95%
BLUE value IS 134 (52.73% from 255) = 47.35%
R=41.70%
G=10.95%
B=47.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118311340.120.7700.47290.6862.4232.35
Hex761F86C4D02F1233e20
Octal16637206141150574437640
Binary11101101111110000110110010011010101111100100011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761f86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761f86; }

 p { color: rgb(118,31,134); }

 H1.HeaderClassName
 {
   color: #761f86;
 }
 .AnyTagClassName
 {
   color: #761f86;
 }
</style>
background-color css

<style>
 a { background-color: #761f86; }

 a { background-color: rgb(118,31,134); }

 div.DivClassName
 {
   background-color: #761f86;
 }
 .BgClassName
 {
   background-color: #761f86;
 }
</style>
border-color css

<style>
 span { border-color: #761f86; }

 span { border-color: rgb(118,31,134); }

 td.TdClassName
 {
   border-color: #761f86;
 }
 .TagClassName
 {
   border-color: #761f86;
 }
</style>