#903272

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

Shades of Dark Purple #903272

Tints of Dark Purple #903272

Color information

#903272 (or 0x903272) is unknown color: approx Dark Purple. HEX triplet: 90, 32 and 72. RGB value is (144,50,114). Sum of RGB (Red+Green+Blue) = 144+50+114=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #903272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903272 is #6FCD8D. Grayscale: #555555. Windows color (decimal): -7327118 or 7484048. OLE color: 7484048.

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

Color convert

RGB14450114-
CMYK00.650.210.44
HSL319.15º48.45%38.04%-
HSV(B)319.15º65.28%56.47%-
XYZ15.689.4316.91-
YUV85.4144.14169.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.75%
GREEN value IS 50 (19.92% from 255) = 16.23%
BLUE value IS 114 (44.92% from 255) = 37.01%
R=46.75%
G=16.23%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445011400.650.210.44319.1548.4538.04
Hex903272041152C13f3026
Octal22062162010125544776046
Binary1001000011001011100100100000110101101100100111111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903272; }

 p { color: rgb(144,50,114); }

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

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

 a { background-color: rgb(144,50,114); }

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

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

 span { border-color: rgb(144,50,114); }

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