#7E3084

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

Shades of Vivid Violet #7E3084

Tints of Vivid Violet #7E3084

Color information

#7E3084 (or 0x7E3084) is unknown color: approx Vivid Violet. HEX triplet: 7E, 30 and 84. RGB value is (126,48,132). Sum of RGB (Red+Green+Blue) = 126+48+132=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #7E3084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3084 is #81CF7B. Grayscale: #505050. Windows color (decimal): -8507260 or 8663166. OLE color: 8663166.

HSL color Cylindrical-coordinate representation of color #7E3084: hue angle of 295.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E3084 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12648132-
CMYK0.050.6400.48
HSL295.71º46.67%35.29%-
HSV(B)295.71º63.64%51.76%-
XYZ13.838.2222.69-
YUV80.9156.84160.17-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.18%
GREEN value IS 48 (19.14% from 255) = 15.69%
BLUE value IS 132 (51.95% from 255) = 43.14%
R=41.18%
G=15.69%
B=43.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126481320.050.6400.48295.7146.6735.29
Hex7E30845400301282f23
Octal1766020451000604505743
Binary11111101100001000010010110000000110000100101000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,48,132); }

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

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

 a { background-color: rgb(126,48,132); }

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

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

 span { border-color: rgb(126,48,132); }

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