#903576

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

Shades of Dark Purple #903576

Tints of Dark Purple #903576

Color information

#903576 (or 0x903576) is unknown color: approx Dark Purple. HEX triplet: 90, 35 and 76. RGB value is (144,53,118). Sum of RGB (Red+Green+Blue) = 144+53+118=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #903576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903576 is #6FCA89. Grayscale: #575757. Windows color (decimal): -7326346 or 7746960. OLE color: 7746960.

HSL color Cylindrical-coordinate representation of color #903576: hue angle of 317.14º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #903576 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB14453118-
CMYK00.630.180.44
HSL317.14º46.19%38.63%-
HSV(B)317.14º63.19%56.47%-
XYZ16.049.7818.18-
YUV87.62145.15168.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.71%
GREEN value IS 53 (21.09% from 255) = 16.83%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=45.71%
G=16.83%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445311800.630.180.44317.1446.1938.63
Hex90357603F122C13d2e27
Octal2206516607722544755647
Binary100100001101011110110011111110010101100100111101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903576; }

 p { color: rgb(144,53,118); }

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

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

 a { background-color: rgb(144,53,118); }

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

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

 span { border-color: rgb(144,53,118); }

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