#890072

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

Shades of Purple #890072

Tints of Purple #890072

Color information

#890072 (or 0x890072) is unknown color: approx Purple. HEX triplet: 89, 00 and 72. RGB value is (137,0,114). Sum of RGB (Red+Green+Blue) = 137+0+114=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #890072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890072 is #76FF8D. Grayscale: #353535. Windows color (decimal): -7798670 or 7471241. OLE color: 7471241.

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

Color convert

RGB1370114-
CMYK010.170.46
HSL310.07º100%26.86%-
HSV(B)310.07º100%53.73%-
XYZ13.356.5316.48-
YUV53.96161.89187.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 45.42%
R=54.58%
G=0%
B=45.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1370114010.170.46310.0710026.86
Hex89072064112E136641b
Octal21101620144215646614433
Binary10001001011100100110010010001101110100110110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890072; }

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

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

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

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

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

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

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

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