#770266

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

Shades of Purple #770266

Tints of Purple #770266

Color information

#770266 (or 0x770266) is unknown color: approx Purple. HEX triplet: 77, 02 and 66. RGB value is (119,2,102). Sum of RGB (Red+Green+Blue) = 119+2+102=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #770266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770266 is #88FD99. Grayscale: #303030. Windows color (decimal): -8977818 or 6685303. OLE color: 6685303.

HSL color Cylindrical-coordinate representation of color #770266: hue angle of 308.72º 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 #770266 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB1192102-
CMYK00.980.140.53
HSL308.72º96.69%23.73%-
HSV(B)308.72º98.32%46.67%-
XYZ10.034.9212.99-
YUV48.38158.26178.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.36%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=53.36%
G=0.90%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119210200.980.140.53308.7296.6923.73
Hex77266062E351356118
Octal16721460142166546514130
Binary1110111101100110011000101110110101100110101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770266; }

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

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

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

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

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

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

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

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