#7E409E

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

Shades of Vivid Violet #7E409E

Tints of Vivid Violet #7E409E

Color information

#7E409E (or 0x7E409E) is unknown color: approx Vivid Violet. HEX triplet: 7E, 40 and 9E. RGB value is (126,64,158). Sum of RGB (Red+Green+Blue) = 126+64+158=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #7E409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E409E is #81BF61. Grayscale: #5C5C5C. Windows color (decimal): -8503138 or 10371198. OLE color: 10371198.

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

Color convert

RGB12664158-
CMYK0.200.5900.38
HSL279.57º42.34%43.53%-
HSV(B)279.57º59.49%61.96%-
XYZ16.6110.5733.51-
YUV93.25164.54151.36-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.21%
GREEN value IS 64 (25.39% from 255) = 18.39%
BLUE value IS 158 (62.11% from 255) = 45.40%
R=36.21%
G=18.39%
B=45.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126641580.200.5900.38279.5742.3443.53
Hex7E409E143B0261182a2c
Octal17610023624730464305254
Binary1111110100000010011110101001110110100110100011000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,64,158); }

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

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

 a { background-color: rgb(126,64,158); }

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

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

 span { border-color: rgb(126,64,158); }

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