#973F7D

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

Shades of Dark Purple #973F7D

Tints of Dark Purple #973F7D

Color information

#973F7D (or 0x973F7D) is unknown color: approx Dark Purple. HEX triplet: 97, 3F and 7D. RGB value is (151,63,125). Sum of RGB (Red+Green+Blue) = 151+63+125=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #973F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973F7D is #68C082. Grayscale: #606060. Windows color (decimal): -6865027 or 8208279. OLE color: 8208279.

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

Color convert

RGB15163125-
CMYK00.580.170.41
HSL317.73º41.12%41.96%-
HSV(B)317.73º58.28%59.22%-
XYZ18.2411.6120.68-
YUV96.38144.15166.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.54%
GREEN value IS 63 (25% from 255) = 18.58%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=44.54%
G=18.58%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516312500.580.170.41317.7341.1241.96
Hex973F7D03A112913e292a
Octal2277717507221514765152
Binary100101111111111111101011101010001101001100111110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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