#890078

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

Shades of Purple #890078

Tints of Purple #890078

Color information

#890078 (or 0x890078) is unknown color: approx Purple. HEX triplet: 89, 00 and 78. RGB value is (137,0,120). Sum of RGB (Red+Green+Blue) = 137+0+120=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #890078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890078 is #76FF87. Grayscale: #363636. Windows color (decimal): -7798664 or 7864457. OLE color: 7864457.

HSL color Cylindrical-coordinate representation of color #890078: hue angle of 307.45º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890078 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB1370120-
CMYK010.120.46
HSL307.45º100%26.86%-
HSV(B)307.45º100%53.73%-
XYZ13.716.6718.34-
YUV54.64164.89186.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 46.69%
R=53.31%
G=0%
B=46.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1370120010.120.46307.4510026.86
Hex89078064C2E133641b
Octal21101700144145646314433
Binary1000100101111000011001001100101110100110011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890078; }

 p { color: rgb(137,0,120); }

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

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

 a { background-color: rgb(137,0,120); }

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

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

 span { border-color: rgb(137,0,120); }

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