#971A7F

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

Shades of Dark Purple #971A7F

Tints of Dark Purple #971A7F

Color information

#971A7F (or 0x971A7F) is unknown color: approx Dark Purple. HEX triplet: 97, 1A and 7F. RGB value is (151,26,127). Sum of RGB (Red+Green+Blue) = 151+26+127=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #971A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971A7F is #68E580. Grayscale: #4A4A4A. Windows color (decimal): -6874497 or 8329879. OLE color: 8329879.

HSL color Cylindrical-coordinate representation of color #971A7F: hue angle of 311.52º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971A7F is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB15126127-
CMYK00.830.160.41
HSL311.52º70.62%34.71%-
HSV(B)311.52º82.78%59.22%-
XYZ16.968.8520.89-
YUV74.89157.41182.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.67%
GREEN value IS 26 (10.55% from 255) = 8.55%
BLUE value IS 127 (50% from 255) = 41.78%
R=49.67%
G=8.55%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512612700.830.160.41311.5270.6234.71
Hex971A7F05310291384723
Octal227321770123205147010743
Binary1001011111010111111101010011100001010011001110001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,26,127); }

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

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

 a { background-color: rgb(151,26,127); }

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

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

 span { border-color: rgb(151,26,127); }

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