#772171

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

Shades of Dark Purple #772171

Tints of Dark Purple #772171

Color information

#772171 (or 0x772171) is unknown color: approx Dark Purple. HEX triplet: 77, 21 and 71. RGB value is (119,33,113). Sum of RGB (Red+Green+Blue) = 119+33+113=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #772171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772171 is #88DE8E. Grayscale: #434343. Windows color (decimal): -8969871 or 7414135. OLE color: 7414135.

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

Color convert

RGB11933113-
CMYK00.720.050.53
HSL304.19º56.58%29.8%-
HSV(B)304.19º72.27%46.67%-
XYZ11.136.216.23-
YUV67.83153.49164.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 33 (13.28% from 255) = 12.45%
BLUE value IS 113 (44.53% from 255) = 42.64%
R=44.91%
G=12.45%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193311300.720.050.53304.1956.5829.8
Hex772171048535130391e
Octal1674116101105654607136
Binary111011110000111100010100100010111010110011000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772171; }

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

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

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

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

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

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

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

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