#893472

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

Shades of Dark Purple #893472

Tints of Dark Purple #893472

Color information

#893472 (or 0x893472) is unknown color: approx Dark Purple. HEX triplet: 89, 34 and 72. RGB value is (137,52,114). Sum of RGB (Red+Green+Blue) = 137+52+114=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #893472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893472 is #76CB8D. Grayscale: #545454. Windows color (decimal): -7785358 or 7484553. OLE color: 7484553.

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

Color convert

RGB13752114-
CMYK00.620.170.46
HSL316.24º44.97%37.06%-
HSV(B)316.24º62.04%53.73%-
XYZ14.588.9916.89-
YUV84.48144.66165.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.21%
GREEN value IS 52 (20.70% from 255) = 17.16%
BLUE value IS 114 (44.92% from 255) = 37.62%
R=45.21%
G=17.16%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375211400.620.170.46316.2444.9737.06
Hex89347203E112E13c2d25
Octal2116416207621564745545
Binary100010011101001110010011111010001101110100111100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893472; }

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

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

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

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

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

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

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

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