#763089

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

Shades of Vivid Violet #763089

Tints of Vivid Violet #763089

Color information

#763089 (or 0x763089) is unknown color: approx Vivid Violet. HEX triplet: 76, 30 and 89. RGB value is (118,48,137). Sum of RGB (Red+Green+Blue) = 118+48+137=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #763089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763089 is #89CF76. Grayscale: #4E4E4E. Windows color (decimal): -9031543 or 8990838. OLE color: 8990838.

HSL color Cylindrical-coordinate representation of color #763089: hue angle of 287.19º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #763089 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11848137-
CMYK0.140.6500.46
HSL287.19º48.11%36.27%-
HSV(B)287.19º64.96%53.73%-
XYZ13.047.7724.48-
YUV79.08160.69155.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 48 (19.14% from 255) = 15.84%
BLUE value IS 137 (53.91% from 255) = 45.21%
R=38.94%
G=15.84%
B=45.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118481370.140.6500.46287.1948.1136.27
Hex763089E4102E11f3024
Octal16660211161010564376044
Binary111011011000010001001111010000010101110100011111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763089; }

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

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

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

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

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

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

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

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