#7E1A9D

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

Shades of Vivid Violet #7E1A9D

Tints of Vivid Violet #7E1A9D

Color information

#7E1A9D (or 0x7E1A9D) is unknown color: approx Vivid Violet. HEX triplet: 7E, 1A and 9D. RGB value is (126,26,157). Sum of RGB (Red+Green+Blue) = 126+26+157=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E1A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E1A9D is #81E562. Grayscale: #464646. Windows color (decimal): -8512867 or 10295934. OLE color: 10295934.

HSL color Cylindrical-coordinate representation of color #7E1A9D: hue angle of 285.8º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E1A9D is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12626157-
CMYK0.200.8300.38
HSL285.8º71.58%35.88%-
HSV(B)285.8º83.44%61.57%-
XYZ15.067.6132.57-
YUV70.83176.63167.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.78%
GREEN value IS 26 (10.55% from 255) = 8.41%
BLUE value IS 157 (61.72% from 255) = 50.81%
R=40.78%
G=8.41%
B=50.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126261570.200.8300.38285.871.5835.88
Hex7E1A9D145302611e4824
Octal176322352412304643611044
Binary1111110110101001110110100101001101001101000111101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,26,157); }

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

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

 a { background-color: rgb(126,26,157); }

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

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

 span { border-color: rgb(126,26,157); }

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