#7C4386

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

Shades of Vivid Violet #7C4386

Tints of Vivid Violet #7C4386

Color information

#7C4386 (or 0x7C4386) is unknown color: approx Vivid Violet. HEX triplet: 7C, 43 and 86. RGB value is (124,67,134). Sum of RGB (Red+Green+Blue) = 124+67+134=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 134 - color contains mainly: blue. Hex color #7C4386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4386 is #83BC79. Grayscale: #5B5B5B. Windows color (decimal): -8633466 or 8799100. OLE color: 8799100.

HSL color Cylindrical-coordinate representation of color #7C4386: hue angle of 291.04º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C4386 is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12467134-
CMYK0.070.500.47
HSL291.04º33.33%39.41%-
HSV(B)291.04º50%52.55%-
XYZ14.6210.0223.72-
YUV91.68151.88151.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.15%
GREEN value IS 67 (26.56% from 255) = 20.62%
BLUE value IS 134 (52.73% from 255) = 41.23%
R=38.15%
G=20.62%
B=41.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124671340.070.500.47291.0433.3339.41
Hex7C438673202F1232127
Octal1741032067620574434147
Binary11111001000011100001101111100100101111100100011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,67,134); }

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

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

 a { background-color: rgb(124,67,134); }

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

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

 span { border-color: rgb(124,67,134); }

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