#763794

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

Shades of Vivid Violet #763794

Tints of Vivid Violet #763794

Color information

#763794 (or 0x763794) is unknown color: approx Vivid Violet. HEX triplet: 76, 37 and 94. RGB value is (118,55,148). Sum of RGB (Red+Green+Blue) = 118+55+148=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #763794 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763794 is #89C86B. Grayscale: #545454. Windows color (decimal): -9029740 or 9713526. OLE color: 9713526.

HSL color Cylindrical-coordinate representation of color #763794: hue angle of 280.65º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #763794 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11855148-
CMYK0.200.6300.42
HSL280.65º45.81%39.8%-
HSV(B)280.65º62.84%58.04%-
XYZ14.188.7228.95-
YUV84.44163.87151.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 55 (21.88% from 255) = 17.13%
BLUE value IS 148 (58.20% from 255) = 46.11%
R=36.76%
G=17.13%
B=46.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118551480.200.6300.42280.6545.8139.8
Hex763794143F02A1192e28
Octal1666722424770524315650
Binary111011011011110010100101001111110101010100011001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763794; }

 p { color: rgb(118,55,148); }

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

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

 a { background-color: rgb(118,55,148); }

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

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

 span { border-color: rgb(118,55,148); }

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