#661079

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

Shades of Purple #661079

Tints of Purple #661079

Color information

#661079 (or 0x661079) is unknown color: approx Purple. HEX triplet: 66, 10 and 79. RGB value is (102,16,121). Sum of RGB (Red+Green+Blue) = 102+16+121=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 121 (47.66% from 255 or 50.63% from 239); Max value from RGB is 121 - color contains mainly: blue. Hex color #661079 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661079 is #99EF86. Grayscale: #353535. Windows color (decimal): -10088327 or 7934054. OLE color: 7934054.

HSL color Cylindrical-coordinate representation of color #661079: hue angle of 289.14º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661079 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10216121-
CMYK0.160.8700.53
HSL289.14º76.64%26.86%-
HSV(B)289.14º86.78%47.45%-
XYZ9.124.5818.49-
YUV53.68165.99162.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.68%
GREEN value IS 16 (6.64% from 255) = 6.69%
BLUE value IS 121 (47.66% from 255) = 50.63%
R=42.68%
G=6.69%
B=50.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102161210.160.8700.53289.1476.6426.86
Hex66107910570351214d1b
Octal146201712012706544111533
Binary11001101000011110011000010101110110101100100001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661079; }

 p { color: rgb(102,16,121); }

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

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

 a { background-color: rgb(102,16,121); }

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

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

 span { border-color: rgb(102,16,121); }

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