#7E07AE

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

Shades of Dark Violet #7E07AE

Tints of Dark Violet #7E07AE

Color information

#7E07AE (or 0x7E07AE) is unknown color: approx Dark Violet. HEX triplet: 7E, 07 and AE. RGB value is (126,7,174). Sum of RGB (Red+Green+Blue) = 126+7+174=307 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.04% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E07AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E07AE is #81F851. Grayscale: #3D3D3D. Windows color (decimal): -8517714 or 11405182. OLE color: 11405182.

HSL color Cylindrical-coordinate representation of color #7E07AE: hue angle of 282.75º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E07AE is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1267174-
CMYK0.280.9600.32
HSL282.75º92.27%35.49%-
HSV(B)282.75º95.98%68.24%-
XYZ16.327.6440.66-
YUV61.62191.42173.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.04%
GREEN value IS 7 (3.12% from 255) = 2.28%
BLUE value IS 174 (68.36% from 255) = 56.68%
R=41.04%
G=2.28%
B=56.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12671740.280.9600.32282.7592.2735.49
Hex7E7AE1C6002011b5c23
Octal17672563414004043313443
Binary11111101111010111011100110000001000001000110111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E07AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,7,174); }

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

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

 a { background-color: rgb(126,7,174); }

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

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

 span { border-color: rgb(126,7,174); }

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