#7E18AA

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

Shades of Vivid Violet #7E18AA

Tints of Vivid Violet #7E18AA

Color information

#7E18AA (or 0x7E18AA) is unknown color: approx Vivid Violet. HEX triplet: 7E, 18 and AA. RGB value is (126,24,170). Sum of RGB (Red+Green+Blue) = 126+24+170=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E18AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E18AA is #81E755. Grayscale: #464646. Windows color (decimal): -8513366 or 11147390. OLE color: 11147390.

HSL color Cylindrical-coordinate representation of color #7E18AA: hue angle of 281.92º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E18AA is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12624170-
CMYK0.260.8600.33
HSL281.92º75.26%38.04%-
HSV(B)281.92º85.88%66.67%-
XYZ16.197.9938.72-
YUV71.14183.79167.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.38%
GREEN value IS 24 (9.77% from 255) = 7.5%
BLUE value IS 170 (66.80% from 255) = 53.12%
R=39.38%
G=7.5%
B=53.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126241700.260.8600.33281.9275.2638.04
Hex7E18AA1A5602111a4b26
Octal176302523212604143211346
Binary1111110110001010101011010101011001000011000110101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E18AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,24,170); }

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

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

 a { background-color: rgb(126,24,170); }

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

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

 span { border-color: rgb(126,24,170); }

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