#973171

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

Shades of Dark Purple #973171

Tints of Dark Purple #973171

Color information

#973171 (or 0x973171) is unknown color: approx Dark Purple. HEX triplet: 97, 31 and 71. RGB value is (151,49,113). Sum of RGB (Red+Green+Blue) = 151+49+113=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #973171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973171 is #68CE8E. Grayscale: #565656. Windows color (decimal): -6868623 or 7418263. OLE color: 7418263.

HSL color Cylindrical-coordinate representation of color #973171: hue angle of 322.35º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #973171 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB15149113-
CMYK00.680.250.41
HSL322.35º51%39.22%-
HSV(B)322.35º67.55%59.22%-
XYZ16.849.9716.66-
YUV86.79142.79173.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.24%
GREEN value IS 49 (19.53% from 255) = 15.65%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=48.24%
G=15.65%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514911300.680.250.41322.355139.22
Hex97317104419291423327
Octal22761161010431515026347
Binary1001011111000111100010100010011001101001101000010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973171; }

 p { color: rgb(151,49,113); }

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

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

 a { background-color: rgb(151,49,113); }

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

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

 span { border-color: rgb(151,49,113); }

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