#7E379D

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

Shades of Vivid Violet #7E379D

Tints of Vivid Violet #7E379D

Color information

#7E379D (or 0x7E379D) is unknown color: approx Vivid Violet. HEX triplet: 7E, 37 and 9D. RGB value is (126,55,157). Sum of RGB (Red+Green+Blue) = 126+55+157=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E379D is #81C862. Grayscale: #575757. Windows color (decimal): -8505443 or 10303358. OLE color: 10303358.

HSL color Cylindrical-coordinate representation of color #7E379D: hue angle of 281.76º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E379D is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12655157-
CMYK0.200.6500.38
HSL281.76º48.11%41.57%-
HSV(B)281.76º64.97%61.57%-
XYZ16.069.632.91-
YUV87.86167.02155.21-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.28%
GREEN value IS 55 (21.88% from 255) = 16.27%
BLUE value IS 157 (61.72% from 255) = 46.45%
R=37.28%
G=16.27%
B=46.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126551570.200.6500.38281.7648.1141.57
Hex7E379D144102611a302a
Octal17667235241010464326052
Binary1111110110111100111011010010000010100110100011010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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