#903C78

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

Shades of Dark Purple #903C78

Tints of Dark Purple #903C78

Color information

#903C78 (or 0x903C78) is unknown color: approx Dark Purple. HEX triplet: 90, 3C and 78. RGB value is (144,60,120). Sum of RGB (Red+Green+Blue) = 144+60+120=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #903C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903C78 is #6FC387. Grayscale: #5B5B5B. Windows color (decimal): -7324552 or 7879824. OLE color: 7879824.

HSL color Cylindrical-coordinate representation of color #903C78: hue angle of 317.14º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #903C78 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB14460120-
CMYK00.580.170.44
HSL317.14º41.18%40%-
HSV(B)317.14º58.33%56.47%-
XYZ16.5110.5218.93-
YUV91.96143.83165.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.44%
GREEN value IS 60 (23.83% from 255) = 18.52%
BLUE value IS 120 (47.27% from 255) = 37.04%
R=44.44%
G=18.52%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446012000.580.170.44317.1441.1840
Hex903C7803A112C13d2928
Octal2207417007221544755150
Binary100100001111001111000011101010001101100100111101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903C78; }

 p { color: rgb(144,60,120); }

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

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

 a { background-color: rgb(144,60,120); }

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

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

 span { border-color: rgb(144,60,120); }

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