#901471

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

Shades of Dark Purple #901471

Tints of Dark Purple #901471

Color information

#901471 (or 0x901471) is unknown color: approx Dark Purple. HEX triplet: 90, 14 and 71. RGB value is (144,20,113). Sum of RGB (Red+Green+Blue) = 144+20+113=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #901471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901471 is #6FEB8E. Grayscale: #434343. Windows color (decimal): -7334799 or 7410832. OLE color: 7410832.

HSL color Cylindrical-coordinate representation of color #901471: hue angle of 315º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901471 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14420113-
CMYK00.860.220.44
HSL315º75.61%32.16%-
HSV(B)315º86.11%56.47%-
XYZ14.737.6216.32-
YUV67.68153.58182.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.99%
GREEN value IS 20 (8.20% from 255) = 7.22%
BLUE value IS 113 (44.53% from 255) = 40.79%
R=51.99%
G=7.22%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442011300.860.220.4431575.6132.16
Hex901471056162C13b4c20
Octal220241610126265447311440
Binary1001000010100111000101010110101101011001001110111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901471; }

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

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

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

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

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

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

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

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