#991672

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

Shades of Dark Purple #991672

Tints of Dark Purple #991672

Color information

#991672 (or 0x991672) is unknown color: approx Dark Purple. HEX triplet: 99, 16 and 72. RGB value is (153,22,114). Sum of RGB (Red+Green+Blue) = 153+22+114=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #991672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991672 is #66E98D. Grayscale: #474747. Windows color (decimal): -6744462 or 7476889. OLE color: 7476889.

HSL color Cylindrical-coordinate representation of color #991672: hue angle of 317.86º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991672 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB15322114-
CMYK00.860.250.4
HSL317.86º74.86%34.31%-
HSV(B)317.86º85.62%60%-
XYZ16.468.5616.7-
YUV71.66151.9186.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.94%
GREEN value IS 22 (8.98% from 255) = 7.61%
BLUE value IS 114 (44.92% from 255) = 39.45%
R=52.94%
G=7.61%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532211400.860.250.4317.8674.8634.31
Hex991672056192813e4b22
Octal231261620126315047611342
Binary1001100110110111001001010110110011010001001111101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991672; }

 p { color: rgb(153,22,114); }

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

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

 a { background-color: rgb(153,22,114); }

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

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

 span { border-color: rgb(153,22,114); }

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