#973D79

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

Shades of Dark Purple #973D79

Tints of Dark Purple #973D79

Color information

#973D79 (or 0x973D79) is unknown color: approx Dark Purple. HEX triplet: 97, 3D and 79. RGB value is (151,61,121). Sum of RGB (Red+Green+Blue) = 151+61+121=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #973D79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973D79 is #68C286. Grayscale: #5E5E5E. Windows color (decimal): -6865543 or 7945623. OLE color: 7945623.

HSL color Cylindrical-coordinate representation of color #973D79: hue angle of 320º 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 #973D79 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB15161121-
CMYK00.600.200.41
HSL320º42.45%41.57%-
HSV(B)320º59.6%59.22%-
XYZ17.8811.319.33-
YUV94.75142.82168.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.35%
GREEN value IS 61 (24.22% from 255) = 18.32%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=45.35%
G=18.32%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516112100.600.200.4132042.4541.57
Hex973D7903C14291402a2a
Octal2277517107424515005252
Binary100101111111011111001011110010100101001101000000101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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