#973475

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

Shades of Dark Purple #973475

Tints of Dark Purple #973475

Color information

#973475 (or 0x973475) is unknown color: approx Dark Purple. HEX triplet: 97, 34 and 75. RGB value is (151,52,117). Sum of RGB (Red+Green+Blue) = 151+52+117=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #973475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973475 is #68CB8A. Grayscale: #585858. Windows color (decimal): -6867851 or 7681175. OLE color: 7681175.

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

Color convert

RGB15152117-
CMYK00.660.230.41
HSL320.61º48.77%39.8%-
HSV(B)320.61º65.56%59.22%-
XYZ17.210.3217.91-
YUV89.01143.8172.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.19%
GREEN value IS 52 (20.70% from 255) = 16.25%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=47.19%
G=16.25%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515211700.660.230.41320.6148.7739.8
Hex97347504217291413128
Octal22764165010227515016150
Binary1001011111010011101010100001010111101001101000001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973475; }

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

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

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

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

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

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

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

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