#971F79

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

Shades of Dark Purple #971F79

Tints of Dark Purple #971F79

Color information

#971F79 (or 0x971F79) is unknown color: approx Dark Purple. HEX triplet: 97, 1F and 79. RGB value is (151,31,121). Sum of RGB (Red+Green+Blue) = 151+31+121=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #971F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971F79 is #68E086. Grayscale: #4C4C4C. Windows color (decimal): -6873223 or 7937943. OLE color: 7937943.

HSL color Cylindrical-coordinate representation of color #971F79: hue angle of 315º 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 #971F79 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB15131121-
CMYK00.790.200.41
HSL315º65.93%35.69%-
HSV(B)315º79.47%59.22%-
XYZ16.78.9418.93-
YUV77.14152.76180.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.83%
GREEN value IS 31 (12.5% from 255) = 10.23%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=49.83%
G=10.23%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513112100.790.200.4131565.9335.69
Hex971F7904F142913b4224
Octal227371710117245147310244
Binary1001011111111111100101001111101001010011001110111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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