#770885

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

Shades of Purple #770885

Tints of Purple #770885

Color information

#770885 (or 0x770885) is unknown color: approx Purple. HEX triplet: 77, 08 and 85. RGB value is (119,8,133). Sum of RGB (Red+Green+Blue) = 119+8+133=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #770885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770885 is #88F77A. Grayscale: #373737. Windows color (decimal): -8976251 or 8718455. OLE color: 8718455.

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

Color convert

RGB1198133-
CMYK0.110.9400.48
HSL293.28º88.65%27.65%-
HSV(B)293.28º93.98%52.16%-
XYZ11.935.7922.68-
YUV55.44171.77173.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 8 (3.52% from 255) = 3.08%
BLUE value IS 133 (52.34% from 255) = 51.15%
R=45.77%
G=3.08%
B=51.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11981330.110.9400.48293.2888.6527.65
Hex77885B5E030125591c
Octal167102051313606044513134
Binary1110111100010000101101110111100110000100100101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770885; }

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

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

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

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

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

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

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

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