#763391

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

Shades of Vivid Violet #763391

Tints of Vivid Violet #763391

Color information

#763391 (or 0x763391) is unknown color: approx Vivid Violet. HEX triplet: 76, 33 and 91. RGB value is (118,51,145). Sum of RGB (Red+Green+Blue) = 118+51+145=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #763391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763391 is #89CC6E. Grayscale: #515151. Windows color (decimal): -9030767 or 9515894. OLE color: 9515894.

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

Color convert

RGB11851145-
CMYK0.190.6500.43
HSL282.77º47.96%38.43%-
HSV(B)282.77º64.83%56.86%-
XYZ13.778.2627.66-
YUV81.75163.7153.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 51 (20.31% from 255) = 16.24%
BLUE value IS 145 (57.03% from 255) = 46.18%
R=37.58%
G=16.24%
B=46.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118511450.190.6500.43282.7747.9638.43
Hex763391134102B11b3026
Octal16663221231010534336046
Binary1110110110011100100011001110000010101011100011011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763391; }

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

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

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

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

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

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

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

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