#782076

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

Shades of Dark Purple #782076

Tints of Dark Purple #782076

Color information

#782076 (or 0x782076) is unknown color: approx Dark Purple. HEX triplet: 78, 20 and 76. RGB value is (120,32,118). Sum of RGB (Red+Green+Blue) = 120+32+118=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #782076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782076 is #87DF89. Grayscale: #434343. Windows color (decimal): -8904586 or 7741560. OLE color: 7741560.

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

Color convert

RGB12032118-
CMYK00.730.020.53
HSL301.36º57.89%29.8%-
HSV(B)301.36º73.33%47.06%-
XYZ11.536.3317.75-
YUV68.12156.15165.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 32 (12.89% from 255) = 11.85%
BLUE value IS 118 (46.48% from 255) = 43.70%
R=44.44%
G=11.85%
B=43.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203211800.730.020.53301.3657.8929.8
Hex78207604923512d3a1e
Octal1704016601112654557236
Binary11110001000001110110010010011011010110010110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782076; }

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

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

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

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

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

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

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

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