#7E29A5

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

Shades of Vivid Violet #7E29A5

Tints of Vivid Violet #7E29A5

Color information

#7E29A5 (or 0x7E29A5) is unknown color: approx Vivid Violet. HEX triplet: 7E, 29 and A5. RGB value is (126,41,165). Sum of RGB (Red+Green+Blue) = 126+41+165=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 165 (64.84% from 255 or 49.70% from 332); Max value from RGB is 165 - color contains mainly: blue. Hex color #7E29A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E29A5 is #81D65A. Grayscale: #505050. Windows color (decimal): -8509019 or 10824062. OLE color: 10824062.

HSL color Cylindrical-coordinate representation of color #7E29A5: hue angle of 281.13º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E29A5 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12641165-
CMYK0.240.7500.35
HSL281.13º60.19%40.39%-
HSV(B)281.13º75.15%64.71%-
XYZ16.198.7436.43-
YUV80.55175.66160.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.95%
GREEN value IS 41 (16.41% from 255) = 12.35%
BLUE value IS 165 (64.84% from 255) = 49.70%
R=37.95%
G=12.35%
B=49.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal126411650.240.7500.35281.1360.1940.39
Hex7E29A5184B0231193c28
Octal17651245301130434317450
Binary1111110101001101001011100010010110100011100011001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E29A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,41,165); }

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

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

 a { background-color: rgb(126,41,165); }

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

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

 span { border-color: rgb(126,41,165); }

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