#85207A

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

Shades of Dark Purple #85207A

Tints of Dark Purple #85207A

Color information

#85207A (or 0x85207A) is unknown color: approx Dark Purple. HEX triplet: 85, 20 and 7A. RGB value is (133,32,122). Sum of RGB (Red+Green+Blue) = 133+32+122=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #85207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85207A is #7ADF85. Grayscale: #484848. Windows color (decimal): -8052614 or 8003717. OLE color: 8003717.

HSL color Cylindrical-coordinate representation of color #85207A: hue angle of 306.53º 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 #85207A is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13332122-
CMYK00.760.080.48
HSL306.53º61.21%32.35%-
HSV(B)306.53º75.94%52.16%-
XYZ13.77.4219.12-
YUV72.46155.96171.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 32 (12.89% from 255) = 11.15%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=46.34%
G=11.15%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333212200.760.080.48306.5361.2132.35
Hex85207A04C8301333d20
Octal20540172011410604637540
Binary100001011000001111010010011001000110000100110011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85207A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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