#7E348D

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

Shades of Vivid Violet #7E348D

Tints of Vivid Violet #7E348D

Color information

#7E348D (or 0x7E348D) is unknown color: approx Vivid Violet. HEX triplet: 7E, 34 and 8D. RGB value is (126,52,141). Sum of RGB (Red+Green+Blue) = 126+52+141=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E348D is #81CB72. Grayscale: #535353. Windows color (decimal): -8506227 or 9254014. OLE color: 9254014.

HSL color Cylindrical-coordinate representation of color #7E348D: hue angle of 289.89º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E348D is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12652141-
CMYK0.110.6300.45
HSL289.89º46.11%37.84%-
HSV(B)289.89º63.12%55.29%-
XYZ14.648.8126.13-
YUV84.27160.02157.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.50%
GREEN value IS 52 (20.70% from 255) = 16.30%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=39.50%
G=16.30%
B=44.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal126521410.110.6300.45289.8946.1137.84
Hex7E348DB3F02D1222e26
Octal1766421513770554425646
Binary11111101101001000110110111111110101101100100010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,52,141); }

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

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

 a { background-color: rgb(126,52,141); }

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

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

 span { border-color: rgb(126,52,141); }

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