#7C41D4

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

Shades of Blue Violet #7C41D4

Tints of Blue Violet #7C41D4

Color information

#7C41D4 (or 0x7C41D4) is unknown color: approx Blue Violet. HEX triplet: 7C, 41 and D4. RGB value is (124,65,212). Sum of RGB (Red+Green+Blue) = 124+65+212=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 212 (83.20% from 255 or 52.87% from 401); Max value from RGB is 212 - color contains mainly: blue. Hex color #7C41D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C41D4 is #83BE2B. Grayscale: #626262. Windows color (decimal): -8633900 or 13910396. OLE color: 13910396.

HSL color Cylindrical-coordinate representation of color #7C41D4: hue angle of 264.08º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C41D4 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12465212-
CMYK0.420.6900.17
HSL264.08º63.09%54.31%-
HSV(B)264.08º69.34%83.14%-
XYZ22.0912.8263.6-
YUV99.4191.55145.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.92%
GREEN value IS 65 (25.78% from 255) = 16.21%
BLUE value IS 212 (83.20% from 255) = 52.87%
R=30.92%
G=16.21%
B=52.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal124652120.420.6900.17264.0863.0954.31
Hex7C41D42A450111083f36
Octal174101324521050214107766
Binary11111001000001110101001010101000101010001100001000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C41D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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