#7E4889

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

Shades of Vivid Violet #7E4889

Tints of Vivid Violet #7E4889

Color information

#7E4889 (or 0x7E4889) is unknown color: approx Vivid Violet. HEX triplet: 7E, 48 and 89. RGB value is (126,72,137). Sum of RGB (Red+Green+Blue) = 126+72+137=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E4889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4889 is #81B776. Grayscale: #5F5F5F. Windows color (decimal): -8501111 or 8996990. OLE color: 8996990.

HSL color Cylindrical-coordinate representation of color #7E4889: hue angle of 289.85º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E4889 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12672137-
CMYK0.080.4700.46
HSL289.85º31.1%40.98%-
HSV(B)289.85º47.45%53.73%-
XYZ15.4410.8824.95-
YUV95.56151.39149.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.61%
GREEN value IS 72 (28.52% from 255) = 21.49%
BLUE value IS 137 (53.91% from 255) = 40.90%
R=37.61%
G=21.49%
B=40.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126721370.080.4700.46289.8531.140.98
Hex7E488982F02E1221f29
Octal17611021110570564423751
Binary11111101001000100010011000101111010111010010001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,72,137); }

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

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

 a { background-color: rgb(126,72,137); }

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

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

 span { border-color: rgb(126,72,137); }

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