#901078

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

Shades of Dark Purple #901078

Tints of Dark Purple #901078

Color information

#901078 (or 0x901078) is unknown color: approx Dark Purple. HEX triplet: 90, 10 and 78. RGB value is (144,16,120). Sum of RGB (Red+Green+Blue) = 144+16+120=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #901078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901078 is #6FEF87. Grayscale: #414141. Windows color (decimal): -7335816 or 7868560. OLE color: 7868560.

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

Color convert

RGB14416120-
CMYK00.890.170.44
HSL311.25º80%31.37%-
HSV(B)311.25º88.89%56.47%-
XYZ15.087.6618.45-
YUV66.13158.41183.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.43%
GREEN value IS 16 (6.64% from 255) = 5.71%
BLUE value IS 120 (47.27% from 255) = 42.86%
R=51.43%
G=5.71%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441612000.890.170.44311.258031.37
Hex901078059112C137501f
Octal220201700131215446712037
Binary100100001000011110000101100110001101100100110111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901078; }

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

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

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

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

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

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

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

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