#782976

Color #782976 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #782976

Tints of Dark Purple #782976

Color information

#782976 (or 0x782976) is unknown color: approx Dark Purple. HEX triplet: 78, 29 and 76. RGB value is (120,41,118). Sum of RGB (Red+Green+Blue) = 120+41+118=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #782976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782976 is #87D689. Grayscale: #494949. Windows color (decimal): -8902282 or 7743864. OLE color: 7743864.

HSL color Cylindrical-coordinate representation of color #782976: hue angle of 301.52º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #782976 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB12041118-
CMYK00.660.020.53
HSL301.52º49.07%31.57%-
HSV(B)301.52º65.83%47.06%-
XYZ11.816.8917.85-
YUV73.4153.17161.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.01%
GREEN value IS 41 (16.41% from 255) = 14.70%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=43.01%
G=14.70%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204111800.660.020.53301.5249.0731.57
Hex78297604223512e3120
Octal1705116601022654566140
Binary111100010100111101100100001010110101100101110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782976; }

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

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

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

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

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

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

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

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