#7C2991

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

Shades of Vivid Violet #7C2991

Tints of Vivid Violet #7C2991

Color information

#7C2991 (or 0x7C2991) is unknown color: approx Vivid Violet. HEX triplet: 7C, 29 and 91. RGB value is (124,41,145). Sum of RGB (Red+Green+Blue) = 124+41+145=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #7C2991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2991 is #83D66E. Grayscale: #4D4D4D. Windows color (decimal): -8640111 or 9513340. OLE color: 9513340.

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

Color convert

RGB12441145-
CMYK0.140.7200.43
HSL287.88º55.91%36.47%-
HSV(B)287.88º71.72%56.86%-
XYZ14.227.9227.57-
YUV77.67166161.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40%
GREEN value IS 41 (16.41% from 255) = 13.23%
BLUE value IS 145 (57.03% from 255) = 46.77%
R=40%
G=13.23%
B=46.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124411450.140.7200.43287.8855.9136.47
Hex7C2991E4802B1203824
Octal17451221161100534407044
Binary111110010100110010001111010010000101011100100000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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