#772375

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

Shades of Dark Purple #772375

Tints of Dark Purple #772375

Color information

#772375 (or 0x772375) is unknown color: approx Dark Purple. HEX triplet: 77, 23 and 75. RGB value is (119,35,117). Sum of RGB (Red+Green+Blue) = 119+35+117=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #772375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772375 is #88DC8A. Grayscale: #454545. Windows color (decimal): -8969355 or 7676791. OLE color: 7676791.

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

Color convert

RGB11935117-
CMYK00.710.020.53
HSL301.43º54.55%30.2%-
HSV(B)301.43º70.59%46.67%-
XYZ11.426.4117.46-
YUV69.46154.83163.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 35 (14.06% from 255) = 12.92%
BLUE value IS 117 (46.09% from 255) = 43.17%
R=43.91%
G=12.92%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193511700.710.020.53301.4354.5530.2
Hex77237504723512d371e
Octal1674316501072654556736
Binary11101111000111110101010001111011010110010110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772375; }

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

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

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

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

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

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

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

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