#900579

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

Shades of Purple #900579

Tints of Purple #900579

Color information

#900579 (or 0x900579) is unknown color: approx Purple. HEX triplet: 90, 05 and 79. RGB value is (144,5,121). Sum of RGB (Red+Green+Blue) = 144+5+121=270 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.33% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 144 - color contains mainly: red. Hex color #900579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900579 is #6FFA86. Grayscale: #3B3B3B. Windows color (decimal): -7338631 or 7931280. OLE color: 7931280.

HSL color Cylindrical-coordinate representation of color #900579: hue angle of 309.93º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900579 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB1445121-
CMYK00.970.160.44
HSL309.93º93.29%29.22%-
HSV(B)309.93º96.53%56.47%-
XYZ15.017.4218.73-
YUV59.78162.55188.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.33%
GREEN value IS 5 (2.34% from 255) = 1.85%
BLUE value IS 121 (47.66% from 255) = 44.81%
R=53.33%
G=1.85%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144512100.970.160.44309.9393.2929.22
Hex90579061102C1365d1d
Octal22051710141205446613535
Binary1001000010111110010110000110000101100100110110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900579; }

 p { color: rgb(144,5,121); }

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

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

 a { background-color: rgb(144,5,121); }

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

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

 span { border-color: rgb(144,5,121); }

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