#890272

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

Shades of Purple #890272

Tints of Purple #890272

Color information

#890272 (or 0x890272) is unknown color: approx Purple. HEX triplet: 89, 02 and 72. RGB value is (137,2,114). Sum of RGB (Red+Green+Blue) = 137+2+114=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #890272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890272 is #76FD8D. Grayscale: #363636. Windows color (decimal): -7798158 or 7471753. OLE color: 7471753.

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

Color convert

RGB1372114-
CMYK00.990.170.46
HSL310.22º97.12%27.25%-
HSV(B)310.22º98.54%53.73%-
XYZ13.386.5816.48-
YUV55.13161.23186.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.15%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=54.15%
G=0.79%
B=45.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137211400.990.170.46310.2297.1227.25
Hex89272063112E136611b
Octal21121620143215646614133
Binary100010011011100100110001110001101110100110110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890272; }

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

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

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

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

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

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

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

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