#7D41E5

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

Shades of Blue Violet #7D41E5

Tints of Blue Violet #7D41E5

Color information

#7D41E5 (or 0x7D41E5) is unknown color: approx Blue Violet. HEX triplet: 7D, 41 and E5. RGB value is (125,65,229). Sum of RGB (Red+Green+Blue) = 125+65+229=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 229 (89.84% from 255 or 54.65% from 419); Max value from RGB is 229 - color contains mainly: blue. Hex color #7D41E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D41E5 is #82BE1A. Grayscale: #656565. Windows color (decimal): -8568347 or 15024509. OLE color: 15024509.

HSL color Cylindrical-coordinate representation of color #7D41E5: hue angle of 261.95º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D41E5 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12565229-
CMYK0.450.7200.10
HSL261.95º75.93%57.65%-
HSV(B)261.95º71.62%89.8%-
XYZ24.4913.875.5-
YUV101.64199.88144.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.83%
GREEN value IS 65 (25.78% from 255) = 15.51%
BLUE value IS 229 (89.84% from 255) = 54.65%
R=29.83%
G=15.51%
B=54.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal125652290.450.7200.10261.9575.9357.65
Hex7D41E52D480A1064c3a
Octal1751013455511001240611472
Binary11111011000001111001011011011001000010101000001101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D41E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,65,229); }

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

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

 a { background-color: rgb(125,65,229); }

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

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

 span { border-color: rgb(125,65,229); }

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