#7D4682

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

Shades of Vivid Violet #7D4682

Tints of Vivid Violet #7D4682

Color information

#7D4682 (or 0x7D4682) is unknown color: approx Vivid Violet. HEX triplet: 7D, 46 and 82. RGB value is (125,70,130). Sum of RGB (Red+Green+Blue) = 125+70+130=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D4682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4682 is #82B97D. Grayscale: #5D5D5D. Windows color (decimal): -8567166 or 8537725. OLE color: 8537725.

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

Color convert

RGB12570130-
CMYK0.040.4600.49
HSL295º30%39.22%-
HSV(B)295º46.15%50.98%-
XYZ14.6810.3522.34-
YUV93.28148.72150.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.46%
GREEN value IS 70 (27.73% from 255) = 21.54%
BLUE value IS 130 (51.17% from 255) = 40%
R=38.46%
G=21.54%
B=40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125701300.040.4600.492953039.22
Hex7D468242E0311271e27
Octal1751062024560614473647
Binary1111101100011010000010100101110011000110010011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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