#770066

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

Shades of Purple #770066

Tints of Purple #770066

Color information

#770066 (or 0x770066) is unknown color: approx Purple. HEX triplet: 77, 00 and 66. RGB value is (119,0,102). Sum of RGB (Red+Green+Blue) = 119+0+102=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #770066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770066 is #88FF99. Grayscale: #2E2E2E. Windows color (decimal): -8978330 or 6684791. OLE color: 6684791.

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

Color convert

RGB1190102-
CMYK010.140.53
HSL308.57º100%23.33%-
HSV(B)308.57º100%46.67%-
XYZ10.014.8812.99-
YUV47.21158.92179.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 46.15%
R=53.85%
G=0%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1190102010.140.53308.5710023.33
Hex77066064E351356417
Octal16701460144166546514427
Binary111011101100110011001001110110101100110101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770066; }

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

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

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

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

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

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

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

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