#973180

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

Shades of Dark Purple #973180

Tints of Dark Purple #973180

Color information

#973180 (or 0x973180) is unknown color: approx Dark Purple. HEX triplet: 97, 31 and 80. RGB value is (151,49,128). Sum of RGB (Red+Green+Blue) = 151+49+128=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #973180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973180 is #68CE7F. Grayscale: #585858. Windows color (decimal): -6868608 or 8401303. OLE color: 8401303.

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

Color convert

RGB15149128-
CMYK00.680.150.41
HSL313.53º51%39.22%-
HSV(B)313.53º67.55%59.22%-
XYZ17.7610.3321.48-
YUV88.5150.29172.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.04%
GREEN value IS 49 (19.53% from 255) = 14.94%
BLUE value IS 128 (50.39% from 255) = 39.02%
R=46.04%
G=14.94%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514912800.680.150.41313.535139.22
Hex973180044F2913a3327
Octal22761200010417514726347
Binary1001011111000110000000010001001111101001100111010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973180; }

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

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

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

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

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

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

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

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