#7E06C6

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

Shades of Dark Violet #7E06C6

Tints of Dark Violet #7E06C6

Color information

#7E06C6 (or 0x7E06C6) is unknown color: approx Dark Violet. HEX triplet: 7E, 06 and C6. RGB value is (126,6,198). Sum of RGB (Red+Green+Blue) = 126+6+198=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 198 (77.73% from 255 or 60% from 330); Max value from RGB is 198 - color contains mainly: blue. Hex color #7E06C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E06C6 is #81F939. Grayscale: #3F3F3F. Windows color (decimal): -8517946 or 12977790. OLE color: 12977790.

HSL color Cylindrical-coordinate representation of color #7E06C6: hue angle of 277.5º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E06C6 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1266198-
CMYK0.360.9700.22
HSL277.5º94.12%40%-
HSV(B)277.5º96.97%77.65%-
XYZ18.868.6454.1-
YUV63.77203.76172.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.18%
GREEN value IS 6 (2.73% from 255) = 1.82%
BLUE value IS 198 (77.73% from 255) = 60%
R=38.18%
G=1.82%
B=60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal12661980.360.9700.22277.594.1240
Hex7E6C624610161165e28
Octal17663064414102642613650
Binary11111101101100011010010011000010101101000101101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E06C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,6,198); }

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

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

 a { background-color: rgb(126,6,198); }

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

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

 span { border-color: rgb(126,6,198); }

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