#85056E

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

Shades of Purple #85056E

Tints of Purple #85056E

Color information

#85056E (or 0x85056E) is unknown color: approx Purple. HEX triplet: 85, 05 and 6E. RGB value is (133,5,110). Sum of RGB (Red+Green+Blue) = 133+5+110=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85056E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85056E is #7AFA91. Grayscale: #363636. Windows color (decimal): -8059538 or 7210373. OLE color: 7210373.

HSL color Cylindrical-coordinate representation of color #85056E: hue angle of 310.78º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85056E is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB1335110-
CMYK00.960.170.48
HSL310.78º92.75%27.06%-
HSV(B)310.78º96.24%52.16%-
XYZ12.546.2215.29-
YUV55.24158.91183.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.63%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=53.63%
G=2.02%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133511000.960.170.48310.7892.7527.06
Hex8556E06011301375d1b
Octal20551560140216046713533
Binary1000010110111011100110000010001110000100110111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85056E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85056E; }

 p { color: rgb(133,5,110); }

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

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

 a { background-color: rgb(133,5,110); }

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

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

 span { border-color: rgb(133,5,110); }

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