#850584

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

Shades of Purple #850584

Tints of Purple #850584

Color information

#850584 (or 0x850584) is unknown color: approx Purple. HEX triplet: 85, 05 and 84. RGB value is (133,5,132). Sum of RGB (Red+Green+Blue) = 133+5+132=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #850584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850584 is #7AFA7B. Grayscale: #393939. Windows color (decimal): -8059516 or 8652165. OLE color: 8652165.

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

Color convert

RGB1335132-
CMYK00.960.010.48
HSL300.47º92.75%27.06%-
HSV(B)300.47º96.24%52.16%-
XYZ13.896.7622.4-
YUV57.75169.91181.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 5 (2.34% from 255) = 1.85%
BLUE value IS 132 (51.95% from 255) = 48.89%
R=49.26%
G=1.85%
B=48.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133513200.960.010.48300.4792.7527.06
Hex8558406013012c5d1b
Octal2055204014016045413533
Binary1000010110110000100011000001110000100101100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850584; }

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

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

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

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

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

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

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

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