#901475

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

Shades of Dark Purple #901475

Tints of Dark Purple #901475

Color information

#901475 (or 0x901475) is unknown color: approx Dark Purple. HEX triplet: 90, 14 and 75. RGB value is (144,20,117). Sum of RGB (Red+Green+Blue) = 144+20+117=281 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.25% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 144 - color contains mainly: red. Hex color #901475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901475 is #6FEB8A. Grayscale: #434343. Windows color (decimal): -7334795 or 7672976. OLE color: 7672976.

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

Color convert

RGB14420117-
CMYK00.860.190.44
HSL313.06º75.61%32.16%-
HSV(B)313.06º86.11%56.47%-
XYZ14.967.7117.53-
YUV68.13155.58182.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.25%
GREEN value IS 20 (8.20% from 255) = 7.12%
BLUE value IS 117 (46.09% from 255) = 41.64%
R=51.25%
G=7.12%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442011700.860.190.44313.0675.6132.16
Hex901475056132C1394c20
Octal220241650126235447111440
Binary1001000010100111010101010110100111011001001110011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901475; }

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

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

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

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

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

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

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

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