#7742F0

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

Shades of Blue Violet #7742F0

Tints of Blue Violet #7742F0

Color information

#7742F0 (or 0x7742F0) is unknown color: approx Blue Violet. HEX triplet: 77, 42 and F0. RGB value is (119,66,240). Sum of RGB (Red+Green+Blue) = 119+66+240=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 240 (94.14% from 255 or 56.47% from 425); Max value from RGB is 240 - color contains mainly: blue. Hex color #7742F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7742F0 is #88BD0F. Grayscale: #656565. Windows color (decimal): -8961296 or 15745655. OLE color: 15745655.

HSL color Cylindrical-coordinate representation of color #7742F0: hue angle of 258.28º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7742F0 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11966240-
CMYK0.500.7200.06
HSL258.28º85.29%60%-
HSV(B)258.28º72.5%94.12%-
XYZ25.2814.1183.83-
YUV101.68206.06140.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28%
GREEN value IS 66 (26.17% from 255) = 15.53%
BLUE value IS 240 (94.14% from 255) = 56.47%
R=28%
G=15.53%
B=56.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal119662400.500.7200.06258.2885.2960
Hex7742F0324806102553c
Octal167102360621100640212574
Binary1110111100001011110000110010100100001101000000101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7742F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7742F0; }

 p { color: rgb(119,66,240); }

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

<style>
 a { background-color: #7742F0; }

 a { background-color: rgb(119,66,240); }

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

<style>
 span { border-color: #7742F0; }

 span { border-color: rgb(119,66,240); }

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