#761B86

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

Shades of Vivid Violet #761B86

Tints of Vivid Violet #761B86

Color information

#761B86 (or 0x761B86) is unknown color: approx Vivid Violet. HEX triplet: 76, 1B and 86. RGB value is (118,27,134). Sum of RGB (Red+Green+Blue) = 118+27+134=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #761B86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761B86 is #89E479. Grayscale: #424242. Windows color (decimal): -9036922 or 8788854. OLE color: 8788854.

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

Color convert

RGB11827134-
CMYK0.120.8000.47
HSL291.03º66.46%31.57%-
HSV(B)291.03º79.85%52.55%-
XYZ12.176.3623.14-
YUV66.41166.15164.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 27 (10.94% from 255) = 9.68%
BLUE value IS 134 (52.73% from 255) = 48.03%
R=42.29%
G=9.68%
B=48.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118271340.120.8000.47291.0366.4631.57
Hex761B86C5002F1234220
Octal166332061412005744310240
Binary111011011011100001101100101000001011111001000111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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