#972676

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

Shades of Dark Purple #972676

Tints of Dark Purple #972676

Color information

#972676 (or 0x972676) is unknown color: approx Dark Purple. HEX triplet: 97, 26 and 76. RGB value is (151,38,118). Sum of RGB (Red+Green+Blue) = 151+38+118=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #972676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972676 is #68D989. Grayscale: #505050. Windows color (decimal): -6871434 or 7743127. OLE color: 7743127.

HSL color Cylindrical-coordinate representation of color #972676: hue angle of 317.52º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972676 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB15138118-
CMYK00.750.220.41
HSL317.52º59.79%37.06%-
HSV(B)317.52º74.83%59.22%-
XYZ16.739.2718.05-
YUV80.91148.94178-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.19%
GREEN value IS 38 (15.23% from 255) = 12.38%
BLUE value IS 118 (46.48% from 255) = 38.44%
R=49.19%
G=12.38%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513811800.750.220.41317.5259.7937.06
Hex97267604B162913e3c25
Octal22746166011326514767445
Binary1001011110011011101100100101110110101001100111110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972676; }

 p { color: rgb(151,38,118); }

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

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

 a { background-color: rgb(151,38,118); }

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

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

 span { border-color: rgb(151,38,118); }

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