#772172

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

Shades of Dark Purple #772172

Tints of Dark Purple #772172

Color information

#772172 (or 0x772172) is unknown color: approx Dark Purple. HEX triplet: 77, 21 and 72. RGB value is (119,33,114). Sum of RGB (Red+Green+Blue) = 119+33+114=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #772172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772172 is #88DE8D. Grayscale: #434343. Windows color (decimal): -8969870 or 7479671. OLE color: 7479671.

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

Color convert

RGB11933114-
CMYK00.720.040.53
HSL303.49º56.58%29.8%-
HSV(B)303.49º72.27%46.67%-
XYZ11.196.2216.53-
YUV67.95153.99164.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 33 (13.28% from 255) = 12.41%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=44.74%
G=12.41%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193311400.720.040.53303.4956.5829.8
Hex77217204843512f391e
Octal1674116201104654577136
Binary111011110000111100100100100010011010110010111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772172; }

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

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

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

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

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

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

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

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