#902771

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

Shades of Dark Purple #902771

Tints of Dark Purple #902771

Color information

#902771 (or 0x902771) is unknown color: approx Dark Purple. HEX triplet: 90, 27 and 71. RGB value is (144,39,113). Sum of RGB (Red+Green+Blue) = 144+39+113=296 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.65% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 144 - color contains mainly: red. Hex color #902771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902771 is #6FD88E. Grayscale: #4E4E4E. Windows color (decimal): -7329935 or 7415696. OLE color: 7415696.

HSL color Cylindrical-coordinate representation of color #902771: hue angle of 317.71º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #902771 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14439113-
CMYK00.730.220.44
HSL317.71º57.38%35.88%-
HSV(B)317.71º72.92%56.47%-
XYZ15.218.5716.48-
YUV78.83147.29174.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.65%
GREEN value IS 39 (15.62% from 255) = 13.18%
BLUE value IS 113 (44.53% from 255) = 38.18%
R=48.65%
G=13.18%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443911300.730.220.44317.7157.3835.88
Hex902771049162C13e3924
Octal22047161011126544767144
Binary1001000010011111100010100100110110101100100111110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902771; }

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

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

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

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

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

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

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

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