#891372

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

Shades of Dark Purple #891372

Tints of Dark Purple #891372

Color information

#891372 (or 0x891372) is unknown color: approx Dark Purple. HEX triplet: 89, 13 and 72. RGB value is (137,19,114). Sum of RGB (Red+Green+Blue) = 137+19+114=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #891372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891372 is #76EC8D. Grayscale: #404040. Windows color (decimal): -7793806 or 7476105. OLE color: 7476105.

HSL color Cylindrical-coordinate representation of color #891372: hue angle of 311.69º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891372 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB13719114-
CMYK00.860.170.46
HSL311.69º75.64%30.59%-
HSV(B)311.69º86.13%53.73%-
XYZ13.59716.55-
YUV65.11155.59179.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.74%
GREEN value IS 19 (7.81% from 255) = 7.04%
BLUE value IS 114 (44.92% from 255) = 42.22%
R=50.74%
G=7.04%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371911400.860.170.46311.6975.6430.59
Hex891372056112E1384c1f
Octal211231620126215647011437
Binary100010011001111100100101011010001101110100111000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891372; }

 p { color: rgb(137,19,114); }

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

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

 a { background-color: rgb(137,19,114); }

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

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

 span { border-color: rgb(137,19,114); }

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