#973472

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

Shades of Dark Purple #973472

Tints of Dark Purple #973472

Color information

#973472 (or 0x973472) is unknown color: approx Dark Purple. HEX triplet: 97, 34 and 72. RGB value is (151,52,114). Sum of RGB (Red+Green+Blue) = 151+52+114=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #973472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973472 is #68CB8D. Grayscale: #585858. Windows color (decimal): -6867854 or 7484567. OLE color: 7484567.

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

Color convert

RGB15152114-
CMYK00.660.250.41
HSL322.42º48.77%39.8%-
HSV(B)322.42º65.56%59.22%-
XYZ17.0310.2517-
YUV88.67142.3172.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.63%
GREEN value IS 52 (20.70% from 255) = 16.40%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=47.63%
G=16.40%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515211400.660.250.41322.4248.7739.8
Hex97347204219291423128
Octal22764162010231515026150
Binary1001011111010011100100100001011001101001101000010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973472; }

 p { color: rgb(151,52,114); }

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

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

 a { background-color: rgb(151,52,114); }

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

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

 span { border-color: rgb(151,52,114); }

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