#7E18C4

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

Shades of Dark Violet #7E18C4

Tints of Dark Violet #7E18C4

Color information

#7E18C4 (or 0x7E18C4) is unknown color: approx Dark Violet. HEX triplet: 7E, 18 and C4. RGB value is (126,24,196). Sum of RGB (Red+Green+Blue) = 126+24+196=346 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.42% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 196 (76.95% from 255 or 56.65% from 346); Max value from RGB is 196 - color contains mainly: blue. Hex color #7E18C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E18C4 is #81E73B. Grayscale: #494949. Windows color (decimal): -8513340 or 12851326. OLE color: 12851326.

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

Color convert

RGB12624196-
CMYK0.360.8800.23
HSL275.58º78.18%43.14%-
HSV(B)275.58º87.76%76.86%-
XYZ18.899.0752.98-
YUV74.11196.79165.01-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.42%
GREEN value IS 24 (9.77% from 255) = 6.94%
BLUE value IS 196 (76.95% from 255) = 56.65%
R=36.42%
G=6.94%
B=56.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal126241960.360.8800.23275.5878.1843.14
Hex7E18C424580171144e2b
Octal176303044413002742411653
Binary1111110110001100010010010010110000101111000101001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E18C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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