#7E1FAE

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

Shades of Vivid Violet #7E1FAE

Tints of Vivid Violet #7E1FAE

Color information

#7E1FAE (or 0x7E1FAE) is unknown color: approx Vivid Violet. HEX triplet: 7E, 1F and AE. RGB value is (126,31,174). Sum of RGB (Red+Green+Blue) = 126+31+174=331 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.07% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E1FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E1FAE is #81E051. Grayscale: #4B4B4B. Windows color (decimal): -8511570 or 11411326. OLE color: 11411326.

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

Color convert

RGB12631174-
CMYK0.280.8200.32
HSL279.86º69.76%40.2%-
HSV(B)279.86º82.18%68.24%-
XYZ16.738.4740.8-
YUV75.71183.47163.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.07%
GREEN value IS 31 (12.5% from 255) = 9.37%
BLUE value IS 174 (68.36% from 255) = 52.57%
R=38.07%
G=9.37%
B=52.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126311740.280.8200.32279.8669.7640.2
Hex7E1FAE1C520201184628
Octal176372563412204043010650
Binary1111110111111010111011100101001001000001000110001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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