#7E11C3

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

Shades of Dark Violet #7E11C3

Tints of Dark Violet #7E11C3

Color information

#7E11C3 (or 0x7E11C3) is unknown color: approx Dark Violet. HEX triplet: 7E, 11 and C3. RGB value is (126,17,195). Sum of RGB (Red+Green+Blue) = 126+17+195=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 195 (76.56% from 255 or 57.69% from 338); Max value from RGB is 195 - color contains mainly: blue. Hex color #7E11C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E11C3 is #81EE3C. Grayscale: #454545. Windows color (decimal): -8515133 or 12783998. OLE color: 12783998.

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

Color convert

RGB12617195-
CMYK0.350.9100.24
HSL276.74º83.96%41.57%-
HSV(B)276.74º91.28%76.47%-
XYZ18.658.7852.34-
YUV69.88198.61168.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.28%
GREEN value IS 17 (7.03% from 255) = 5.03%
BLUE value IS 195 (76.56% from 255) = 57.69%
R=37.28%
G=5.03%
B=57.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal126171950.350.9100.24276.7483.9641.57
Hex7E11C3235B018115542a
Octal176213034313303042512452
Binary1111110100011100001110001110110110110001000101011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E11C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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