#972C7F

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

Shades of Dark Purple #972C7F

Tints of Dark Purple #972C7F

Color information

#972C7F (or 0x972C7F) is unknown color: approx Dark Purple. HEX triplet: 97, 2C and 7F. RGB value is (151,44,127). Sum of RGB (Red+Green+Blue) = 151+44+127=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #972C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972C7F is #68D380. Grayscale: #555555. Windows color (decimal): -6869889 or 8334487. OLE color: 8334487.

HSL color Cylindrical-coordinate representation of color #972C7F: hue angle of 313.46º 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 #972C7F is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB15144127-
CMYK00.710.160.41
HSL313.46º54.87%38.24%-
HSV(B)313.46º70.86%59.22%-
XYZ17.499.9121.07-
YUV85.46151.45174.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.89%
GREEN value IS 44 (17.58% from 255) = 13.66%
BLUE value IS 127 (50% from 255) = 39.44%
R=46.89%
G=13.66%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514412700.710.160.41313.4654.8738.24
Hex972C7F04710291393726
Octal22754177010720514716746
Binary1001011110110011111110100011110000101001100111001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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