#971681

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

Shades of Dark Purple #971681

Tints of Dark Purple #971681

Color information

#971681 (or 0x971681) is unknown color: approx Dark Purple. HEX triplet: 97, 16 and 81. RGB value is (151,22,129). Sum of RGB (Red+Green+Blue) = 151+22+129=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #971681 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971681 is #68E97E. Grayscale: #484848. Windows color (decimal): -6875519 or 8459927. OLE color: 8459927.

HSL color Cylindrical-coordinate representation of color #971681: hue angle of 310.23º 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 #971681 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15122129-
CMYK00.850.150.41
HSL310.23º74.57%33.92%-
HSV(B)310.23º85.43%59.22%-
XYZ17.018.7421.56-
YUV72.77159.74183.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50%
GREEN value IS 22 (8.98% from 255) = 7.28%
BLUE value IS 129 (50.78% from 255) = 42.72%
R=50%
G=7.28%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512212900.850.150.41310.2374.5733.92
Hex971681055F291364b22
Octal227262010125175146611342
Binary1001011110110100000010101010111111010011001101101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971681; }

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

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

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

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

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

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

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

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