#850A7C

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

Shades of Purple #850A7C

Tints of Purple #850A7C

Color information

#850A7C (or 0x850A7C) is unknown color: approx Purple. HEX triplet: 85, 0A and 7C. RGB value is (133,10,124). Sum of RGB (Red+Green+Blue) = 133+10+124=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #850A7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A7C is #7AF583. Grayscale: #3B3B3B. Windows color (decimal): -8058244 or 8129157. OLE color: 8129157.

HSL color Cylindrical-coordinate representation of color #850A7C: hue angle of 304.39º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850A7C is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13310124-
CMYK00.920.070.48
HSL304.39º86.01%28.04%-
HSV(B)304.39º92.48%52.16%-
XYZ13.426.6619.65-
YUV59.77164.25180.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 10 (4.30% from 255) = 3.75%
BLUE value IS 124 (48.83% from 255) = 46.44%
R=49.81%
G=3.75%
B=46.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331012400.920.070.48304.3986.0128.04
Hex85A7C05C730130561c
Octal20512174013476046012634
Binary100001011010111110001011100111110000100110000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850A7C; }

 p { color: rgb(133,10,124); }

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

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

 a { background-color: rgb(133,10,124); }

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

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

 span { border-color: rgb(133,10,124); }

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