#7E11BA

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

Shades of Dark Violet #7E11BA

Tints of Dark Violet #7E11BA

Color information

#7E11BA (or 0x7E11BA) is unknown color: approx Dark Violet. HEX triplet: 7E, 11 and BA. RGB value is (126,17,186). Sum of RGB (Red+Green+Blue) = 126+17+186=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E11BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E11BA is #81EE45. Grayscale: #444444. Windows color (decimal): -8515142 or 12194174. OLE color: 12194174.

HSL color Cylindrical-coordinate representation of color #7E11BA: hue angle of 278.7º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E11BA is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12617186-
CMYK0.320.9100.27
HSL278.7º83.25%39.8%-
HSV(B)278.7º90.86%72.94%-
XYZ17.678.3847.14-
YUV68.86194.11168.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.30%
GREEN value IS 17 (7.03% from 255) = 5.17%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=38.30%
G=5.17%
B=56.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126171860.320.9100.27278.783.2539.8
Hex7E11BA205B01B1175328
Octal176212724013303342712350
Binary1111110100011011101010000010110110110111000101111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E11BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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