#7541E7

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

Shades of Blue Violet #7541E7

Tints of Blue Violet #7541E7

Color information

#7541E7 (or 0x7541E7) is unknown color: approx Blue Violet. HEX triplet: 75, 41 and E7. RGB value is (117,65,231). Sum of RGB (Red+Green+Blue) = 117+65+231=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 231 (90.62% from 255 or 55.93% from 413); Max value from RGB is 231 - color contains mainly: blue. Hex color #7541E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7541E7 is #8ABE18. Grayscale: #626262. Windows color (decimal): -9092633 or 15155573. OLE color: 15155573.

HSL color Cylindrical-coordinate representation of color #7541E7: hue angle of 258.8º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7541E7 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11765231-
CMYK0.490.7200.09
HSL258.8º77.57%58.04%-
HSV(B)258.8º71.86%90.59%-
XYZ23.6513.3376.93-
YUV99.47202.23140.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.33%
GREEN value IS 65 (25.78% from 255) = 15.74%
BLUE value IS 231 (90.62% from 255) = 55.93%
R=28.33%
G=15.74%
B=55.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal117652310.490.7200.09258.877.5758.04
Hex7541E73148091034e3a
Octal1651013476111001140311672
Binary11101011000001111001111100011001000010011000000111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7541E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7541E7; }

 p { color: rgb(117,65,231); }

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

<style>
 a { background-color: #7541E7; }

 a { background-color: rgb(117,65,231); }

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

<style>
 span { border-color: #7541E7; }

 span { border-color: rgb(117,65,231); }

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