#7E09C4

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

Shades of Dark Violet #7E09C4

Tints of Dark Violet #7E09C4

Color information

#7E09C4 (or 0x7E09C4) is unknown color: approx Dark Violet. HEX triplet: 7E, 09 and C4. RGB value is (126,9,196). Sum of RGB (Red+Green+Blue) = 126+9+196=331 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.07% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 196 (76.95% from 255 or 59.21% from 331); Max value from RGB is 196 - color contains mainly: blue. Hex color #7E09C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E09C4 is #81F63B. Grayscale: #404040. Windows color (decimal): -8517180 or 12847486. OLE color: 12847486.

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

Color convert

RGB1269196-
CMYK0.360.9500.23
HSL277.54º91.22%40.2%-
HSV(B)277.54º95.41%76.86%-
XYZ18.678.6252.9-
YUV65.3201.76171.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.07%
GREEN value IS 9 (3.91% from 255) = 2.72%
BLUE value IS 196 (76.95% from 255) = 59.21%
R=38.07%
G=2.72%
B=59.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal12691960.360.9500.23277.5491.2240.2
Hex7E9C4245F0171165b28
Octal176113044413702742613350
Binary111111010011100010010010010111110101111000101101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E09C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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