#7741E3

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

Shades of Blue Violet #7741E3

Tints of Blue Violet #7741E3

Color information

#7741E3 (or 0x7741E3) is unknown color: approx Blue Violet. HEX triplet: 77, 41 and E3. RGB value is (119,65,227). Sum of RGB (Red+Green+Blue) = 119+65+227=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 227 (89.06% from 255 or 55.23% from 411); Max value from RGB is 227 - color contains mainly: blue. Hex color #7741E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7741E3 is #88BE1C. Grayscale: #636363. Windows color (decimal): -8961565 or 14893431. OLE color: 14893431.

HSL color Cylindrical-coordinate representation of color #7741E3: hue angle of 260º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7741E3 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11965227-
CMYK0.480.7100.11
HSL260º74.31%57.25%-
HSV(B)260º71.37%89.02%-
XYZ23.3613.2574-
YUV99.61199.89141.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.95%
GREEN value IS 65 (25.78% from 255) = 15.82%
BLUE value IS 227 (89.06% from 255) = 55.23%
R=28.95%
G=15.82%
B=55.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal119652270.480.7100.1126074.3157.25
Hex7741E330470B1044a39
Octal1671013436010701340411271
Binary11101111000001111000111100001000111010111000001001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7741E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7741E3; }

 p { color: rgb(119,65,227); }

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

<style>
 a { background-color: #7741E3; }

 a { background-color: rgb(119,65,227); }

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

<style>
 span { border-color: #7741E3; }

 span { border-color: rgb(119,65,227); }

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