#85207C

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

Shades of Dark Purple #85207C

Tints of Dark Purple #85207C

Color information

#85207C (or 0x85207C) is unknown color: approx Dark Purple. HEX triplet: 85, 20 and 7C. RGB value is (133,32,124). Sum of RGB (Red+Green+Blue) = 133+32+124=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #85207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85207C is #7ADF83. Grayscale: #484848. Windows color (decimal): -8052612 or 8134789. OLE color: 8134789.

HSL color Cylindrical-coordinate representation of color #85207C: hue angle of 305.35º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85207C is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13332124-
CMYK00.760.070.48
HSL305.35º61.21%32.35%-
HSV(B)305.35º75.94%52.16%-
XYZ13.837.4719.78-
YUV72.69156.96171.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.02%
GREEN value IS 32 (12.89% from 255) = 11.07%
BLUE value IS 124 (48.83% from 255) = 42.91%
R=46.02%
G=11.07%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333212400.760.070.48305.3561.2132.35
Hex85207C04C7301313d20
Octal2054017401147604617540
Binary10000101100000111110001001100111110000100110001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85207C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85207C; }

 p { color: rgb(133,32,124); }

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

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

 a { background-color: rgb(133,32,124); }

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

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

 span { border-color: rgb(133,32,124); }

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