#973979

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

Shades of Dark Purple #973979

Tints of Dark Purple #973979

Color information

#973979 (or 0x973979) is unknown color: approx Dark Purple. HEX triplet: 97, 39 and 79. RGB value is (151,57,121). Sum of RGB (Red+Green+Blue) = 151+57+121=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #973979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973979 is #68C686. Grayscale: #5C5C5C. Windows color (decimal): -6866567 or 7944599. OLE color: 7944599.

HSL color Cylindrical-coordinate representation of color #973979: hue angle of 319.15º degrees, saturation: 0.45, 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 #973979 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB15157121-
CMYK00.620.200.41
HSL319.15º45.19%40.78%-
HSV(B)319.15º62.25%59.22%-
XYZ17.6810.8919.26-
YUV92.4144.14169.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.90%
GREEN value IS 57 (22.66% from 255) = 17.33%
BLUE value IS 121 (47.66% from 255) = 36.78%
R=45.90%
G=17.33%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515712100.620.200.41319.1545.1940.78
Hex97397903E142913f2d29
Octal2277117107624514775551
Binary100101111110011111001011111010100101001100111111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973979; }

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

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

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

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

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

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

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

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