#852676

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

Shades of Dark Purple #852676

Tints of Dark Purple #852676

Color information

#852676 (or 0x852676) is unknown color: approx Dark Purple. HEX triplet: 85, 26 and 76. RGB value is (133,38,118). Sum of RGB (Red+Green+Blue) = 133+38+118=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #852676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852676 is #7AD989. Grayscale: #4B4B4B. Windows color (decimal): -8051082 or 7743109. OLE color: 7743109.

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

Color convert

RGB13338118-
CMYK00.710.110.48
HSL309.47º55.56%33.53%-
HSV(B)309.47º71.43%52.16%-
XYZ13.647.6817.9-
YUV75.52151.97169-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.02%
GREEN value IS 38 (15.23% from 255) = 13.15%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=46.02%
G=13.15%
B=40.83%

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
Decimal1333811800.710.110.48309.4755.5633.53
Hex852676047B301353822
Octal20546166010713604657042
Binary100001011001101110110010001111011110000100110101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852676; }

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

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

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

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

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

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

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

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