#911770

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

Shades of Dark Purple #911770

Tints of Dark Purple #911770

Color information

#911770 (or 0x911770) is unknown color: approx Dark Purple. HEX triplet: 91, 17 and 70. RGB value is (145,23,112). Sum of RGB (Red+Green+Blue) = 145+23+112=280 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.79% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 145 - color contains mainly: red. Hex color #911770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911770 is #6EE88F. Grayscale: #454545. Windows color (decimal): -7268496 or 7346065. OLE color: 7346065.

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

Color convert

RGB14523112-
CMYK00.840.230.43
HSL316.23º72.62%32.94%-
HSV(B)316.23º84.14%56.86%-
XYZ14.917.816.05-
YUV69.62151.92181.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.79%
GREEN value IS 23 (9.38% from 255) = 8.21%
BLUE value IS 112 (44.14% from 255) = 40%
R=51.79%
G=8.21%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452311200.840.230.43316.2372.6232.94
Hex911770054172B13c4921
Octal221271600124275347411141
Binary1001000110111111000001010100101111010111001111001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911770; }

 p { color: rgb(145,23,112); }

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

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

 a { background-color: rgb(145,23,112); }

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

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

 span { border-color: rgb(145,23,112); }

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