#893470

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

Shades of Dark Purple #893470

Tints of Dark Purple #893470

Color information

#893470 (or 0x893470) is unknown color: approx Dark Purple. HEX triplet: 89, 34 and 70. RGB value is (137,52,112). Sum of RGB (Red+Green+Blue) = 137+52+112=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #893470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893470 is #76CB8F. Grayscale: #545454. Windows color (decimal): -7785360 or 7353481. OLE color: 7353481.

HSL color Cylindrical-coordinate representation of color #893470: hue angle of 317.65º 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 #893470 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB13752112-
CMYK00.620.180.46
HSL317.65º44.97%37.06%-
HSV(B)317.65º62.04%53.73%-
XYZ14.478.9416.29-
YUV84.26143.66165.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.51%
GREEN value IS 52 (20.70% from 255) = 17.28%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=45.51%
G=17.28%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375211200.620.180.46317.6544.9737.06
Hex89347003E122E13e2d25
Octal2116416007622564765545
Binary100010011101001110000011111010010101110100111110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893470; }

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

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

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

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

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

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

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

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