#7E3280

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

Shades of Vivid Violet #7E3280

Tints of Vivid Violet #7E3280

Color information

#7E3280 (or 0x7E3280) is unknown color: approx Vivid Violet. HEX triplet: 7E, 32 and 80. RGB value is (126,50,128). Sum of RGB (Red+Green+Blue) = 126+50+128=304 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.45% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #7E3280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3280 is #81CD7F. Grayscale: #515151. Windows color (decimal): -8506752 or 8401534. OLE color: 8401534.

HSL color Cylindrical-coordinate representation of color #7E3280: hue angle of 298.46º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E3280 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12650128-
CMYK0.020.6100.50
HSL298.46º43.82%34.9%-
HSV(B)298.46º60.94%50.2%-
XYZ13.648.2821.3-
YUV81.62154.18159.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.45%
GREEN value IS 50 (19.92% from 255) = 16.45%
BLUE value IS 128 (50.39% from 255) = 42.11%
R=41.45%
G=16.45%
B=42.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal126501280.020.6100.50298.4643.8234.9
Hex7E328023D03212a2c23
Octal176622002750624525443
Binary111111011001010000000101111010110010100101010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,50,128); }

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

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

 a { background-color: rgb(126,50,128); }

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

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

 span { border-color: rgb(126,50,128); }

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