#7E319F

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

Shades of Vivid Violet #7E319F

Tints of Vivid Violet #7E319F

Color information

#7E319F (or 0x7E319F) is unknown color: approx Vivid Violet. HEX triplet: 7E, 31 and 9F. RGB value is (126,49,159). Sum of RGB (Red+Green+Blue) = 126+49+159=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E319F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E319F is #81CE60. Grayscale: #545454. Windows color (decimal): -8506977 or 10432894. OLE color: 10432894.

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

Color convert

RGB12649159-
CMYK0.210.6900.38
HSL282º52.88%40.78%-
HSV(B)282º69.18%62.35%-
XYZ15.969.1433.72-
YUV84.56170.01157.56-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.72%
GREEN value IS 49 (19.53% from 255) = 14.67%
BLUE value IS 159 (62.5% from 255) = 47.60%
R=37.72%
G=14.67%
B=47.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126491590.210.6900.3828252.8840.78
Hex7E319F154502611a3529
Octal17661237251050464326551
Binary1111110110001100111111010110001010100110100011010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E319F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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