#772072

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

Shades of Dark Purple #772072

Tints of Dark Purple #772072

Color information

#772072 (or 0x772072) is unknown color: approx Dark Purple. HEX triplet: 77, 20 and 72. RGB value is (119,32,114). Sum of RGB (Red+Green+Blue) = 119+32+114=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #772072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772072 is #88DF8D. Grayscale: #434343. Windows color (decimal): -8970126 or 7479415. OLE color: 7479415.

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

Color convert

RGB11932114-
CMYK00.730.040.53
HSL303.45º57.62%29.61%-
HSV(B)303.45º73.11%46.67%-
XYZ11.166.1716.52-
YUV67.36154.32164.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 32 (12.89% from 255) = 12.08%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=44.91%
G=12.08%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193211400.730.040.53303.4557.6229.61
Hex77207204943512f3a1e
Octal1674016201114654577236
Binary111011110000011100100100100110011010110010111111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772072; }

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

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

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

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

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

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

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

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