#850580

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

Shades of Purple #850580

Tints of Purple #850580

Color information

#850580 (or 0x850580) is unknown color: approx Purple. HEX triplet: 85, 05 and 80. RGB value is (133,5,128). Sum of RGB (Red+Green+Blue) = 133+5+128=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #850580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850580 is #7AFA7F. Grayscale: #383838. Windows color (decimal): -8059520 or 8390021. OLE color: 8390021.

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

Color convert

RGB1335128-
CMYK00.960.040.48
HSL302.34º92.75%27.06%-
HSV(B)302.34º96.24%52.16%-
XYZ13.626.6520.99-
YUV57.29167.91182-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 1.88%
BLUE value IS 128 (50.39% from 255) = 48.12%
R=50%
G=1.88%
B=48.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133512800.960.040.48302.3492.7527.06
Hex8558006043012e5d1b
Octal2055200014046045613533
Binary100001011011000000001100000100110000100101110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850580; }

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

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

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

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

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

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

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

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