#852772

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

Shades of Dark Purple #852772

Tints of Dark Purple #852772

Color information

#852772 (or 0x852772) is unknown color: approx Dark Purple. HEX triplet: 85, 27 and 72. RGB value is (133,39,114). Sum of RGB (Red+Green+Blue) = 133+39+114=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #852772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852772 is #7AD88D. Grayscale: #4B4B4B. Windows color (decimal): -8050830 or 7481221. OLE color: 7481221.

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

Color convert

RGB13339114-
CMYK00.710.140.48
HSL312.13º54.65%33.73%-
HSV(B)312.13º70.68%52.16%-
XYZ13.447.6516.69-
YUV75.66149.64168.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.50%
GREEN value IS 39 (15.62% from 255) = 13.64%
BLUE value IS 114 (44.92% from 255) = 39.86%
R=46.50%
G=13.64%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333911400.710.140.48312.1354.6533.73
Hex852772047E301383722
Octal20547162010716604706742
Binary100001011001111110010010001111110110000100111000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852772; }

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

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

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

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

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

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

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

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