#761BE9

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

Shades of Blue Violet #761BE9

Tints of Blue Violet #761BE9

Color information

#761BE9 (or 0x761BE9) is unknown color: approx Blue Violet. HEX triplet: 76, 1B and E9. RGB value is (118,27,233). Sum of RGB (Red+Green+Blue) = 118+27+233=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 233 (91.41% from 255 or 61.64% from 378); Max value from RGB is 233 - color contains mainly: blue. Hex color #761BE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761BE9 is #89E416. Grayscale: #4C4C4C. Windows color (decimal): -9036823 or 15276918. OLE color: 15276918.

HSL color Cylindrical-coordinate representation of color #761BE9: hue angle of 266.5º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761BE9 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11827233-
CMYK0.490.8800.09
HSL266.5º82.4%50.98%-
HSV(B)266.5º88.41%91.37%-
XYZ22.5710.5277.93-
YUV77.69215.65156.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 27 (10.94% from 255) = 7.14%
BLUE value IS 233 (91.41% from 255) = 61.64%
R=31.22%
G=7.14%
B=61.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal118272330.490.8800.09266.582.450.98
Hex761BE931580910b5233
Octal166333516113001141312263
Binary111011011011111010011100011011000010011000010111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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