#7D4591

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

Shades of Vivid Violet #7D4591

Tints of Vivid Violet #7D4591

Color information

#7D4591 (or 0x7D4591) is unknown color: approx Vivid Violet. HEX triplet: 7D, 45 and 91. RGB value is (125,69,145). Sum of RGB (Red+Green+Blue) = 125+69+145=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #7D4591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4591 is #82BA6E. Grayscale: #5E5E5E. Windows color (decimal): -8567407 or 9520509. OLE color: 9520509.

HSL color Cylindrical-coordinate representation of color #7D4591: hue angle of 284.21º 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 #7D4591 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12569145-
CMYK0.140.5200.43
HSL284.21º35.51%41.96%-
HSV(B)284.21º52.41%56.86%-
XYZ15.710.6628.02-
YUV94.41156.55149.82-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.87%
GREEN value IS 69 (27.34% from 255) = 20.35%
BLUE value IS 145 (57.03% from 255) = 42.77%
R=36.87%
G=20.35%
B=42.77%

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
Decimal125691450.140.5200.43284.2135.5141.96
Hex7D4591E3402B11c242a
Octal17510522116640534344452
Binary111110110001011001000111101101000101011100011100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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