#660077

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

Shades of Purple #660077

Tints of Purple #660077

Color information

#660077 (or 0x660077) is unknown color: approx Purple. HEX triplet: 66, 00 and 77. RGB value is (102,0,119). Sum of RGB (Red+Green+Blue) = 102+0+119=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #660077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660077 is #99FF88. Grayscale: #2B2B2B. Windows color (decimal): -10092425 or 7798886. OLE color: 7798886.

HSL color Cylindrical-coordinate representation of color #660077: hue angle of 291.43º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660077 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1020119-
CMYK0.14100.53
HSL291.43º100%23.33%-
HSV(B)291.43º100%46.67%-
XYZ8.814.1617.79-
YUV44.06170.29169.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 53.85%
R=46.15%
G=0%
B=53.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10201190.14100.53291.4310023.33
Hex66077E640351236417
Octal14601671614406544314427
Binary110011001110111111011001000110101100100011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660077; }

 p { color: rgb(102,0,119); }

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

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

 a { background-color: rgb(102,0,119); }

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

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

 span { border-color: rgb(102,0,119); }

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