#660576

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

Shades of Purple #660576

Tints of Purple #660576

Color information

#660576 (or 0x660576) is unknown color: approx Purple. HEX triplet: 66, 05 and 76. RGB value is (102,5,118). Sum of RGB (Red+Green+Blue) = 102+5+118=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #660576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660576 is #99FA89. Grayscale: #2E2E2E. Windows color (decimal): -10091146 or 7734630. OLE color: 7734630.

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

Color convert

RGB1025118-
CMYK0.140.9600.54
HSL291.5º91.87%24.12%-
HSV(B)291.5º95.76%46.27%-
XYZ8.84.2417.49-
YUV46.88168.14167.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 5 (2.34% from 255) = 2.22%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=45.33%
G=2.22%
B=52.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10251180.140.9600.54291.591.8724.12
Hex66576E600361245c18
Octal14651661614006644413430
Binary11001101011110110111011000000110110100100100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660576; }

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

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

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

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

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

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

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

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