#850077

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

Shades of Purple #850077

Tints of Purple #850077

Color information

#850077 (or 0x850077) is unknown color: approx Purple. HEX triplet: 85, 00 and 77. RGB value is (133,0,119). Sum of RGB (Red+Green+Blue) = 133+0+119=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #850077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850077 is #7AFF88. Grayscale: #343434. Windows color (decimal): -8060809 or 7798917. OLE color: 7798917.

HSL color Cylindrical-coordinate representation of color #850077: hue angle of 306.32º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850077 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB1330119-
CMYK010.110.48
HSL306.32º100%26.08%-
HSV(B)306.32º100%52.16%-
XYZ136.3217.99-
YUV53.33165.06184.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 47.22%
R=52.78%
G=0%
B=47.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1330119010.110.48306.3210026.08
Hex85077064B30132641a
Octal20501670144136046214432
Binary1000010101110111011001001011110000100110010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850077; }

 p { color: rgb(133,0,119); }

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

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

 a { background-color: rgb(133,0,119); }

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

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

 span { border-color: rgb(133,0,119); }

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