#972D7C

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

Shades of Dark Purple #972D7C

Tints of Dark Purple #972D7C

Color information

#972D7C (or 0x972D7C) is unknown color: approx Dark Purple. HEX triplet: 97, 2D and 7C. RGB value is (151,45,124). Sum of RGB (Red+Green+Blue) = 151+45+124=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #972D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972D7C is #68D283. Grayscale: #555555. Windows color (decimal): -6869636 or 8138135. OLE color: 8138135.

HSL color Cylindrical-coordinate representation of color #972D7C: hue angle of 315.28º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #972D7C is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB15145124-
CMYK00.700.180.41
HSL315.28º54.08%38.43%-
HSV(B)315.28º70.2%59.22%-
XYZ17.349.9120.07-
YUV85.7149.62174.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.19%
GREEN value IS 45 (17.97% from 255) = 14.06%
BLUE value IS 124 (48.83% from 255) = 38.75%
R=47.19%
G=14.06%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514512400.700.180.41315.2854.0838.43
Hex972D7C046122913b3626
Octal22755174010622514736646
Binary1001011110110111111000100011010010101001100111011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972D7C; }

 p { color: rgb(151,45,124); }

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

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

 a { background-color: rgb(151,45,124); }

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

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

 span { border-color: rgb(151,45,124); }

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