#973C78

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

Shades of Dark Purple #973C78

Tints of Dark Purple #973C78

Color information

#973C78 (or 0x973C78) is unknown color: approx Dark Purple. HEX triplet: 97, 3C and 78. RGB value is (151,60,120). Sum of RGB (Red+Green+Blue) = 151+60+120=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #973C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973C78 is #68C387. Grayscale: #5D5D5D. Windows color (decimal): -6865800 or 7879831. OLE color: 7879831.

HSL color Cylindrical-coordinate representation of color #973C78: hue angle of 320.44º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #973C78 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15160120-
CMYK00.600.210.41
HSL320.44º43.13%41.37%-
HSV(B)320.44º60.26%59.22%-
XYZ17.7711.1718.99-
YUV94.05142.65168.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.62%
GREEN value IS 60 (23.83% from 255) = 18.13%
BLUE value IS 120 (47.27% from 255) = 36.25%
R=45.62%
G=18.13%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516012000.600.210.41320.4443.1341.37
Hex973C7803C15291402b29
Octal2277417007425515005351
Binary100101111111001111000011110010101101001101000000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973C78; }

 p { color: rgb(151,60,120); }

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

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

 a { background-color: rgb(151,60,120); }

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

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

 span { border-color: rgb(151,60,120); }

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