#903471

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

Shades of Dark Purple #903471

Tints of Dark Purple #903471

Color information

#903471 (or 0x903471) is unknown color: approx Dark Purple. HEX triplet: 90, 34 and 71. RGB value is (144,52,113). Sum of RGB (Red+Green+Blue) = 144+52+113=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #903471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903471 is #6FCB8E. Grayscale: #565656. Windows color (decimal): -7326607 or 7419024. OLE color: 7419024.

HSL color Cylindrical-coordinate representation of color #903471: hue angle of 320.22º 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 #903471 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14452113-
CMYK00.640.220.44
HSL320.22º46.94%38.43%-
HSV(B)320.22º63.89%56.47%-
XYZ15.719.5816.64-
YUV86.46142.98169.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.60%
GREEN value IS 52 (20.70% from 255) = 16.83%
BLUE value IS 113 (44.53% from 255) = 36.57%
R=46.60%
G=16.83%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445211300.640.220.44320.2246.9438.43
Hex903471040162C1402f26
Octal22064161010026545005746
Binary1001000011010011100010100000010110101100101000000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903471; }

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

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

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

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

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

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

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

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