#7E3484

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

Shades of Vivid Violet #7E3484

Tints of Vivid Violet #7E3484

Color information

#7E3484 (or 0x7E3484) is unknown color: approx Vivid Violet. HEX triplet: 7E, 34 and 84. RGB value is (126,52,132). Sum of RGB (Red+Green+Blue) = 126+52+132=310 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.65% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #7E3484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3484 is #81CB7B. Grayscale: #525252. Windows color (decimal): -8506236 or 8664190. OLE color: 8664190.

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

Color convert

RGB12652132-
CMYK0.050.6100.48
HSL295.5º43.48%36.08%-
HSV(B)295.5º60.61%51.76%-
XYZ148.5622.74-
YUV83.25155.52158.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.65%
GREEN value IS 52 (20.70% from 255) = 16.77%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=40.65%
G=16.77%
B=42.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126521320.050.6100.48295.543.4836.08
Hex7E348453D0301282b24
Octal176642045750604505344
Binary1111110110100100001001011111010110000100101000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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