#772078

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

Shades of Dark Purple #772078

Tints of Dark Purple #772078

Color information

#772078 (or 0x772078) is unknown color: approx Dark Purple. HEX triplet: 77, 20 and 78. RGB value is (119,32,120). Sum of RGB (Red+Green+Blue) = 119+32+120=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #772078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772078 is #88DF87. Grayscale: #434343. Windows color (decimal): -8970120 or 7872631. OLE color: 7872631.

HSL color Cylindrical-coordinate representation of color #772078: hue angle of 299.32º 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 #772078 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11932120-
CMYK0.010.7300.53
HSL299.32º57.89%29.8%-
HSV(B)299.32º73.33%47.06%-
XYZ11.516.3118.38-
YUV68.04157.32164.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 32 (12.89% from 255) = 11.81%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=43.91%
G=11.81%
B=44.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119321200.010.7300.53299.3257.8929.8
Hex77207814903512b3a1e
Octal1674017011110654537236
Binary1110111100000111100011001001011010110010101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772078; }

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

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

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

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

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

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

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

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