#7640EA

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

Shades of Blue Violet #7640EA

Tints of Blue Violet #7640EA

Color information

#7640EA (or 0x7640EA) is unknown color: approx Blue Violet. HEX triplet: 76, 40 and EA. RGB value is (118,64,234). Sum of RGB (Red+Green+Blue) = 118+64+234=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #7640EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7640EA is #89BF15. Grayscale: #626262. Windows color (decimal): -9027350 or 15351926. OLE color: 15351926.

HSL color Cylindrical-coordinate representation of color #7640EA: hue angle of 259.06º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7640EA is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11864234-
CMYK0.500.7300.08
HSL259.06º80.19%58.43%-
HSV(B)259.06º72.65%91.76%-
XYZ24.1613.4679.17-
YUV99.53203.89141.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.37%
GREEN value IS 64 (25.39% from 255) = 15.38%
BLUE value IS 234 (91.80% from 255) = 56.25%
R=28.37%
G=15.38%
B=56.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal118642340.500.7300.08259.0680.1958.43
Hex7640EA324908103503a
Octal1661003526211101040312072
Binary11101101000000111010101100101001001010001000000111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7640EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7640EA; }

 p { color: rgb(118,64,234); }

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

<style>
 a { background-color: #7640EA; }

 a { background-color: rgb(118,64,234); }

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

<style>
 span { border-color: #7640EA; }

 span { border-color: rgb(118,64,234); }

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