#763091

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

Shades of Vivid Violet #763091

Tints of Vivid Violet #763091

Color information

#763091 (or 0x763091) is unknown color: approx Vivid Violet. HEX triplet: 76, 30 and 91. RGB value is (118,48,145). Sum of RGB (Red+Green+Blue) = 118+48+145=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #763091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763091 is #89CF6E. Grayscale: #4F4F4F. Windows color (decimal): -9031535 or 9515126. OLE color: 9515126.

HSL color Cylindrical-coordinate representation of color #763091: hue angle of 283.3º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #763091 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11848145-
CMYK0.190.6700.43
HSL283.3º50.26%37.84%-
HSV(B)283.3º66.9%56.86%-
XYZ13.648.0127.62-
YUV79.99164.69155.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.94%
GREEN value IS 48 (19.14% from 255) = 15.43%
BLUE value IS 145 (57.03% from 255) = 46.62%
R=37.94%
G=15.43%
B=46.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118481450.190.6700.43283.350.2637.84
Hex763091134302B11b3226
Octal16660221231030534336246
Binary1110110110000100100011001110000110101011100011011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763091; }

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

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

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

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

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

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

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

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