#7A3391

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

Shades of Vivid Violet #7A3391

Tints of Vivid Violet #7A3391

Color information

#7A3391 (or 0x7A3391) is unknown color: approx Vivid Violet. HEX triplet: 7A, 33 and 91. RGB value is (122,51,145). Sum of RGB (Red+Green+Blue) = 122+51+145=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A3391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3391 is #85CC6E. Grayscale: #525252. Windows color (decimal): -8768623 or 9515898. OLE color: 9515898.

HSL color Cylindrical-coordinate representation of color #7A3391: hue angle of 285.32º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A3391 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12251145-
CMYK0.160.6500.43
HSL285.32º47.96%38.43%-
HSV(B)285.32º64.83%56.86%-
XYZ14.328.5527.68-
YUV82.94163.02155.86-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.36%
GREEN value IS 51 (20.31% from 255) = 16.04%
BLUE value IS 145 (57.03% from 255) = 45.60%
R=38.36%
G=16.04%
B=45.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122511450.160.6500.43285.3247.9638.43
Hex7A3391104102B11d3026
Octal17263221201010534356046
Binary1111010110011100100011000010000010101011100011101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,51,145); }

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

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

 a { background-color: rgb(122,51,145); }

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

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

 span { border-color: rgb(122,51,145); }

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