#973380

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

Shades of Dark Purple #973380

Tints of Dark Purple #973380

Color information

#973380 (or 0x973380) is unknown color: approx Dark Purple. HEX triplet: 97, 33 and 80. RGB value is (151,51,128). Sum of RGB (Red+Green+Blue) = 151+51+128=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #973380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973380 is #68CC7F. Grayscale: #595959. Windows color (decimal): -6868096 or 8401815. OLE color: 8401815.

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

Color convert

RGB15151128-
CMYK00.660.150.41
HSL313.8º49.5%39.61%-
HSV(B)313.8º66.23%59.22%-
XYZ17.8410.5121.51-
YUV89.68149.63171.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.76%
GREEN value IS 51 (20.31% from 255) = 15.45%
BLUE value IS 128 (50.39% from 255) = 38.79%
R=45.76%
G=15.45%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515112800.660.150.41313.849.539.61
Hex973380042F2913a3228
Octal22763200010217514726250
Binary1001011111001110000000010000101111101001100111010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973380; }

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

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

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

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

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

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

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

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