#7C4392

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

Shades of Vivid Violet #7C4392

Tints of Vivid Violet #7C4392

Color information

#7C4392 (or 0x7C4392) is unknown color: approx Vivid Violet. HEX triplet: 7C, 43 and 92. RGB value is (124,67,146). Sum of RGB (Red+Green+Blue) = 124+67+146=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C4392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4392 is #83BC6D. Grayscale: #5C5C5C. Windows color (decimal): -8633454 or 9585532. OLE color: 9585532.

HSL color Cylindrical-coordinate representation of color #7C4392: hue angle of 283.29º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C4392 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12467146-
CMYK0.150.5400.43
HSL283.29º37.09%41.76%-
HSV(B)283.29º54.11%57.25%-
XYZ15.5110.3728.38-
YUV93.05157.88150.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.80%
GREEN value IS 67 (26.56% from 255) = 19.88%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=36.80%
G=19.88%
B=43.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124671460.150.5400.43283.2937.0941.76
Hex7C4392F3602B11b252a
Octal17410322217660534334552
Binary111110010000111001001011111101100101011100011011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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