#903479

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

Shades of Dark Purple #903479

Tints of Dark Purple #903479

Color information

#903479 (or 0x903479) is unknown color: approx Dark Purple. HEX triplet: 90, 34 and 79. RGB value is (144,52,121). Sum of RGB (Red+Green+Blue) = 144+52+121=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #903479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903479 is #6FCB86. Grayscale: #575757. Windows color (decimal): -7326599 or 7943312. OLE color: 7943312.

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

Color convert

RGB14452121-
CMYK00.640.160.44
HSL315º46.94%38.43%-
HSV(B)315º63.89%56.47%-
XYZ16.189.7719.12-
YUV87.37146.98168.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.43%
GREEN value IS 52 (20.70% from 255) = 16.40%
BLUE value IS 121 (47.66% from 255) = 38.17%
R=45.43%
G=16.40%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445212100.640.160.4431546.9438.43
Hex903479040102C13b2f26
Octal22064171010020544735746
Binary1001000011010011110010100000010000101100100111011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903479; }

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

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

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

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

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

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

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

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