#770665

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

Shades of Purple #770665

Tints of Purple #770665

Color information

#770665 (or 0x770665) is unknown color: approx Purple. HEX triplet: 77, 06 and 65. RGB value is (119,6,101). Sum of RGB (Red+Green+Blue) = 119+6+101=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #770665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770665 is #88F99A. Grayscale: #323232. Windows color (decimal): -8976795 or 6620791. OLE color: 6620791.

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

Color convert

RGB1196101-
CMYK00.950.150.53
HSL309.56º90.4%24.51%-
HSV(B)309.56º94.96%46.67%-
XYZ10.024.9912.75-
YUV50.62156.44176.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.65%
GREEN value IS 6 (2.73% from 255) = 2.65%
BLUE value IS 101 (39.84% from 255) = 44.69%
R=52.65%
G=2.65%
B=44.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119610100.950.150.53309.5690.424.51
Hex7766505FF351365a19
Octal16761450137176546613231
Binary11101111101100101010111111111110101100110110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770665; }

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

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

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

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

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

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

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

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