#7E4693

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

Shades of Vivid Violet #7E4693

Tints of Vivid Violet #7E4693

Color information

#7E4693 (or 0x7E4693) is unknown color: approx Vivid Violet. HEX triplet: 7E, 46 and 93. RGB value is (126,70,147). Sum of RGB (Red+Green+Blue) = 126+70+147=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #7E4693 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4693 is #81B96C. Grayscale: #5F5F5F. Windows color (decimal): -8501613 or 9651838. OLE color: 9651838.

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

Color convert

RGB12670147-
CMYK0.140.5200.42
HSL283.64º35.48%42.55%-
HSV(B)283.64º52.38%57.65%-
XYZ16.0610.9228.87-
YUV95.52157.05149.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.73%
GREEN value IS 70 (27.73% from 255) = 20.41%
BLUE value IS 147 (57.81% from 255) = 42.86%
R=36.73%
G=20.41%
B=42.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126701470.140.5200.42283.6435.4842.55
Hex7E4693E3402A11c232b
Octal17610622316640524344353
Binary111111010001101001001111101101000101010100011100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,70,147); }

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

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

 a { background-color: rgb(126,70,147); }

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

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

 span { border-color: rgb(126,70,147); }

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