#7744E3

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

Shades of Blue Violet #7744E3

Tints of Blue Violet #7744E3

Color information

#7744E3 (or 0x7744E3) is unknown color: approx Blue Violet. HEX triplet: 77, 44 and E3. RGB value is (119,68,227). Sum of RGB (Red+Green+Blue) = 119+68+227=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 227 (89.06% from 255 or 54.83% from 414); Max value from RGB is 227 - color contains mainly: blue. Hex color #7744E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7744E3 is #88BB1C. Grayscale: #646464. Windows color (decimal): -8960797 or 14894199. OLE color: 14894199.

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

Color convert

RGB11968227-
CMYK0.480.7000.11
HSL259.25º73.95%57.84%-
HSV(B)259.25º70.04%89.02%-
XYZ23.5413.674.06-
YUV101.37198.9140.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.74%
GREEN value IS 68 (26.95% from 255) = 16.43%
BLUE value IS 227 (89.06% from 255) = 54.83%
R=28.74%
G=16.43%
B=54.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal119682270.480.7000.11259.2573.9557.84
Hex7744E330460B1034a3a
Octal1671043436010601340311272
Binary11101111000100111000111100001000110010111000000111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7744E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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