#770465

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

Shades of Purple #770465

Tints of Purple #770465

Color information

#770465 (or 0x770465) is unknown color: approx Purple. HEX triplet: 77, 04 and 65. RGB value is (119,4,101). Sum of RGB (Red+Green+Blue) = 119+4+101=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #770465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770465 is #88FB9A. Grayscale: #313131. Windows color (decimal): -8977307 or 6620279. OLE color: 6620279.

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

Color convert

RGB1194101-
CMYK00.970.150.53
HSL309.39º93.5%24.12%-
HSV(B)309.39º96.64%46.67%-
XYZ104.9512.74-
YUV49.44157.1177.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.12%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 101 (39.84% from 255) = 45.09%
R=53.12%
G=1.79%
B=45.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119410100.970.150.53309.3993.524.12
Hex77465061F351355d18
Octal16741450141176546513530
Binary11101111001100101011000011111110101100110101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770465; }

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

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

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

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

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

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

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

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