#904378

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

Shades of Dark Purple #904378

Tints of Dark Purple #904378

Color information

#904378 (or 0x904378) is unknown color: approx Dark Purple. HEX triplet: 90, 43 and 78. RGB value is (144,67,120). Sum of RGB (Red+Green+Blue) = 144+67+120=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #904378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904378 is #6FBC87. Grayscale: #5F5F5F. Windows color (decimal): -7322760 or 7881616. OLE color: 7881616.

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

Color convert

RGB14467120-
CMYK00.530.170.44
HSL318.7º36.49%41.37%-
HSV(B)318.7º53.47%56.47%-
XYZ16.911.319.06-
YUV96.06141.51162.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.50%
GREEN value IS 67 (26.56% from 255) = 20.24%
BLUE value IS 120 (47.27% from 255) = 36.25%
R=43.50%
G=20.24%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446712000.530.170.44318.736.4941.37
Hex904378035112C13f2429
Octal22010317006521544774451
Binary1001000010000111111000011010110001101100100111111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904378; }

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

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

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

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

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

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

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

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