#7E11C4

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

Shades of Dark Violet #7E11C4

Tints of Dark Violet #7E11C4

Color information

#7E11C4 (or 0x7E11C4) is unknown color: approx Dark Violet. HEX triplet: 7E, 11 and C4. RGB value is (126,17,196). Sum of RGB (Red+Green+Blue) = 126+17+196=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 196 (76.95% from 255 or 57.82% from 339); Max value from RGB is 196 - color contains mainly: blue. Hex color #7E11C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E11C4 is #81EE3B. Grayscale: #454545. Windows color (decimal): -8515132 or 12849534. OLE color: 12849534.

HSL color Cylindrical-coordinate representation of color #7E11C4: hue angle of 276.54º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E11C4 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12617196-
CMYK0.360.9100.23
HSL276.54º84.04%41.76%-
HSV(B)276.54º91.33%76.86%-
XYZ18.778.8252.94-
YUV70199.11167.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.17%
GREEN value IS 17 (7.03% from 255) = 5.01%
BLUE value IS 196 (76.95% from 255) = 57.82%
R=37.17%
G=5.01%
B=57.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal126171960.360.9100.23276.5484.0441.76
Hex7E11C4245B017115542a
Octal176213044413302742512452
Binary1111110100011100010010010010110110101111000101011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E11C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,17,196); }

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

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

 a { background-color: rgb(126,17,196); }

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

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

 span { border-color: rgb(126,17,196); }

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