#972c7b

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

Shades of Dark Purple #972C7B

Tints of Dark Purple #972C7B

Color information

#972C7B (or 0x972C7B) is unknown color: approx Dark Purple. HEX triplet: 97, 2C and 7B. RGB value is (151,44,123). Sum of RGB (Red+Green+Blue) = 151+44+123=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #972C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972C7B is #68D384. Grayscale: #545454. Windows color (decimal): -6869893 or 8072343. OLE color: 8072343.

HSL color Cylindrical-coordinate representation of color #972C7B: hue angle of 315.7º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #972C7B is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15144123-
CMYK00.710.190.41
HSL315.7º54.87%38.24%-
HSV(B)315.7º70.86%59.22%-
XYZ17.249.8119.72-
YUV85149.45175.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.48%
GREEN value IS 44 (17.58% from 255) = 13.84%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=47.48%
G=13.84%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514412300.710.190.41315.754.8738.24
Hex972C7B047132913c3726
Octal22754173010723514746746
Binary1001011110110011110110100011110011101001100111100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972c7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,44,123); }

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

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

 a { background-color: rgb(151,44,123); }

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

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

 span { border-color: rgb(151,44,123); }

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