#7E32A7

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

Shades of Vivid Violet #7E32A7

Tints of Vivid Violet #7E32A7

Color information

#7E32A7 (or 0x7E32A7) is unknown color: approx Vivid Violet. HEX triplet: 7E, 32 and A7. RGB value is (126,50,167). Sum of RGB (Red+Green+Blue) = 126+50+167=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 167 (65.62% from 255 or 48.69% from 343); Max value from RGB is 167 - color contains mainly: blue. Hex color #7E32A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E32A7 is #81CD58. Grayscale: #555555. Windows color (decimal): -8506713 or 10957438. OLE color: 10957438.

HSL color Cylindrical-coordinate representation of color #7E32A7: hue angle of 278.97º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E32A7 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12650167-
CMYK0.250.7000.35
HSL278.97º53.92%42.55%-
HSV(B)278.97º70.06%65.49%-
XYZ16.729.5137.51-
YUV86.06173.68156.49-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.73%
GREEN value IS 50 (19.92% from 255) = 14.58%
BLUE value IS 167 (65.62% from 255) = 48.69%
R=36.73%
G=14.58%
B=48.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal126501670.250.7000.35278.9753.9242.55
Hex7E32A71946023117362b
Octal17662247311060434276653
Binary1111110110010101001111100110001100100011100010111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E32A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,50,167); }

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

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

 a { background-color: rgb(126,50,167); }

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

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

 span { border-color: rgb(126,50,167); }

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