#973A76

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

Shades of Dark Purple #973A76

Tints of Dark Purple #973A76

Color information

#973A76 (or 0x973A76) is unknown color: approx Dark Purple. HEX triplet: 97, 3A and 76. RGB value is (151,58,118). Sum of RGB (Red+Green+Blue) = 151+58+118=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #973A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973A76 is #68C589. Grayscale: #5C5C5C. Windows color (decimal): -6866314 or 7748247. OLE color: 7748247.

HSL color Cylindrical-coordinate representation of color #973A76: hue angle of 321.29º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973A76 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB15158118-
CMYK00.620.220.41
HSL321.29º44.5%40.98%-
HSV(B)321.29º61.59%59.22%-
XYZ17.5510.9118.32-
YUV92.65142.31169.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.18%
GREEN value IS 58 (23.05% from 255) = 17.74%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=46.18%
G=17.74%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515811800.620.220.41321.2944.540.98
Hex973A7603E16291412c29
Octal2277216607626515015451
Binary100101111110101110110011111010110101001101000001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973A76; }

 p { color: rgb(151,58,118); }

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

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

 a { background-color: rgb(151,58,118); }

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

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

 span { border-color: rgb(151,58,118); }

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