#972A6F

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

Shades of Dark Purple #972A6F

Tints of Dark Purple #972A6F

Color information

#972A6F (or 0x972A6F) is unknown color: approx Dark Purple. HEX triplet: 97, 2A and 6F. RGB value is (151,42,111). Sum of RGB (Red+Green+Blue) = 151+42+111=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #972A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972A6F is #68D590. Grayscale: #525252. Windows color (decimal): -6870417 or 7285399. OLE color: 7285399.

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

Color convert

RGB15142111-
CMYK00.720.260.41
HSL322.02º56.48%37.84%-
HSV(B)322.02º72.19%59.22%-
XYZ16.469.3815.98-
YUV82.46144.11176.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.67%
GREEN value IS 42 (16.80% from 255) = 13.82%
BLUE value IS 111 (43.75% from 255) = 36.51%
R=49.67%
G=13.82%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514211100.720.260.41322.0256.4837.84
Hex972A6F0481A291423826
Octal22752157011032515027046
Binary1001011110101011011110100100011010101001101000010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,42,111); }

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

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

 a { background-color: rgb(151,42,111); }

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

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

 span { border-color: rgb(151,42,111); }

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