#772371

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

Shades of Dark Purple #772371

Tints of Dark Purple #772371

Color information

#772371 (or 0x772371) is unknown color: approx Dark Purple. HEX triplet: 77, 23 and 71. RGB value is (119,35,113). Sum of RGB (Red+Green+Blue) = 119+35+113=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #772371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772371 is #88DC8E. Grayscale: #444444. Windows color (decimal): -8969359 or 7414647. OLE color: 7414647.

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

Color convert

RGB11935113-
CMYK00.710.050.53
HSL304.29º54.55%30.2%-
HSV(B)304.29º70.59%46.67%-
XYZ11.196.3216.25-
YUV69.01152.83163.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 35 (14.06% from 255) = 13.11%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=44.57%
G=13.11%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193511300.710.050.53304.2954.5530.2
Hex772371047535130371e
Octal1674316101075654606736
Binary111011110001111100010100011110111010110011000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772371; }

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

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

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

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

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

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

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

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