#7C41DE

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

Shades of Blue Violet #7C41DE

Tints of Blue Violet #7C41DE

Color information

#7C41DE (or 0x7C41DE) is unknown color: approx Blue Violet. HEX triplet: 7C, 41 and DE. RGB value is (124,65,222). Sum of RGB (Red+Green+Blue) = 124+65+222=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #7C41DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C41DE is #83BE21. Grayscale: #636363. Windows color (decimal): -8633890 or 14565756. OLE color: 14565756.

HSL color Cylindrical-coordinate representation of color #7C41DE: hue angle of 262.55º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C41DE is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12465222-
CMYK0.440.7100.13
HSL262.55º70.4%56.27%-
HSV(B)262.55º70.72%87.06%-
XYZ23.3913.3470.45-
YUV100.54196.55144.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.17%
GREEN value IS 65 (25.78% from 255) = 15.82%
BLUE value IS 222 (87.11% from 255) = 54.01%
R=30.17%
G=15.82%
B=54.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal124652220.440.7100.13262.5570.456.27
Hex7C41DE2C470D1074638
Octal1741013365410701540710670
Binary11111001000001110111101011001000111011011000001111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C41DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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