#912771

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

Shades of Dark Purple #912771

Tints of Dark Purple #912771

Color information

#912771 (or 0x912771) is unknown color: approx Dark Purple. HEX triplet: 91, 27 and 71. RGB value is (145,39,113). Sum of RGB (Red+Green+Blue) = 145+39+113=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #912771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912771 is #6ED88E. Grayscale: #4E4E4E. Windows color (decimal): -7264399 or 7415697. OLE color: 7415697.

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

Color convert

RGB14539113-
CMYK00.730.220.43
HSL318.11º57.61%36.08%-
HSV(B)318.11º73.1%56.86%-
XYZ15.388.6616.48-
YUV79.13147.12174.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.82%
GREEN value IS 39 (15.62% from 255) = 13.13%
BLUE value IS 113 (44.53% from 255) = 38.05%
R=48.82%
G=13.13%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453911300.730.220.43318.1157.6136.08
Hex912771049162B13e3a24
Octal22147161011126534767244
Binary1001000110011111100010100100110110101011100111110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912771; }

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

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

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

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

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

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

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

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