#973381

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

Shades of Dark Purple #973381

Tints of Dark Purple #973381

Color information

#973381 (or 0x973381) is unknown color: approx Dark Purple. HEX triplet: 97, 33 and 81. RGB value is (151,51,129). Sum of RGB (Red+Green+Blue) = 151+51+129=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #973381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973381 is #68CC7E. Grayscale: #595959. Windows color (decimal): -6868095 or 8467351. OLE color: 8467351.

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

Color convert

RGB15151129-
CMYK00.660.150.41
HSL313.2º49.5%39.61%-
HSV(B)313.2º66.23%59.22%-
XYZ17.9110.5321.86-
YUV89.79150.13171.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.62%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 129 (50.78% from 255) = 38.97%
R=45.62%
G=15.41%
B=38.97%

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
Decimal1515112900.660.150.41313.249.539.61
Hex973381042F291393228
Octal22763201010217514716250
Binary1001011111001110000001010000101111101001100111001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973381; }

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

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

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

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

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

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

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

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