#763289

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

Shades of Vivid Violet #763289

Tints of Vivid Violet #763289

Color information

#763289 (or 0x763289) is unknown color: approx Vivid Violet. HEX triplet: 76, 32 and 89. RGB value is (118,50,137). Sum of RGB (Red+Green+Blue) = 118+50+137=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #763289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763289 is #89CD76. Grayscale: #4F4F4F. Windows color (decimal): -9031031 or 8991350. OLE color: 8991350.

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

Color convert

RGB11850137-
CMYK0.140.6400.46
HSL286.9º46.52%36.67%-
HSV(B)286.9º63.5%53.73%-
XYZ13.137.9424.51-
YUV80.25160.03154.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 50 (19.92% from 255) = 16.39%
BLUE value IS 137 (53.91% from 255) = 44.92%
R=38.69%
G=16.39%
B=44.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118501370.140.6400.46286.946.5236.67
Hex763289E4002E11f2f25
Octal16662211161000564375745
Binary111011011001010001001111010000000101110100011111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763289; }

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

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

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

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

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

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

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

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