#772575

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

Shades of Dark Purple #772575

Tints of Dark Purple #772575

Color information

#772575 (or 0x772575) is unknown color: approx Dark Purple. HEX triplet: 77, 25 and 75. RGB value is (119,37,117). Sum of RGB (Red+Green+Blue) = 119+37+117=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #772575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772575 is #88DA8A. Grayscale: #464646. Windows color (decimal): -8968843 or 7677303. OLE color: 7677303.

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

Color convert

RGB11937117-
CMYK00.690.020.53
HSL301.46º52.56%30.59%-
HSV(B)301.46º68.91%46.67%-
XYZ11.486.5317.48-
YUV70.64154.17162.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 37 (14.84% from 255) = 13.55%
BLUE value IS 117 (46.09% from 255) = 42.86%
R=43.59%
G=13.55%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193711700.690.020.53301.4652.5630.59
Hex77257504523512d351f
Octal1674516501052654556537
Binary11101111001011110101010001011011010110010110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772575; }

 p { color: rgb(119,37,117); }

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

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

 a { background-color: rgb(119,37,117); }

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

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

 span { border-color: rgb(119,37,117); }

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