#961573

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

Shades of Dark Purple #961573

Tints of Dark Purple #961573

Color information

#961573 (or 0x961573) is unknown color: approx Dark Purple. HEX triplet: 96, 15 and 73. RGB value is (150,21,115). Sum of RGB (Red+Green+Blue) = 150+21+115=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #961573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961573 is #69EA8C. Grayscale: #464646. Windows color (decimal): -6941325 or 7542166. OLE color: 7542166.

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

Color convert

RGB15021115-
CMYK00.860.230.41
HSL316.28º75.44%33.53%-
HSV(B)316.28º86%58.82%-
XYZ15.948.2616.97-
YUV70.29153.24184.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.45%
GREEN value IS 21 (8.59% from 255) = 7.34%
BLUE value IS 115 (45.31% from 255) = 40.21%
R=52.45%
G=7.34%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502111500.860.230.41316.2875.4433.53
Hex961573056172913c4b22
Octal226251630126275147411342
Binary1001011010101111001101010110101111010011001111001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961573; }

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

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

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

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

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

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

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

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