#782986

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

Shades of Vivid Violet #782986

Tints of Vivid Violet #782986

Color information

#782986 (or 0x782986) is unknown color: approx Vivid Violet. HEX triplet: 78, 29 and 86. RGB value is (120,41,134). Sum of RGB (Red+Green+Blue) = 120+41+134=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 134 - color contains mainly: blue. Hex color #782986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782986 is #87D679. Grayscale: #4A4A4A. Windows color (decimal): -8902266 or 8792440. OLE color: 8792440.

HSL color Cylindrical-coordinate representation of color #782986: hue angle of 290.97º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #782986 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12041134-
CMYK0.100.6900.47
HSL290.97º53.14%34.31%-
HSV(B)290.97º69.4%52.55%-
XYZ12.847.323.29-
YUV75.22161.17159.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.68%
GREEN value IS 41 (16.41% from 255) = 13.90%
BLUE value IS 134 (52.73% from 255) = 45.42%
R=40.68%
G=13.90%
B=45.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120411340.100.6900.47290.9753.1434.31
Hex782986A4502F1233522
Octal17051206121050574436542
Binary111100010100110000110101010001010101111100100011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782986; }

 p { color: rgb(120,41,134); }

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

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

 a { background-color: rgb(120,41,134); }

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

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

 span { border-color: rgb(120,41,134); }

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