#852576

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

Shades of Dark Purple #852576

Tints of Dark Purple #852576

Color information

#852576 (or 0x852576) is unknown color: approx Dark Purple. HEX triplet: 85, 25 and 76. RGB value is (133,37,118). Sum of RGB (Red+Green+Blue) = 133+37+118=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #852576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852576 is #7ADA89. Grayscale: #4A4A4A. Windows color (decimal): -8051338 or 7742853. OLE color: 7742853.

HSL color Cylindrical-coordinate representation of color #852576: hue angle of 309.38º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852576 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB13337118-
CMYK00.720.110.48
HSL309.38º56.47%33.33%-
HSV(B)309.38º72.18%52.16%-
XYZ13.67.6217.89-
YUV74.94152.3169.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.18%
GREEN value IS 37 (14.84% from 255) = 12.85%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=46.18%
G=12.85%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333711800.720.110.48309.3856.4733.33
Hex852576048B301353821
Octal20545166011013604657041
Binary100001011001011110110010010001011110000100110101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852576; }

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

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

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

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

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

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

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

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