#7E3784

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

Shades of Vivid Violet #7E3784

Tints of Vivid Violet #7E3784

Color information

#7E3784 (or 0x7E3784) is unknown color: approx Vivid Violet. HEX triplet: 7E, 37 and 84. RGB value is (126,55,132). Sum of RGB (Red+Green+Blue) = 126+55+132=313 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.26% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 132 - color contains mainly: blue. Hex color #7E3784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3784 is #81C87B. Grayscale: #545454. Windows color (decimal): -8505468 or 8664958. OLE color: 8664958.

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

Color convert

RGB12655132-
CMYK0.050.5800.48
HSL295.32º41.18%36.67%-
HSV(B)295.32º58.33%51.76%-
XYZ14.148.8322.79-
YUV85.01154.52157.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.26%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 132 (51.95% from 255) = 42.17%
R=40.26%
G=17.57%
B=42.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126551320.050.5800.48295.3241.1836.67
Hex7E378453A0301272925
Octal176672045720604475145
Binary1111110110111100001001011110100110000100100111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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