#770085

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

Shades of Purple #770085

Tints of Purple #770085

Color information

#770085 (or 0x770085) is unknown color: approx Purple. HEX triplet: 77, 00 and 85. RGB value is (119,0,133). Sum of RGB (Red+Green+Blue) = 119+0+133=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #770085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770085 is #88FF7A. Grayscale: #323232. Windows color (decimal): -8978299 or 8716407. OLE color: 8716407.

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

Color convert

RGB1190133-
CMYK0.11100.48
HSL293.68º100%26.08%-
HSV(B)293.68º100%52.16%-
XYZ11.845.6222.65-
YUV50.74174.42176.69-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11901330.11100.48293.6810026.08
Hex77085B64030126641a
Octal16702051314406044614432
Binary1110111010000101101111001000110000100100110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770085; }

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

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

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

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

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

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

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

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