#850773

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

Shades of Purple #850773

Tints of Purple #850773

Color information

#850773 (or 0x850773) is unknown color: approx Purple. HEX triplet: 85, 07 and 73. RGB value is (133,7,115). Sum of RGB (Red+Green+Blue) = 133+7+115=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #850773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850773 is #7AF88C. Grayscale: #383838. Windows color (decimal): -8059021 or 7538565. OLE color: 7538565.

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

Color convert

RGB1337115-
CMYK00.950.140.48
HSL308.57º90%27.45%-
HSV(B)308.57º94.74%52.16%-
XYZ12.846.3816.77-
YUV56.99160.74182.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 7 (3.12% from 255) = 2.75%
BLUE value IS 115 (45.31% from 255) = 45.10%
R=52.16%
G=2.75%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133711500.950.140.48308.579027.45
Hex8577305FE301355a1b
Octal20571630137166046513233
Binary100001011111110011010111111110110000100110101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850773; }

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

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

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

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

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

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

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

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