#7A40E3

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

Shades of Blue Violet #7A40E3

Tints of Blue Violet #7A40E3

Color information

#7A40E3 (or 0x7A40E3) is unknown color: approx Blue Violet. HEX triplet: 7A, 40 and E3. RGB value is (122,64,227). Sum of RGB (Red+Green+Blue) = 122+64+227=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 227 (89.06% from 255 or 54.96% from 413); Max value from RGB is 227 - color contains mainly: blue. Hex color #7A40E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A40E3 is #85BF1C. Grayscale: #636363. Windows color (decimal): -8765213 or 14893178. OLE color: 14893178.

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

Color convert

RGB12264227-
CMYK0.460.7200.11
HSL261.35º74.43%57.06%-
HSV(B)261.35º71.81%89.02%-
XYZ23.7213.3574-
YUV99.92199.72143.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.54%
GREEN value IS 64 (25.39% from 255) = 15.50%
BLUE value IS 227 (89.06% from 255) = 54.96%
R=29.54%
G=15.50%
B=54.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal122642270.460.7200.11261.3574.4357.06
Hex7A40E32E480B1054a39
Octal1721003435611001340511271
Binary11110101000000111000111011101001000010111000001011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A40E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A40E3; }

 p { color: rgb(122,64,227); }

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

<style>
 a { background-color: #7A40E3; }

 a { background-color: rgb(122,64,227); }

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

<style>
 span { border-color: #7A40E3; }

 span { border-color: rgb(122,64,227); }

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