#7C41EF

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

Shades of Blue Violet #7C41EF

Tints of Blue Violet #7C41EF

Color information

#7C41EF (or 0x7C41EF) is unknown color: approx Blue Violet. HEX triplet: 7C, 41 and EF. RGB value is (124,65,239). Sum of RGB (Red+Green+Blue) = 124+65+239=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C41EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C41EF is #83BE10. Grayscale: #656565. Windows color (decimal): -8633873 or 15679868. OLE color: 15679868.

HSL color Cylindrical-coordinate representation of color #7C41EF: hue angle of 260.34º 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 #7C41EF is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12465239-
CMYK0.480.7300.06
HSL260.34º84.47%59.61%-
HSV(B)260.34º72.8%93.73%-
XYZ25.7814.383.06-
YUV102.48205.05143.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.97%
GREEN value IS 65 (25.78% from 255) = 15.19%
BLUE value IS 239 (93.75% from 255) = 55.84%
R=28.97%
G=15.19%
B=55.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal124652390.480.7300.06260.3484.4759.61
Hex7C41EF304906104543c
Octal174101357601110640412474
Binary1111100100000111101111110000100100101101000001001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C41EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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