#961571

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

Shades of Dark Purple #961571

Tints of Dark Purple #961571

Color information

#961571 (or 0x961571) is unknown color: approx Dark Purple. HEX triplet: 96, 15 and 71. RGB value is (150,21,113). Sum of RGB (Red+Green+Blue) = 150+21+113=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #961571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961571 is #69EA8E. Grayscale: #454545. Windows color (decimal): -6941327 or 7411094. OLE color: 7411094.

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

Color convert

RGB15021113-
CMYK00.860.250.41
HSL317.21º75.44%33.53%-
HSV(B)317.21º86%58.82%-
XYZ15.838.2116.37-
YUV70.06152.24185.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 21 (8.59% from 255) = 7.39%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=52.82%
G=7.39%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502111300.860.250.41317.2175.4433.53
Hex961571056192913d4b22
Octal226251610126315147511342
Binary1001011010101111000101010110110011010011001111011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961571; }

 p { color: rgb(150,21,113); }

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

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

 a { background-color: rgb(150,21,113); }

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

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

 span { border-color: rgb(150,21,113); }

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