#7C4591

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

Shades of Vivid Violet #7C4591

Tints of Vivid Violet #7C4591

Color information

#7C4591 (or 0x7C4591) is unknown color: approx Vivid Violet. HEX triplet: 7C, 45 and 91. RGB value is (124,69,145). Sum of RGB (Red+Green+Blue) = 124+69+145=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #7C4591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4591 is #83BA6E. Grayscale: #5D5D5D. Windows color (decimal): -8632943 or 9520508. OLE color: 9520508.

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

Color convert

RGB12469145-
CMYK0.140.5200.43
HSL283.42º35.51%41.96%-
HSV(B)283.42º52.41%56.86%-
XYZ15.5510.5928.01-
YUV94.11156.72149.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.69%
GREEN value IS 69 (27.34% from 255) = 20.41%
BLUE value IS 145 (57.03% from 255) = 42.90%
R=36.69%
G=20.41%
B=42.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124691450.140.5200.43283.4235.5141.96
Hex7C4591E3402B11b242a
Octal17410522116640534334452
Binary111110010001011001000111101101000101011100011011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,69,145); }

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

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

 a { background-color: rgb(124,69,145); }

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

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

 span { border-color: rgb(124,69,145); }

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