#852776

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

Shades of Dark Purple #852776

Tints of Dark Purple #852776

Color information

#852776 (or 0x852776) is unknown color: approx Dark Purple. HEX triplet: 85, 27 and 76. RGB value is (133,39,118). Sum of RGB (Red+Green+Blue) = 133+39+118=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #852776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852776 is #7AD889. Grayscale: #4B4B4B. Windows color (decimal): -8050826 or 7743365. OLE color: 7743365.

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

Color convert

RGB13339118-
CMYK00.710.110.48
HSL309.57º54.65%33.73%-
HSV(B)309.57º70.68%52.16%-
XYZ13.677.7517.91-
YUV76.11151.64168.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 39 (15.62% from 255) = 13.45%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=45.86%
G=13.45%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333911800.710.110.48309.5754.6533.73
Hex852776047B301363722
Octal20547166010713604666742
Binary100001011001111110110010001111011110000100110110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852776; }

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

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

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

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

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

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

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

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