#7E1EA9

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

Shades of Vivid Violet #7E1EA9

Tints of Vivid Violet #7E1EA9

Color information

#7E1EA9 (or 0x7E1EA9) is unknown color: approx Vivid Violet. HEX triplet: 7E, 1E and A9. RGB value is (126,30,169). Sum of RGB (Red+Green+Blue) = 126+30+169=325 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.77% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 169 (66.41% from 255 or 52% from 325); Max value from RGB is 169 - color contains mainly: blue. Hex color #7E1EA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E1EA9 is #81E156. Grayscale: #4A4A4A. Windows color (decimal): -8511831 or 11083390. OLE color: 11083390.

HSL color Cylindrical-coordinate representation of color #7E1EA9: hue angle of 281.44º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E1EA9 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12630169-
CMYK0.250.8200.34
HSL281.44º69.85%39.02%-
HSV(B)281.44º82.25%66.27%-
XYZ16.238.2338.27-
YUV74.55181.3164.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.77%
GREEN value IS 30 (12.11% from 255) = 9.23%
BLUE value IS 169 (66.41% from 255) = 52%
R=38.77%
G=9.23%
B=52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal126301690.250.8200.34281.4469.8539.02
Hex7E1EA919520221194627
Octal176362513112204243110647
Binary1111110111101010100111001101001001000101000110011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,30,169); }

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

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

 a { background-color: rgb(126,30,169); }

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

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

 span { border-color: rgb(126,30,169); }

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