#770065

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

Shades of Purple #770065

Tints of Purple #770065

Color information

#770065 (or 0x770065) is unknown color: approx Purple. HEX triplet: 77, 00 and 65. RGB value is (119,0,101). Sum of RGB (Red+Green+Blue) = 119+0+101=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #770065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770065 is #88FF9A. Grayscale: #2E2E2E. Windows color (decimal): -8978331 or 6619255. OLE color: 6619255.

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

Color convert

RGB1190101-
CMYK010.150.53
HSL309.08º100%23.33%-
HSV(B)309.08º100%46.67%-
XYZ9.964.8612.73-
YUV47.1158.42179.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=54.09%
G=0%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1190101010.150.53309.0810023.33
Hex77065064F351356417
Octal16701450144176546514427
Binary111011101100101011001001111110101100110101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770065; }

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

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

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

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

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

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

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

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