#972379

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

Shades of Dark Purple #972379

Tints of Dark Purple #972379

Color information

#972379 (or 0x972379) is unknown color: approx Dark Purple. HEX triplet: 97, 23 and 79. RGB value is (151,35,121). Sum of RGB (Red+Green+Blue) = 151+35+121=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #972379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972379 is #68DC86. Grayscale: #4F4F4F. Windows color (decimal): -6872199 or 7938967. OLE color: 7938967.

HSL color Cylindrical-coordinate representation of color #972379: hue angle of 315.52º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972379 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB15135121-
CMYK00.770.200.41
HSL315.52º62.37%36.47%-
HSV(B)315.52º76.82%59.22%-
XYZ16.819.1618.97-
YUV79.49151.43179.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.19%
GREEN value IS 35 (14.06% from 255) = 11.40%
BLUE value IS 121 (47.66% from 255) = 39.41%
R=49.19%
G=11.40%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513512100.770.200.41315.5262.3736.47
Hex97237904D142913c3e24
Octal22743171011524514747644
Binary1001011110001111110010100110110100101001100111100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972379; }

 p { color: rgb(151,35,121); }

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

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

 a { background-color: rgb(151,35,121); }

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

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

 span { border-color: rgb(151,35,121); }

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