#85056F

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

Shades of Purple #85056F

Tints of Purple #85056F

Color information

#85056F (or 0x85056F) is unknown color: approx Purple. HEX triplet: 85, 05 and 6F. RGB value is (133,5,111). Sum of RGB (Red+Green+Blue) = 133+5+111=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85056F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85056F is #7AFA90. Grayscale: #373737. Windows color (decimal): -8059537 or 7275909. OLE color: 7275909.

HSL color Cylindrical-coordinate representation of color #85056F: hue angle of 310.31º 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 #85056F is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB1335111-
CMYK00.960.170.48
HSL310.31º92.75%27.06%-
HSV(B)310.31º96.24%52.16%-
XYZ12.66.2415.58-
YUV55.36159.41183.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.41%
GREEN value IS 5 (2.34% from 255) = 2.01%
BLUE value IS 111 (43.75% from 255) = 44.58%
R=53.41%
G=2.01%
B=44.58%

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
Decimal133511100.960.170.48310.3192.7527.06
Hex8556F06011301365d1b
Octal20551570140216046613533
Binary1000010110111011110110000010001110000100110110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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