#770165

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

Shades of Purple #770165

Tints of Purple #770165

Color information

#770165 (or 0x770165) is unknown color: approx Purple. HEX triplet: 77, 01 and 65. RGB value is (119,1,101). Sum of RGB (Red+Green+Blue) = 119+1+101=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #770165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770165 is #88FE9A. Grayscale: #2F2F2F. Windows color (decimal): -8978075 or 6619511. OLE color: 6619511.

HSL color Cylindrical-coordinate representation of color #770165: hue angle of 309.15º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770165 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB1191101-
CMYK00.990.150.53
HSL309.15º98.33%23.53%-
HSV(B)309.15º99.16%46.67%-
XYZ9.974.8812.73-
YUV47.68158.09178.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 101 (39.84% from 255) = 45.70%
R=53.85%
G=0.45%
B=45.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119110100.990.150.53309.1598.3323.53
Hex77165063F351356218
Octal16711450143176546514230
Binary111011111100101011000111111110101100110101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770165; }

 p { color: rgb(119,1,101); }

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

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

 a { background-color: rgb(119,1,101); }

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

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

 span { border-color: rgb(119,1,101); }

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