#971F76

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

Shades of Dark Purple #971F76

Tints of Dark Purple #971F76

Color information

#971F76 (or 0x971F76) is unknown color: approx Dark Purple. HEX triplet: 97, 1F and 76. RGB value is (151,31,118). Sum of RGB (Red+Green+Blue) = 151+31+118=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #971F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971F76 is #68E089. Grayscale: #4C4C4C. Windows color (decimal): -6873226 or 7741335. OLE color: 7741335.

HSL color Cylindrical-coordinate representation of color #971F76: hue angle of 316.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #971F76 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB15131118-
CMYK00.790.220.41
HSL316.5º65.93%35.69%-
HSV(B)316.5º79.47%59.22%-
XYZ16.528.8717.98-
YUV76.8151.26180.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.33%
GREEN value IS 31 (12.5% from 255) = 10.33%
BLUE value IS 118 (46.48% from 255) = 39.33%
R=50.33%
G=10.33%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513111800.790.220.41316.565.9335.69
Hex971F7604F162913c4224
Octal227371660117265147410244
Binary1001011111111111011001001111101101010011001111001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971F76; }

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

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

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

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

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

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

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

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