#991b71

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

Shades of Dark Purple #991B71

Tints of Dark Purple #991B71

Color information

#991B71 (or 0x991B71) is unknown color: approx Dark Purple. HEX triplet: 99, 1B and 71. RGB value is (153,27,113). Sum of RGB (Red+Green+Blue) = 153+27+113=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #991B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991B71 is #66E48E. Grayscale: #4A4A4A. Windows color (decimal): -6743183 or 7412633. OLE color: 7412633.

HSL color Cylindrical-coordinate representation of color #991B71: hue angle of 319.05º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991B71 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB15327113-
CMYK00.820.260.4
HSL319.05º70%35.29%-
HSV(B)319.05º82.35%60%-
XYZ16.518.7516.44-
YUV74.48149.74184.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.22%
GREEN value IS 27 (10.94% from 255) = 9.22%
BLUE value IS 113 (44.53% from 255) = 38.57%
R=52.22%
G=9.22%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532711300.820.260.4319.057035.29
Hex991B710521A2813f4623
Octal231331610122325047710643
Binary1001100111011111000101010010110101010001001111111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991b71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991b71; }

 p { color: rgb(153,27,113); }

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

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

 a { background-color: rgb(153,27,113); }

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

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

 span { border-color: rgb(153,27,113); }

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