#852775

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

Shades of Dark Purple #852775

Tints of Dark Purple #852775

Color information

#852775 (or 0x852775) is unknown color: approx Dark Purple. HEX triplet: 85, 27 and 75. RGB value is (133,39,117). Sum of RGB (Red+Green+Blue) = 133+39+117=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #852775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852775 is #7AD88A. Grayscale: #4B4B4B. Windows color (decimal): -8050827 or 7677829. OLE color: 7677829.

HSL color Cylindrical-coordinate representation of color #852775: hue angle of 310.21º 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 #852775 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB13339117-
CMYK00.710.120.48
HSL310.21º54.65%33.73%-
HSV(B)310.21º70.68%52.16%-
XYZ13.617.7217.6-
YUV76151.14168.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.02%
GREEN value IS 39 (15.62% from 255) = 13.49%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=46.02%
G=13.49%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333911700.710.120.48310.2154.6533.73
Hex852775047C301363722
Octal20547165010714604666742
Binary100001011001111110101010001111100110000100110110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852775; }

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

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

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

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

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

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

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

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