#7E429A

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

Shades of Vivid Violet #7E429A

Tints of Vivid Violet #7E429A

Color information

#7E429A (or 0x7E429A) is unknown color: approx Vivid Violet. HEX triplet: 7E, 42 and 9A. RGB value is (126,66,154). Sum of RGB (Red+Green+Blue) = 126+66+154=346 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.42% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 154 - color contains mainly: blue. Hex color #7E429A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E429A is #81BD65. Grayscale: #5D5D5D. Windows color (decimal): -8502630 or 10109566. OLE color: 10109566.

HSL color Cylindrical-coordinate representation of color #7E429A: hue angle of 280.91º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E429A is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12666154-
CMYK0.180.5700.40
HSL280.91º40%43.14%-
HSV(B)280.91º57.14%60.39%-
XYZ16.3910.6731.77-
YUV93.97161.88150.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.42%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 154 (60.55% from 255) = 44.51%
R=36.42%
G=19.08%
B=44.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal126661540.180.5700.40280.914043.14
Hex7E429A1239028119282b
Octal17610223222710504315053
Binary1111110100001010011010100101110010101000100011001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,66,154); }

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

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

 a { background-color: rgb(126,66,154); }

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

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

 span { border-color: rgb(126,66,154); }

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