#7E429D

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

Shades of Vivid Violet #7E429D

Tints of Vivid Violet #7E429D

Color information

#7E429D (or 0x7E429D) is unknown color: approx Vivid Violet. HEX triplet: 7E, 42 and 9D. RGB value is (126,66,157). Sum of RGB (Red+Green+Blue) = 126+66+157=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E429D is #81BD62. Grayscale: #5E5E5E. Windows color (decimal): -8502627 or 10306174. OLE color: 10306174.

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

Color convert

RGB12666157-
CMYK0.200.5800.38
HSL279.56º40.81%43.73%-
HSV(B)279.56º57.96%61.57%-
XYZ16.6410.7733.1-
YUV94.31163.38150.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.10%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 157 (61.72% from 255) = 44.99%
R=36.10%
G=18.91%
B=44.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126661570.200.5800.38279.5640.8143.73
Hex7E429D143A026118292c
Octal17610223524720464305154
Binary1111110100001010011101101001110100100110100011000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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