#903078

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

Shades of Dark Purple #903078

Tints of Dark Purple #903078

Color information

#903078 (or 0x903078) is unknown color: approx Dark Purple. HEX triplet: 90, 30 and 78. RGB value is (144,48,120). Sum of RGB (Red+Green+Blue) = 144+48+120=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 144 - color contains mainly: red. Hex color #903078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903078 is #6FCF87. Grayscale: #545454. Windows color (decimal): -7327624 or 7876752. OLE color: 7876752.

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

Color convert

RGB14448120-
CMYK00.670.170.44
HSL315º50%37.65%-
HSV(B)315º66.67%56.47%-
XYZ15.959.418.74-
YUV84.91147.8170.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.15%
GREEN value IS 48 (19.14% from 255) = 15.38%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=46.15%
G=15.38%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444812000.670.170.443155037.65
Hex903078043112C13b3226
Octal22060170010321544736246
Binary1001000011000011110000100001110001101100100111011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903078; }

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

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

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

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

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

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

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

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