#850A72

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

Shades of Dark Purple #850A72

Tints of Dark Purple #850A72

Color information

#850A72 (or 0x850A72) is unknown color: approx Dark Purple. HEX triplet: 85, 0A and 72. RGB value is (133,10,114). Sum of RGB (Red+Green+Blue) = 133+10+114=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #850A72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A72 is #7AF58D. Grayscale: #3A3A3A. Windows color (decimal): -8058254 or 7473797. OLE color: 7473797.

HSL color Cylindrical-coordinate representation of color #850A72: hue angle of 309.27º 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 #850A72 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13310114-
CMYK00.920.140.48
HSL309.27º86.01%28.04%-
HSV(B)309.27º92.48%52.16%-
XYZ12.826.4216.48-
YUV58.63159.25181.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.75%
GREEN value IS 10 (4.30% from 255) = 3.89%
BLUE value IS 114 (44.92% from 255) = 44.36%
R=51.75%
G=3.89%
B=44.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331011400.920.140.48309.2786.0128.04
Hex85A7205CE30135561c
Octal205121620134166046512634
Binary1000010110101110010010111001110110000100110101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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