#961471

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

Shades of Dark Purple #961471

Tints of Dark Purple #961471

Color information

#961471 (or 0x961471) is unknown color: approx Dark Purple. HEX triplet: 96, 14 and 71. RGB value is (150,20,113). Sum of RGB (Red+Green+Blue) = 150+20+113=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #961471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961471 is #69EB8E. Grayscale: #454545. Windows color (decimal): -6941583 or 7410838. OLE color: 7410838.

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

Color convert

RGB15020113-
CMYK00.870.250.41
HSL317.08º76.47%33.33%-
HSV(B)317.08º86.67%58.82%-
XYZ15.818.1816.37-
YUV69.47152.57185.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 20 (8.20% from 255) = 7.07%
BLUE value IS 113 (44.53% from 255) = 39.93%
R=53.00%
G=7.07%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502011300.870.250.41317.0876.4733.33
Hex961471057192913d4c21
Octal226241610127315147511441
Binary1001011010100111000101010111110011010011001111011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961471; }

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

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

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

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

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

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

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

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