#7E16AE

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

Shades of Vivid Violet #7E16AE

Tints of Vivid Violet #7E16AE

Color information

#7E16AE (or 0x7E16AE) is unknown color: approx Vivid Violet. HEX triplet: 7E, 16 and AE. RGB value is (126,22,174). Sum of RGB (Red+Green+Blue) = 126+22+174=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E16AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E16AE is #81E951. Grayscale: #454545. Windows color (decimal): -8513874 or 11409022. OLE color: 11409022.

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

Color convert

RGB12622174-
CMYK0.280.8700.32
HSL281.05º77.55%38.43%-
HSV(B)281.05º87.36%68.24%-
XYZ16.538.0740.73-
YUV70.42186.46167.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.13%
GREEN value IS 22 (8.98% from 255) = 6.83%
BLUE value IS 174 (68.36% from 255) = 54.04%
R=39.13%
G=6.83%
B=54.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126221740.280.8700.32281.0577.5538.43
Hex7E16AE1C570201194e26
Octal176262563412704043111646
Binary1111110101101010111011100101011101000001000110011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E16AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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