#971671

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

Shades of Dark Purple #971671

Tints of Dark Purple #971671

Color information

#971671 (or 0x971671) is unknown color: approx Dark Purple. HEX triplet: 97, 16 and 71. RGB value is (151,22,113). Sum of RGB (Red+Green+Blue) = 151+22+113=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #971671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971671 is #68E98E. Grayscale: #464646. Windows color (decimal): -6875535 or 7411351. OLE color: 7411351.

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

Color convert

RGB15122113-
CMYK00.850.250.41
HSL317.67º74.57%33.92%-
HSV(B)317.67º85.43%59.22%-
XYZ16.038.3516.39-
YUV70.95151.74185.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.80%
GREEN value IS 22 (8.98% from 255) = 7.69%
BLUE value IS 113 (44.53% from 255) = 39.51%
R=52.80%
G=7.69%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512211300.850.250.41317.6774.5733.92
Hex971671055192913e4b22
Octal227261610125315147611342
Binary1001011110110111000101010101110011010011001111101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971671; }

 p { color: rgb(151,22,113); }

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

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

 a { background-color: rgb(151,22,113); }

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

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

 span { border-color: rgb(151,22,113); }

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