#7542EA

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

Shades of Blue Violet #7542EA

Tints of Blue Violet #7542EA

Color information

#7542EA (or 0x7542EA) is unknown color: approx Blue Violet. HEX triplet: 75, 42 and EA. RGB value is (117,66,234). Sum of RGB (Red+Green+Blue) = 117+66+234=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #7542EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7542EA is #8ABD15. Grayscale: #636363. Windows color (decimal): -9092374 or 15352437. OLE color: 15352437.

HSL color Cylindrical-coordinate representation of color #7542EA: hue angle of 258.21º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7542EA is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11766234-
CMYK0.50.7200.08
HSL258.21º80%58.82%-
HSV(B)258.21º71.79%91.76%-
XYZ24.1413.6279.2-
YUV100.4203.4139.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.06%
GREEN value IS 66 (26.17% from 255) = 15.83%
BLUE value IS 234 (91.80% from 255) = 56.12%
R=28.06%
G=15.83%
B=56.12%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal117662340.50.7200.08258.218058.82
Hex7542EA324808102503b
Octal1651023526211001040212073
Binary11101011000010111010101100101001000010001000000101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7542EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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