#971080

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

Shades of Dark Purple #971080

Tints of Dark Purple #971080

Color information

#971080 (or 0x971080) is unknown color: approx Dark Purple. HEX triplet: 97, 10 and 80. RGB value is (151,16,128). Sum of RGB (Red+Green+Blue) = 151+16+128=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #971080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971080 is #68EF7F. Grayscale: #444444. Windows color (decimal): -6877056 or 8392855. OLE color: 8392855.

HSL color Cylindrical-coordinate representation of color #971080: hue angle of 310.22º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971080 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15116128-
CMYK00.890.150.41
HSL310.22º80.84%32.75%-
HSV(B)310.22º89.4%59.22%-
XYZ16.848.5121.18-
YUV69.13161.23186.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.19%
GREEN value IS 16 (6.64% from 255) = 5.42%
BLUE value IS 128 (50.39% from 255) = 43.39%
R=51.19%
G=5.42%
B=43.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511612800.890.150.41310.2280.8432.75
Hex971080059F291365121
Octal227202000131175146612141
Binary1001011110000100000000101100111111010011001101101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971080; }

 p { color: rgb(151,16,128); }

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

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

 a { background-color: rgb(151,16,128); }

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

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

 span { border-color: rgb(151,16,128); }

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