#772674

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

Shades of Dark Purple #772674

Tints of Dark Purple #772674

Color information

#772674 (or 0x772674) is unknown color: approx Dark Purple. HEX triplet: 77, 26 and 74. RGB value is (119,38,116). Sum of RGB (Red+Green+Blue) = 119+38+116=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #772674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772674 is #88D98B. Grayscale: #464646. Windows color (decimal): -8968588 or 7612023. OLE color: 7612023.

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

Color convert

RGB11938116-
CMYK00.680.030.53
HSL302.22º51.59%30.78%-
HSV(B)302.22º68.07%46.67%-
XYZ11.456.5717.19-
YUV71.11153.34162.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 38 (15.23% from 255) = 13.92%
BLUE value IS 116 (45.70% from 255) = 42.49%
R=43.59%
G=13.92%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193811600.680.030.53302.2251.5930.78
Hex77267404433512e341f
Octal1674616401043654566437
Binary11101111001101110100010001001111010110010111011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772674; }

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

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

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

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

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

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

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

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