#972076

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

Shades of Dark Purple #972076

Tints of Dark Purple #972076

Color information

#972076 (or 0x972076) is unknown color: approx Dark Purple. HEX triplet: 97, 20 and 76. RGB value is (151,32,118). Sum of RGB (Red+Green+Blue) = 151+32+118=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #972076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972076 is #68DF89. Grayscale: #4D4D4D. Windows color (decimal): -6872970 or 7741591. OLE color: 7741591.

HSL color Cylindrical-coordinate representation of color #972076: hue angle of 316.64º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972076 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB15132118-
CMYK00.790.220.41
HSL316.64º65.03%35.88%-
HSV(B)316.64º78.81%59.22%-
XYZ16.558.9217.99-
YUV77.39150.92180.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.17%
GREEN value IS 32 (12.89% from 255) = 10.63%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=50.17%
G=10.63%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513211800.790.220.41316.6465.0335.88
Hex97207604F162913d4124
Octal227401660117265147510144
Binary10010111100000111011001001111101101010011001111011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972076; }

 p { color: rgb(151,32,118); }

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

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

 a { background-color: rgb(151,32,118); }

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

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

 span { border-color: rgb(151,32,118); }

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