#7C4682

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

Shades of Vivid Violet #7C4682

Tints of Vivid Violet #7C4682

Color information

#7C4682 (or 0x7C4682) is unknown color: approx Vivid Violet. HEX triplet: 7C, 46 and 82. RGB value is (124,70,130). Sum of RGB (Red+Green+Blue) = 124+70+130=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #7C4682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4682 is #83B97D. Grayscale: #5C5C5C. Windows color (decimal): -8632702 or 8537724. OLE color: 8537724.

HSL color Cylindrical-coordinate representation of color #7C4682: hue angle of 294º 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 #7C4682 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12470130-
CMYK0.050.4600.49
HSL294º30%39.22%-
HSV(B)294º46.15%50.98%-
XYZ14.5310.2822.34-
YUV92.99148.89150.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.27%
GREEN value IS 70 (27.73% from 255) = 21.60%
BLUE value IS 130 (51.17% from 255) = 40.12%
R=38.27%
G=21.60%
B=40.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124701300.050.4600.492943039.22
Hex7C468252E0311261e27
Octal1741062025560614463647
Binary1111100100011010000010101101110011000110010011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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