#7D4683

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

Shades of Vivid Violet #7D4683

Tints of Vivid Violet #7D4683

Color information

#7D4683 (or 0x7D4683) is unknown color: approx Vivid Violet. HEX triplet: 7D, 46 and 83. RGB value is (125,70,131). Sum of RGB (Red+Green+Blue) = 125+70+131=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #7D4683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4683 is #82B97C. Grayscale: #5D5D5D. Windows color (decimal): -8567165 or 8603261. OLE color: 8603261.

HSL color Cylindrical-coordinate representation of color #7D4683: hue angle of 294.1º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D4683 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12570131-
CMYK0.050.4700.49
HSL294.1º30.35%39.41%-
HSV(B)294.1º46.56%51.37%-
XYZ14.7410.3822.7-
YUV93.4149.22150.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.34%
GREEN value IS 70 (27.73% from 255) = 21.47%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=38.34%
G=21.47%
B=40.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125701310.050.4700.49294.130.3539.41
Hex7D468352F0311261e27
Octal1751062035570614463647
Binary1111101100011010000011101101111011000110010011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,70,131); }

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

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

 a { background-color: rgb(125,70,131); }

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

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

 span { border-color: rgb(125,70,131); }

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