#660774

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

Shades of Purple #660774

Tints of Purple #660774

Color information

#660774 (or 0x660774) is unknown color: approx Purple. HEX triplet: 66, 07 and 74. RGB value is (102,7,116). Sum of RGB (Red+Green+Blue) = 102+7+116=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #660774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660774 is #99F88B. Grayscale: #2F2F2F. Windows color (decimal): -10090636 or 7604070. OLE color: 7604070.

HSL color Cylindrical-coordinate representation of color #660774: hue angle of 292.29º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660774 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1027116-
CMYK0.120.9400.55
HSL292.29º88.62%24.12%-
HSV(B)292.29º93.97%45.49%-
XYZ8.714.2416.88-
YUV47.83166.47166.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 7 (3.12% from 255) = 3.11%
BLUE value IS 116 (45.70% from 255) = 51.56%
R=45.33%
G=3.11%
B=51.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10271160.120.9400.55292.2988.6224.12
Hex66774C5E0371245918
Octal14671641413606744413130
Binary11001101111110100110010111100110111100100100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660774; }

 p { color: rgb(102,7,116); }

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

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

 a { background-color: rgb(102,7,116); }

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

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

 span { border-color: rgb(102,7,116); }

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