#7E15AE

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

Shades of Vivid Violet #7E15AE

Tints of Vivid Violet #7E15AE

Color information

#7E15AE (or 0x7E15AE) is unknown color: approx Vivid Violet. HEX triplet: 7E, 15 and AE. RGB value is (126,21,174). Sum of RGB (Red+Green+Blue) = 126+21+174=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E15AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E15AE is #81EA51. Grayscale: #454545. Windows color (decimal): -8514130 or 11408766. OLE color: 11408766.

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

Color convert

RGB12621174-
CMYK0.280.8800.32
HSL281.18º78.46%38.24%-
HSV(B)281.18º87.93%68.24%-
XYZ16.518.0340.72-
YUV69.84186.79168.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.25%
GREEN value IS 21 (8.59% from 255) = 6.54%
BLUE value IS 174 (68.36% from 255) = 54.21%
R=39.25%
G=6.54%
B=54.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126211740.280.8800.32281.1878.4638.24
Hex7E15AE1C580201194e26
Octal176252563413004043111646
Binary1111110101011010111011100101100001000001000110011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E15AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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