#7541EF

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

Shades of Blue Violet #7541EF

Tints of Blue Violet #7541EF

Color information

#7541EF (or 0x7541EF) is unknown color: approx Blue Violet. HEX triplet: 75, 41 and EF. RGB value is (117,65,239). Sum of RGB (Red+Green+Blue) = 117+65+239=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #7541EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7541EF is #8ABE10. Grayscale: #636363. Windows color (decimal): -9092625 or 15679861. OLE color: 15679861.

HSL color Cylindrical-coordinate representation of color #7541EF: hue angle of 257.93º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7541EF is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11765239-
CMYK0.510.7300.06
HSL257.93º84.47%59.61%-
HSV(B)257.93º72.8%93.73%-
XYZ24.8113.7983.02-
YUV100.38206.23139.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.79%
GREEN value IS 65 (25.78% from 255) = 15.44%
BLUE value IS 239 (93.75% from 255) = 56.77%
R=27.79%
G=15.44%
B=56.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal117652390.510.7300.06257.9384.4759.61
Hex7541EF334906102543c
Octal165101357631110640212474
Binary1110101100000111101111110011100100101101000000101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7541EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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