#852677

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

Shades of Dark Purple #852677

Tints of Dark Purple #852677

Color information

#852677 (or 0x852677) is unknown color: approx Dark Purple. HEX triplet: 85, 26 and 77. RGB value is (133,38,119). Sum of RGB (Red+Green+Blue) = 133+38+119=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #852677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852677 is #7AD988. Grayscale: #4B4B4B. Windows color (decimal): -8051081 or 7808645. OLE color: 7808645.

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

Color convert

RGB13338119-
CMYK00.710.110.48
HSL308.84º55.56%33.53%-
HSV(B)308.84º71.43%52.16%-
XYZ13.77.718.22-
YUV75.64152.47168.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 38 (15.23% from 255) = 13.10%
BLUE value IS 119 (46.88% from 255) = 41.03%
R=45.86%
G=13.10%
B=41.03%

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
Decimal1333811900.710.110.48308.8455.5633.53
Hex852677047B301353822
Octal20546167010713604657042
Binary100001011001101110111010001111011110000100110101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852677; }

 p { color: rgb(133,38,119); }

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

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

 a { background-color: rgb(133,38,119); }

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

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

 span { border-color: rgb(133,38,119); }

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