#7D379E

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

Shades of Vivid Violet #7D379E

Tints of Vivid Violet #7D379E

Color information

#7D379E (or 0x7D379E) is unknown color: approx Vivid Violet. HEX triplet: 7D, 37 and 9E. RGB value is (125,55,158). Sum of RGB (Red+Green+Blue) = 125+55+158=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D379E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D379E is #82C861. Grayscale: #575757. Windows color (decimal): -8570978 or 10368893. OLE color: 10368893.

HSL color Cylindrical-coordinate representation of color #7D379E: hue angle of 280.78º 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 #7D379E is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12555158-
CMYK0.210.6500.38
HSL280.78º48.36%41.76%-
HSV(B)280.78º65.19%61.96%-
XYZ169.5633.35-
YUV87.67167.69154.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.98%
GREEN value IS 55 (21.88% from 255) = 16.27%
BLUE value IS 158 (62.11% from 255) = 46.75%
R=36.98%
G=16.27%
B=46.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125551580.210.6500.38280.7848.3641.76
Hex7D379E1541026119302a
Octal17567236251010464316052
Binary1111101110111100111101010110000010100110100011001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D379E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,55,158); }

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

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

 a { background-color: rgb(125,55,158); }

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

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

 span { border-color: rgb(125,55,158); }

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