#972077

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

Shades of Dark Purple #972077

Tints of Dark Purple #972077

Color information

#972077 (or 0x972077) is unknown color: approx Dark Purple. HEX triplet: 97, 20 and 77. RGB value is (151,32,119). Sum of RGB (Red+Green+Blue) = 151+32+119=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #972077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972077 is #68DF88. Grayscale: #4D4D4D. Windows color (decimal): -6872969 or 7807127. OLE color: 7807127.

HSL color Cylindrical-coordinate representation of color #972077: hue angle of 316.13º 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 #972077 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15132119-
CMYK00.790.210.41
HSL316.13º65.03%35.88%-
HSV(B)316.13º78.81%59.22%-
XYZ16.618.9418.3-
YUV77.5151.42180.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 10.60%
BLUE value IS 119 (46.88% from 255) = 39.40%
R=50%
G=10.60%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513211900.790.210.41316.1365.0335.88
Hex97207704F152913c4124
Octal227401670117255147410144
Binary10010111100000111011101001111101011010011001111001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972077; }

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

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

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

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

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

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

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

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