#973D7D

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

Shades of Dark Purple #973D7D

Tints of Dark Purple #973D7D

Color information

#973D7D (or 0x973D7D) is unknown color: approx Dark Purple. HEX triplet: 97, 3D and 7D. RGB value is (151,61,125). Sum of RGB (Red+Green+Blue) = 151+61+125=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #973D7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973D7D is #68C282. Grayscale: #5F5F5F. Windows color (decimal): -6865539 or 8207767. OLE color: 8207767.

HSL color Cylindrical-coordinate representation of color #973D7D: hue angle of 317.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #973D7D is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB15161125-
CMYK00.600.170.41
HSL317.33º42.45%41.57%-
HSV(B)317.33º59.6%59.22%-
XYZ18.1311.420.65-
YUV95.21144.82167.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.81%
GREEN value IS 61 (24.22% from 255) = 18.10%
BLUE value IS 125 (49.22% from 255) = 37.09%
R=44.81%
G=18.10%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516112500.600.170.41317.3342.4541.57
Hex973D7D03C112913d2a2a
Octal2277517507421514755252
Binary100101111111011111101011110010001101001100111101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,61,125); }

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

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

 a { background-color: rgb(151,61,125); }

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

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

 span { border-color: rgb(151,61,125); }

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