#772774

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

Shades of Dark Purple #772774

Tints of Dark Purple #772774

Color information

#772774 (or 0x772774) is unknown color: approx Dark Purple. HEX triplet: 77, 27 and 74. RGB value is (119,39,116). Sum of RGB (Red+Green+Blue) = 119+39+116=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #772774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772774 is #88D88B. Grayscale: #474747. Windows color (decimal): -8968332 or 7612279. OLE color: 7612279.

HSL color Cylindrical-coordinate representation of color #772774: hue angle of 302.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #772774 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB11939116-
CMYK00.670.030.53
HSL302.25º50.63%30.98%-
HSV(B)302.25º67.23%46.67%-
XYZ11.496.6317.2-
YUV71.7153161.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 39 (15.62% from 255) = 14.23%
BLUE value IS 116 (45.70% from 255) = 42.34%
R=43.43%
G=14.23%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193911600.670.030.53302.2550.6330.98
Hex77277404333512e331f
Octal1674716401033654566337
Binary11101111001111110100010000111111010110010111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772774; }

 p { color: rgb(119,39,116); }

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

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

 a { background-color: rgb(119,39,116); }

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

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

 span { border-color: rgb(119,39,116); }

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