#660376

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

Shades of Purple #660376

Tints of Purple #660376

Color information

#660376 (or 0x660376) is unknown color: approx Purple. HEX triplet: 66, 03 and 76. RGB value is (102,3,118). Sum of RGB (Red+Green+Blue) = 102+3+118=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #660376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660376 is #99FC89. Grayscale: #2D2D2D. Windows color (decimal): -10091658 or 7734118. OLE color: 7734118.

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

Color convert

RGB1023118-
CMYK0.140.9700.54
HSL291.65º95.04%23.73%-
HSV(B)291.65º97.46%46.27%-
XYZ8.784.217.49-
YUV45.71168.8168.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.74%
GREEN value IS 3 (1.56% from 255) = 1.35%
BLUE value IS 118 (46.48% from 255) = 52.91%
R=45.74%
G=1.35%
B=52.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10231180.140.9700.54291.6595.0423.73
Hex66376E610361245f18
Octal14631661614106644413730
Binary1100110111110110111011000010110110100100100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660376; }

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

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

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

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

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

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

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

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