#770265

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

Shades of Purple #770265

Tints of Purple #770265

Color information

#770265 (or 0x770265) is unknown color: approx Purple. HEX triplet: 77, 02 and 65. RGB value is (119,2,101). Sum of RGB (Red+Green+Blue) = 119+2+101=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #770265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770265 is #88FD9A. Grayscale: #2F2F2F. Windows color (decimal): -8977819 or 6619767. OLE color: 6619767.

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

Color convert

RGB1192101-
CMYK00.980.150.53
HSL309.23º96.69%23.73%-
HSV(B)309.23º98.32%46.67%-
XYZ9.984.912.73-
YUV48.27157.76178.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.60%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 101 (39.84% from 255) = 45.50%
R=53.60%
G=0.90%
B=45.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119210100.980.150.53309.2396.6923.73
Hex77265062F351356118
Octal16721450142176546514130
Binary1110111101100101011000101111110101100110101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770265; }

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

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

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

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

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

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

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

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