#660176

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

Shades of Purple #660176

Tints of Purple #660176

Color information

#660176 (or 0x660176) is unknown color: approx Purple. HEX triplet: 66, 01 and 76. RGB value is (102,1,118). Sum of RGB (Red+Green+Blue) = 102+1+118=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #660176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660176 is #99FE89. Grayscale: #2C2C2C. Windows color (decimal): -10092170 or 7733606. OLE color: 7733606.

HSL color Cylindrical-coordinate representation of color #660176: hue angle of 291.79º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660176 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1021118-
CMYK0.140.9900.54
HSL291.79º98.32%23.33%-
HSV(B)291.79º99.15%46.27%-
XYZ8.764.1517.48-
YUV44.54169.46168.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.15%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 118 (46.48% from 255) = 53.39%
R=46.15%
G=0.45%
B=53.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10211180.140.9900.54291.7998.3223.33
Hex66176E630361246217
Octal14611661614306644414227
Binary110011011110110111011000110110110100100100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660176; }

 p { color: rgb(102,1,118); }

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

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

 a { background-color: rgb(102,1,118); }

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

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

 span { border-color: rgb(102,1,118); }

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