#7E339F

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

Shades of Vivid Violet #7E339F

Tints of Vivid Violet #7E339F

Color information

#7E339F (or 0x7E339F) is unknown color: approx Vivid Violet. HEX triplet: 7E, 33 and 9F. RGB value is (126,51,159). Sum of RGB (Red+Green+Blue) = 126+51+159=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E339F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E339F is #81CC60. Grayscale: #555555. Windows color (decimal): -8506465 or 10433406. OLE color: 10433406.

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

Color convert

RGB12651159-
CMYK0.210.6800.38
HSL281.67º51.43%41.18%-
HSV(B)281.67º67.92%62.35%-
XYZ16.059.3133.75-
YUV85.74169.35156.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.5%
GREEN value IS 51 (20.31% from 255) = 15.18%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=37.5%
G=15.18%
B=47.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126511590.210.6800.38281.6751.4341.18
Hex7E339F154402611a3329
Octal17663237251040464326351
Binary1111110110011100111111010110001000100110100011010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,51,159); }

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

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

 a { background-color: rgb(126,51,159); }

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

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

 span { border-color: rgb(126,51,159); }

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