#903379

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

Shades of Dark Purple #903379

Tints of Dark Purple #903379

Color information

#903379 (or 0x903379) is unknown color: approx Dark Purple. HEX triplet: 90, 33 and 79. RGB value is (144,51,121). Sum of RGB (Red+Green+Blue) = 144+51+121=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #903379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903379 is #6FCC86. Grayscale: #565656. Windows color (decimal): -7326855 or 7943056. OLE color: 7943056.

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

Color convert

RGB14451121-
CMYK00.650.160.44
HSL314.84º47.69%38.24%-
HSV(B)314.84º64.58%56.47%-
XYZ16.149.6819.11-
YUV86.79147.31168.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.57%
GREEN value IS 51 (20.31% from 255) = 16.14%
BLUE value IS 121 (47.66% from 255) = 38.29%
R=45.57%
G=16.14%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445112100.650.160.44314.8447.6938.24
Hex903379041102C13b3026
Octal22063171010120544736046
Binary1001000011001111110010100000110000101100100111011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903379; }

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

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

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

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

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

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

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

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