#7E3194

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

Shades of Vivid Violet #7E3194

Tints of Vivid Violet #7E3194

Color information

#7E3194 (or 0x7E3194) is unknown color: approx Vivid Violet. HEX triplet: 7E, 31 and 94. RGB value is (126,49,148). Sum of RGB (Red+Green+Blue) = 126+49+148=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #7E3194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3194 is #81CE6B. Grayscale: #525252. Windows color (decimal): -8506988 or 9711998. OLE color: 9711998.

HSL color Cylindrical-coordinate representation of color #7E3194: hue angle of 286.67º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E3194 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12649148-
CMYK0.150.6700.42
HSL286.67º50.25%38.63%-
HSV(B)286.67º66.89%58.04%-
XYZ15.058.7728.92-
YUV83.31164.51158.45-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.01%
GREEN value IS 49 (19.53% from 255) = 15.17%
BLUE value IS 148 (58.20% from 255) = 45.82%
R=39.01%
G=15.17%
B=45.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126491480.150.6700.42286.6750.2538.63
Hex7E3194F4302A11f3227
Octal17661224171030524376247
Binary111111011000110010100111110000110101010100011111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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