#7D40EA

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

Shades of Blue Violet #7D40EA

Tints of Blue Violet #7D40EA

Color information

#7D40EA (or 0x7D40EA) is unknown color: approx Blue Violet. HEX triplet: 7D, 40 and EA. RGB value is (125,64,234). Sum of RGB (Red+Green+Blue) = 125+64+234=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D40EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D40EA is #82BF15. Grayscale: #646464. Windows color (decimal): -8568598 or 15351933. OLE color: 15351933.

HSL color Cylindrical-coordinate representation of color #7D40EA: hue angle of 261.53º 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 #7D40EA is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12564234-
CMYK0.470.7300.08
HSL261.53º80.19%58.43%-
HSV(B)261.53º72.65%91.76%-
XYZ25.1413.9779.21-
YUV101.62202.71144.68-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.55%
GREEN value IS 64 (25.39% from 255) = 15.13%
BLUE value IS 234 (91.80% from 255) = 55.32%
R=29.55%
G=15.13%
B=55.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal125642340.470.7300.08261.5380.1958.43
Hex7D40EA2F4908106503a
Octal1751003525711101040612072
Binary11111011000000111010101011111001001010001000001101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D40EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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