#972A6D

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

Shades of Dark Purple #972A6D

Tints of Dark Purple #972A6D

Color information

#972A6D (or 0x972A6D) is unknown color: approx Dark Purple. HEX triplet: 97, 2A and 6D. RGB value is (151,42,109). Sum of RGB (Red+Green+Blue) = 151+42+109=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #972A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972A6D is #68D592. Grayscale: #525252. Windows color (decimal): -6870419 or 7154327. OLE color: 7154327.

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

Color convert

RGB15142109-
CMYK00.720.280.41
HSL323.12º56.48%37.84%-
HSV(B)323.12º72.19%59.22%-
XYZ16.359.3415.41-
YUV82.23143.11177.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50%
GREEN value IS 42 (16.80% from 255) = 13.91%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=50%
G=13.91%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514210900.720.280.41323.1256.4837.84
Hex972A6D0481C291433826
Octal22752155011034515037046
Binary1001011110101011011010100100011100101001101000011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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