#770e85

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

Shades of Purple #770E85

Tints of Purple #770E85

Color information

#770E85 (or 0x770E85) is unknown color: approx Purple. HEX triplet: 77, 0E and 85. RGB value is (119,14,133). Sum of RGB (Red+Green+Blue) = 119+14+133=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #770E85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770E85 is #88F17A. Grayscale: #3A3A3A. Windows color (decimal): -8974715 or 8719991. OLE color: 8719991.

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

Color convert

RGB11914133-
CMYK0.110.8900.48
HSL292.94º80.95%28.82%-
HSV(B)292.94º89.47%52.16%-
XYZ125.9322.7-
YUV58.96169.79170.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 14 (5.86% from 255) = 5.26%
BLUE value IS 133 (52.34% from 255) = 50%
R=44.74%
G=5.26%
B=50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119141330.110.8900.48292.9480.9528.82
Hex77E85B59030125511d
Octal167162051313106044512135
Binary1110111111010000101101110110010110000100100101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770e85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770e85; }

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

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

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

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

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

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

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

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