#7E3F95

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

Shades of Vivid Violet #7E3F95

Tints of Vivid Violet #7E3F95

Color information

#7E3F95 (or 0x7E3F95) is unknown color: approx Vivid Violet. HEX triplet: 7E, 3F and 95. RGB value is (126,63,149). Sum of RGB (Red+Green+Blue) = 126+63+149=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #7E3F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3F95 is #81C06A. Grayscale: #5B5B5B. Windows color (decimal): -8503403 or 9781118. OLE color: 9781118.

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

Color convert

RGB12663149-
CMYK0.150.5800.42
HSL283.95º40.57%41.57%-
HSV(B)283.95º57.72%58.43%-
XYZ15.8110.1629.56-
YUV91.64160.37152.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.28%
GREEN value IS 63 (25% from 255) = 18.64%
BLUE value IS 149 (58.59% from 255) = 44.08%
R=37.28%
G=18.64%
B=44.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126631490.150.5800.42283.9540.5741.57
Hex7E3F95F3A02A11c292a
Octal1767722517720524345152
Binary11111101111111001010111111110100101010100011100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,63,149); }

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

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

 a { background-color: rgb(126,63,149); }

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

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

 span { border-color: rgb(126,63,149); }

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