#850173

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

Shades of Purple #850173

Tints of Purple #850173

Color information

#850173 (or 0x850173) is unknown color: approx Purple. HEX triplet: 85, 01 and 73. RGB value is (133,1,115). Sum of RGB (Red+Green+Blue) = 133+1+115=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #850173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850173 is #7AFE8C. Grayscale: #353535. Windows color (decimal): -8060557 or 7537029. OLE color: 7537029.

HSL color Cylindrical-coordinate representation of color #850173: hue angle of 308.18º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #850173 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB1331115-
CMYK00.990.140.48
HSL308.18º98.51%26.27%-
HSV(B)308.18º99.25%52.16%-
XYZ12.786.2516.75-
YUV53.46162.73184.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.41%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 115 (45.31% from 255) = 46.18%
R=53.41%
G=0.40%
B=46.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133111500.990.140.48308.1898.5126.27
Hex85173063E30134631a
Octal20511630143166046414332
Binary1000010111110011011000111110110000100110100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850173; }

 p { color: rgb(133,1,115); }

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

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

 a { background-color: rgb(133,1,115); }

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

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

 span { border-color: rgb(133,1,115); }

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