#7540EA

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

Shades of Blue Violet #7540EA

Tints of Blue Violet #7540EA

Color information

#7540EA (or 0x7540EA) is unknown color: approx Blue Violet. HEX triplet: 75, 40 and EA. RGB value is (117,64,234). Sum of RGB (Red+Green+Blue) = 117+64+234=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #7540EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7540EA is #8ABF15. Grayscale: #626262. Windows color (decimal): -9092886 or 15351925. OLE color: 15351925.

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

Color convert

RGB11764234-
CMYK0.50.7300.08
HSL258.71º80.19%58.43%-
HSV(B)258.71º72.65%91.76%-
XYZ24.0213.3979.16-
YUV99.23204.06140.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 64 (25.39% from 255) = 15.42%
BLUE value IS 234 (91.80% from 255) = 56.39%
R=28.19%
G=15.42%
B=56.39%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal117642340.50.7300.08258.7180.1958.43
Hex7540EA324908103503a
Octal1651003526211101040312072
Binary11101011000000111010101100101001001010001000000111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7540EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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