#7E3489

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

Shades of Vivid Violet #7E3489

Tints of Vivid Violet #7E3489

Color information

#7E3489 (or 0x7E3489) is unknown color: approx Vivid Violet. HEX triplet: 7E, 34 and 89. RGB value is (126,52,137). Sum of RGB (Red+Green+Blue) = 126+52+137=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E3489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3489 is #81CB76. Grayscale: #535353. Windows color (decimal): -8506231 or 8991870. OLE color: 8991870.

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

Color convert

RGB12652137-
CMYK0.080.6200.46
HSL292.24º44.97%37.06%-
HSV(B)292.24º62.04%53.73%-
XYZ14.358.724.59-
YUV83.82158.02158.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40%
GREEN value IS 52 (20.70% from 255) = 16.51%
BLUE value IS 137 (53.91% from 255) = 43.49%
R=40%
G=16.51%
B=43.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126521370.080.6200.46292.2444.9737.06
Hex7E348983E02E1242d25
Octal1766421110760564445545
Binary11111101101001000100110001111100101110100100100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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